cell_framework 1.0.0-rc.1
cell_framework: ^1.0.0-rc.1 copied to clipboard
A programming framework provides a comprehensive reactive programming solution for Dart, with particular strength in managing complex state and data flow in applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cell_frameworkWith Flutter:
$ flutter pub add cell_frameworkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cell_framework: ^1.0.0-rc.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.