live_cells_core 0.25.0 copy "live_cells_core: ^0.25.0" to clipboard
live_cells_core: ^0.25.0 copied to clipboard

Provides the core of live cells: 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 Dart:

 $ dart pub add live_cells_core
copied to clipboard

With Flutter:

 $ flutter pub add live_cells_core
copied to clipboard

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

dependencies:
  live_cells_core: ^0.25.0
copied to clipboard

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_core/live_cells_core.dart';
copied to clipboard
1
likes
130
points
82
downloads

Publisher

verified publishergutev.dev

Weekly Downloads

2024.07.29 - 2025.02.10

Provides the core of live cells: A replacement for ChangeNotifier and ValueNotifier that is easier to use and more flexible

Repository (GitHub)
View/report issues

Topics

#reactive #state-management #extension

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, intl, live_cell_annotations, meta, record_extender_annotations

More

Packages that depend on live_cells_core