v4.1.0
Feature
- #138 Generate dartdoc as follows.
/// File path: pictures/chip5.jpg AssetGenImage get chip5 => const AssetGenImage('pictures/chip5.jpg'); /// Color: #979797 static const Color gray410 = Color(0xFF979797);
- #143 Support Rive files type.
flutter_gen: integrations: rive: true
- #150 Added the --version option for command-line.
% fluttergen --version FlutterGen v4.1.0
Bug fix
- #134 Added the ability to support the at symbol (@) in file names.
AssetGenImage get logo2x => const AssetGenImage('assets/images/[email protected]');
Development
- Update to Dart 2.14.4.
- Update to Flutter 2.5.3.
- Replace to renovate.