flutter_permission_wizard 0.1.2
flutter_permission_wizard: ^0.1.2 copied to clipboard
Declarative, state-machine-driven permission flow wizard for Flutter. Builds on permission_handler to provide a complete, themeable UX for rationale, denial, restricted, and Settings-return flows.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_permission_wizardWith Flutter:
$ flutter pub add flutter_permission_wizardThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_permission_wizard: ^0.1.2Alternatively, 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:flutter_permission_wizard/flutter_permission_wizard.dart';