Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

An example of a library bundling all files in a directory as data assets.

Usage

Data assets are not yet consumable in Dart and Flutter. This package is for illustration purposes only.

Code organization

A typical layout of a package with data assets:

  • assets/ contains data assets.
  • hook/build.dart reports all these files as data assets.