Flutter – How to include all assets under a folder?

You can include all assets under a folder by defining pubspec.yml like this. However, it still won’t support subfolders.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
flutter:
uses-material-design: true
assets:
- assets/images/
flutter: uses-material-design: true assets: - assets/images/
flutter:
      uses-material-design: true
      assets:
          - assets/images/

Be the first to comment

Leave a Reply

Your email address will not be published.


*