Skip to content

a7mdragab1/FlutterSuperModelBuilder

Repository files navigation

Flutter_Super_Model_Builder 💯 💯

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.

New Changes:

  • Json model generators
Web version: 🏨

Flutter Super Model Builder Web version

Windows version: 🖥️

Flutter_super_model_builder_v1.1.7.0.msix

Features:

  • Class Fields
  • Fields Declaration
  • Model Fields
  • NewInstance
  • DefaultConstructor
  • NamedConstructor
  • FromMap
  • FromMapList
  • FromJson
  • ToMap
  • ToJson
  • ToString
  • CopyWith
  • UpdateWith
  • UpdateFrom
  • UpdateFromMap
  • Equality

Download:

Web version: 🏨

Flutter Super Model Builder Web version

Windows version: 🖥️

Flutter_super_model_builder_v1.1.7.0.msix

Getting started

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

Usage

The Normal Fields MODEL Layout

img.png

The Json Fields MODEL Layout

img_3.png

The OUTPUT MODEL Layout

img_1.png

The OUTPUT MODEL Code

img_2.png

Download

Web version: 🏨

Flutter Super Model Builder Web version

Windows version: 🖥️

Flutter_super_model_builder_v1.1.7.0.msix

Any features needed will be added. Just tell me.