data_class_plugin 0.0.4
data_class_plugin: ^0.0.4 copied to clipboard
A tool that uses Dart's Analyzer to generate code on-the-fly.
0.0.4 #
- Update README.md (issue #130)
- Fix --no-warnings argument in Publish Package workflow (issue #128)
0.0.3 #
- Update README.md
0.0.2 #
Resolved issues
- Fix enum assists not being displayed when there are no fields declared (issue #118)
- Add
// ignore: prefer_const_constructors
on copyWith method if there no fields declared and constructor is const (issue #103) - Update
fromJson
json parameter type fromMap<String, dynamic>
toMap<dynamic, dynamic>
(issue #120) - Fix Union assist creating a
fromJson
method instead of a factory constructor (issue #101)
Other changes
- Updates for README.md
- Updated examples
0.0.1 #
- Initial release