Did you know?
If you have assets that are only used in a specific flavor in your app, you can conditionally bundle them using the "path" and "flavors" options in your pubspec.yaml file.
This prevents your app bundle size from being bloated by unused assets.
For more details on how to do this, read the official docs:
Found this useful? Show some love and share the original tweet 🙏
Previous | Next |
---|---|
Extension methods vs types (Dart 3.3) | Determinate Circular Progress Indicator |