mkobuolys / flutter-code-generation

Examples of Flutter Code Generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Code Generation Examples

Repository header

Code generation packages/tools used in the app:

  • flutter_localization/intl
  • build_runner
  • flutter_gen/flutter_gen_runner
  • freezed/freezed_annotation
  • json_serializable
  • mason

Presentation

Presentation slides are provided here.

Talk video could be found here: TBD.

Building

You can follow these instructions to build the app and install it onto your device.

Prerequisites

If you are new to Flutter, please first follow the Flutter Setup guide.

Building and installing the Flutter Code Generation Examples app

git clone https://github.com/mkobuolys/flutter-code-generation.git
cd flutter-code-generation
flutter pub get
flutter pub run build_runner build -d
flutter run

The flutter run command both builds and installs the Flutter app to your device or emulator.

About

Examples of Flutter Code Generation.


Languages

Language:Dart 87.1%Language:HTML 6.3%Language:Ruby 4.6%Language:Swift 1.4%Language:Kotlin 0.5%Language:Objective-C 0.1%