flutter_asset_generator icon indicating copy to clipboard operation
flutter_asset_generator copied to clipboard

feat: Added support for Conditionally bundling assets based on flavor

Open mtellect opened this issue 10 months ago • 0 comments

Added ability to support flavor style of bundling assets: Source: https://docs.flutter.dev/deployment/flavors#conditionally-bundling-assets-based-on-flavor

flutter:
  assets:
    - images/
    - assets/

    - path: assets/red/
      flavors:
        - red    

mtellect avatar Feb 21 '25 17:02 mtellect