/flutter_resources

A Flutter Resources Management Package Inspired by Android 'R' Resources, for orginizing Images, Fonts, Colors and Code Palette

Primary LanguageDartMIT LicenseMIT

flutter_resources

A Flutter Resources Management Package Inspired by Android 'R' Resources, for orginizing Images, Fonts, Colors and Code Palette

#How to use Add your image files to imagepool and named like filename.png, filename@2x.png, filename@3x.png ou need node for running the scripts/img.js Then run:

node script/img.js

The image file will move to assets/images file and gererate a image.dart for importing.