live_cells 0.33.0
live_cells: ^0.33.0 copied to clipboard
A replacement for ChangeNotifier and ValueNotifier that is easier to use and more flexible
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add live_cellsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
live_cells: ^0.33.0Alternatively, 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:live_cells/live_cells.dart';