You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1007 B
38 lines
1007 B
2 years ago
|
name: permission_handler_example
|
||
|
description: Demonstrates how to use the permission_handler plugin.
|
||
|
|
||
|
environment:
|
||
|
sdk: ">=2.15.0 <3.0.0"
|
||
|
|
||
|
dependencies:
|
||
|
baseflow_plugin_template:
|
||
|
git:
|
||
|
url: https://github.com/Baseflow/baseflow_plugin_template.git
|
||
|
ref: v2.1.0
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
|
||
|
permission_handler:
|
||
|
# When depending on this package from a real application you should use:
|
||
|
# permission_handler: ^x.y.z
|
||
|
# See https://dart.dev/tools/pub/dependencies#version-constraints
|
||
|
# The example app is bundled with the plugin so we use a path dependency on
|
||
|
# the parent directory to use the current plugin's version.
|
||
|
path: ../
|
||
|
|
||
|
url_launcher: ^6.0.12
|
||
|
|
||
|
flutter:
|
||
|
uses-material-design: true
|
||
|
|
||
|
assets:
|
||
|
- res/images/baseflow_logo_def_light-02.png
|
||
|
- res/images/poweredByBaseflowLogoLight@3x.png
|
||
|
- packages/baseflow_plugin_template/logo.png
|
||
|
- packages/baseflow_plugin_template/poweredByBaseflow.png
|
||
|
|