zustand 0.0.5 copy "zustand: ^0.0.5" to clipboard
zustand: ^0.0.5 copied to clipboard

Brings zustand's bear necessities for state management to Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zustand

With Flutter:

 $ flutter pub add zustand

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

dependencies:
  zustand: ^0.0.5

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:zustand/zustand.dart';
5
likes
160
points
62
downloads

Publisher

verified publisherjosiahsaunders.com

Weekly Downloads

Brings zustand's bear necessities for state management to Dart

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on zustand