masamune 0.15.0+6 copy "masamune: ^0.15.0+6" to clipboard
masamune: ^0.15.0+6 copied to clipboard

Package that supports Flutter states and their transitions using the Model Notifier package and the Katana Routing package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add masamune

With Flutter:

 $ flutter pub add masamune

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

dependencies:
  masamune: ^0.15.0+6

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:masamune/masamune.dart';
17
likes
0
pub points
58%
popularity

Publisher

verified publishermathru.net

Package that supports Flutter states and their transitions using the Model Notifier package and the Katana Routing package.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, cached_network_image_platform_interface, flutter, flutter_cache_manager, katana_module, loading_animations, model_notifier, url_strategy

More

Packages that depend on masamune