An example of a library bundling all files in a directory as data assets.
Data assets are not yet consumable in Dart and Flutter. This package is for illustration purposes only.
A typical layout of a package with data assets:
assets/ contains data assets.hook/build.dart reports all these files as data assets.