widget_permission_manager 2.0.2 copy "widget_permission_manager: ^2.0.2" to clipboard
widget_permission_manager: ^2.0.2 copied to clipboard

A Widget to control the child widget based on the accessing role using the app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_permission_manager
copied to clipboard

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

dependencies:
  widget_permission_manager: ^2.0.2
copied to clipboard

Alternatively, 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:widget_permission_manager/authorization.dart';
import 'package:widget_permission_manager/authorization_widget.dart';
copied to clipboard
6
likes
150
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.08 - 2025.04.22

A Widget to control the child widget based on the accessing role using the app.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, tuple

More

Packages that depend on widget_permission_manager