asset_manager_cli

Last updated:

0 purchases

asset_manager_cli Image
asset_manager_cli Images
Add to Cart

Description:

asset manager cli

Asset Manager #




Asset manager helps you auto-generate the assets code and add it to your pubspec.yaml .

Quick start #

dart pub global activate asset_manager_cli

copied to clipboard
Overview #
To auto-generate and add assets code to your pubspec.yaml, run the following command at the root of your project.

asset_manager add

copied to clipboard
To update to latest version, run the following command.

asset_manager update

copied to clipboard
❕Note #
The cli assumes the following structure for your assets folder.
---assets/
|---any_other_assets_folder
|
|---fonts/
|
|---font1/
| |---font1-style-weight1.ttf
| |---font1-style-weight2.ttf
| |---font1-style-weight3.ttf
|
|
|---font2/
|---font2-style-weight1.ttf
|---font2-style-weight2.ttf
|---font2-style-weight3.ttf

copied to clipboard
Any other assets folders except fonts can have any name you desire for those assets. But for fonts, you should add them within a folder named fonts within assets folder. And each folder within fonts should be named according to the font-family. Every fonts file should be named in the following way -
Font file name ---> font1-style-weight.ttf
^ ^ ^
| | |
| | Weight of the font
| |
| Style of the font
|
Font family name

copied to clipboard
Support the project #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.