live_cells 0.2.0 copy "live_cells: ^0.2.0" to clipboard
live_cells: ^0.2.0 copied to clipboard

A better way to manage state in Flutter applications

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add live_cells

With Flutter:

 $ flutter pub add live_cells

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

dependencies:
  live_cells: ^0.2.0

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

Publisher

verified publishergutev.dev

A better way to manage state in Flutter applications

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on live_cells