rctv 0.1.23 copy "rctv: ^0.1.23" to clipboard
rctv: ^0.1.23 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.23

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';
0
likes
130
pub points
22%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, uuid

More

Packages that depend on rctv