katana_scoped 2.0.8 copy "katana_scoped: ^2.0.8" to clipboard
katana_scoped: ^2.0.8 copied to clipboard

A state management package to allow for retention and management while specifying the scope of the state.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add katana_scoped
copied to clipboard

With Flutter:

 $ flutter pub add katana_scoped
copied to clipboard

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

dependencies:
  katana_scoped: ^2.0.8
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:katana_scoped/katana_scoped.dart';
copied to clipboard
2
likes
0
points
5.02k
downloads

Publisher

verified publishermathru.net

Weekly Downloads

2024.09.21 - 2025.04.05

A state management package to allow for retention and management while specifying the scope of the state.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, katana, katana_logger

More

Packages that depend on katana_scoped