Generates dart code from your assets into a file called assets.paths.dart inside the lib directory.
dart run asset_code_generator
you can pass in the asset directory
dart run asset_code_generator my_asset_directory
defaults to assets/ if nothing is passed