flutter_nano_var 1.1.1 copy "flutter_nano_var: ^1.1.1" to clipboard
flutter_nano_var: ^1.1.1 copied to clipboard

A lightweight state management library independent from any dependency injection methods.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_nano_var

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

dependencies:
  flutter_nano_var: ^1.1.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:flutter_nano_var/flutter_nano_var.dart';
2
likes
140
pub points
51%
popularity

Publisher

verified publisheroborgen.se

A lightweight state management library independent from any dependency injection methods.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, nano_var

More

Packages that depend on flutter_nano_var