fluxy 0.2.3 copy "fluxy: ^0.2.3" to clipboard
fluxy: ^0.2.3 copied to clipboard

A complete Flutter platform unifying reactive state, declarative UI, styling, animation, routing, and tooling. Build production-grade apps faster and at scale.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fluxy

Use it

The package has the following executables:

$ fluxy

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluxy

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

dependencies:
  fluxy: ^0.2.3

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:fluxy/fluxy.dart';
1
likes
150
points
867
downloads

Publisher

unverified uploader

Weekly Downloads

A complete Flutter platform unifying reactive state, declarative UI, styling, animation, routing, and tooling. Build production-grade apps faster and at scale.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, flutter, flutter_secure_storage, path, path_provider, shared_preferences

More

Packages that depend on fluxy