jintent 2.2.0
jintent: ^2.2.0 copied to clipboard
jintent is a Flutter package that provides an architecture for managing state changes in your application using the concept of intents.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jintentThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
jintent: ^2.2.0Alternatively, 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:jintent/jintent.dart';