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