Skip to content

a7mdragab/flutter_super_model_builder

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.

Web version: 🏨

Flutter Super Model Builder Web version

Windows version: 🖥️

Flutter_super_model_builder_v1.1.6.0.msix

New Changes:

  • Json model generators

Features:

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

Getting started

Add to your project yaml dependencies:

dependencies:
  intl: ^0.18.1

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.13

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.0.0.msix

Any features needed will be added. Just tell me.