You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that I'm thinking about as we prepare for Verena to hit the decks: we should break the aureus_lib.dart file into way smaller chunks so someone can be more picky (or broad) about what they import. This would also help us to reduce the overall binary sizes of shipped resources.
We can just break them into the subcategories they are, and then re-import into aureus_lib.dart: e.g: Safety, Buttons, etc.
The text was updated successfully, but these errors were encountered:
Something that I'm thinking about as we prepare for Verena to hit the decks: we should break the aureus_lib.dart file into way smaller chunks so someone can be more picky (or broad) about what they import. This would also help us to reduce the overall binary sizes of shipped resources.
We can just break them into the subcategories they are, and then re-import into aureus_lib.dart: e.g: Safety, Buttons, etc.
The text was updated successfully, but these errors were encountered: