Skip to content

Latest commit

History

History
26 lines (14 loc) 路 893 Bytes

File metadata and controls

26 lines (14 loc) 路 893 Bytes

How to bundle assets based on flavor

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