fstate 0.8.0+2 copy "fstate: ^0.8.0+2" to clipboard
fstate: ^0.8.0+2 copied to clipboard

Metaprogramming-based dependency injection and state management packages for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fstate

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

dependencies:
  fstate: ^0.8.0+2

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

Publisher

unverified uploader

Metaprogramming-based dependency injection and state management packages for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, flutter, fstate_annotation, meta, rxdart

More

Packages that depend on fstate