flutter_gen 0.0.5 copy "flutter_gen: ^0.0.5" to clipboard
flutter_gen: ^0.0.5 copied to clipboard

outdated

The Flutter code generator for your assets, fonts, colors, localize, … — Get rid of all String-based APIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_gen

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_gen: ^0.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_gen/builder.dart';
1280
likes
0
pub points
98%
popularity

Publisher

verified publisherwasabeef.jp

The Flutter code generator for your assets, fonts, colors, localize, … — Get rid of all String-based APIs.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build, flutter, mime, path, source_gen, yaml

More

Packages that depend on flutter_gen