magical_widget_generator 1.0.1 copy "magical_widget_generator: ^1.0.1" to clipboard
magical_widget_generator: ^1.0.1 copied to clipboard

A Flutter package that helps to generate boilerplate codes in order to easily and magically manipulate the states of graphical user interface using streams and BLoCs. This package contains the actual [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add magical_widget_generator

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

dependencies:
  magical_widget_generator: ^1.0.1

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:magical_widget_generator/builder.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that helps to generate boilerplate codes in order to easily and magically manipulate the states of graphical user interface using streams and BLoCs. This package contains the actual source code generation logic.

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

build, flutter, magical_widget, rxdart, source_gen

More

Packages that depend on magical_widget_generator