atom_notifier 1.0.0 copy "atom_notifier: ^1.0.0" to clipboard
atom_notifier: ^1.0.0 copied to clipboard

An easy to use value notifier wrapper with some sugar syntax

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add atom_notifier

With Flutter:

 $ flutter pub add atom_notifier

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

dependencies:
  atom_notifier: ^1.0.0

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:atom_notifier/atom_notifier.dart';
3
likes
0
points
171
downloads

Publisher

verified publisherviniciusamelio.com.br

Weekly Downloads

An easy to use value notifier wrapper with some sugar syntax

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on atom_notifier