forked from flutter-tizen/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (30 loc) · 712 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (30 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: permission_handler_example
description: Demonstrates how to use the permission_handler_tizen plugin.
publish_to: "none"
environment:
sdk: ^3.5.0
flutter: ">=3.24.0"
dependencies:
baseflow_plugin_template:
git:
url: https://github.com/seungsoo47/baseflow_plugin_template
ref: temp_fix
flutter:
sdk: flutter
permission_handler: ^12.0.1
permission_handler_tizen:
path: ../
url_launcher: ^6.1.0
url_launcher_tizen:
path: ../../url_launcher/
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
integration_test_tizen:
path: ../../integration_test/
flutter:
uses-material-design: true