rctv 0.1.26 copy "rctv: ^0.1.26" to clipboard
rctv: ^0.1.26 copied to clipboard

An extremely lightweight library for Flutter state management based on ChangeNotifier, with additional utility classes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rctv

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

dependencies:
  rctv: ^0.1.26

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:rctv/rctv.dart';
1
likes
115
points
404
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An extremely lightweight library for Flutter state management based on ChangeNotifier, with additional utility classes.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, uuid

More

Packages that depend on rctv