flutter_code_gen 1.0.0-beta.2 copy "flutter_code_gen: ^1.0.0-beta.2" to clipboard
flutter_code_gen: ^1.0.0-beta.2 copied to clipboard

retracted

This is the genetic code library

Pub Version

A Flutter package support creating IconData from IcoMoon json file and more.

The goal of this package is to be able to use it to generate code. In the first versions, it will only support creating IconData from IcoMoon json file. Next will be creating the code base, which may include Design Token from Figma Studio

Installation #

As a part of build_runner #

  1. Add build_runner and flutter_code_gen to your package's pubspec.yaml file:

    dev_dependencies:
      build_runner:
      flutter_code_gen:
    
  2. Install FlutterCodeGen

    flutter pub get
    
  3. Use FlutterCodeGen

    dart run build_runner build
    

    See also build_runner

Configuration file #

Documents and references #

Inspired by FlutterGen by wasabeef

2
likes
0
points
178
downloads

Publisher

unverified uploader

Weekly Downloads

This is the genetic code library

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, build, code_builder, dart_style, flutter, glob, json_annotation, recase, yaml

More

Packages that depend on flutter_code_gen