intent_management 0.0.2
intent_management: ^0.0.2 copied to clipboard
All functions related to intent management done by the app will be done from a library
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add intent_managementThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
intent_management: ^0.0.2Alternatively, 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:intent_management/intent_management.dart';