flutter_permission_wizard 0.1.2 copy "flutter_permission_wizard: ^0.1.2" to clipboard
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_wizard

With Flutter:

 $ flutter pub add flutter_permission_wizard

This 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.2

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:flutter_permission_wizard/flutter_permission_wizard.dart';
9
likes
0
points
219
downloads

Publisher

verified publisheruzairaslam.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#permissions #permission-handler #ui #wizard

License

unknown (license)

Dependencies

app_settings, flutter, permission_handler

More

Packages that depend on flutter_permission_wizard