Flutter super model builder is an easy tool for creating flutter models with all necessary functions and utilities to make development process easier and maintainable.
- Json model generators
- Class Fields
- Fields Declaration
- Model Fields
- NewInstance
- DefaultConstructor
- NamedConstructor
- FromMap
- FromMapList
- FromJson
- ToMap
- ToJson
- ToString
- CopyWith
- UpdateWith
- UpdateFrom
- UpdateFromMap
- Equality
Add to your project yaml dependencies:
dependencies:
intl: ^0.19.0
Add to your project yaml dependencies if you need date only fields:
https://pub.dev/packages/date_only_field
dependencies:
date_only_field: ^0.0.14
Any features needed will be added. Just tell me.