magical_widget 1.0.1 copy "magical_widget: ^1.0.1" to clipboard
magical_widget: ^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 annotat [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add magical_widget

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

dependencies:
  magical_widget: ^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/magical_widget.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 annotations (aka. the magical words)

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on magical_widget