fluxy 0.2.1 copy "fluxy: ^0.2.1" to clipboard
fluxy: ^0.2.1 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 Dart:

 $ dart pub add fluxy

With Flutter:

 $ flutter pub add fluxy

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

dependencies:
  fluxy: ^0.2.1

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

args, flutter, flutter_secure_storage, path, path_provider, shared_preferences

More

Packages that depend on fluxy