-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
36 lines (30 loc) · 922 Bytes
/
pubspec.yaml
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
35
36
name: torcher
description: Flashlight Torcher - Yet another torch/flashlight/lamp app.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# A version number is three numbers separated by dots, like 1.2.43
# In Android, build-name is used as versionName while build-number used as versionCode.
version: 1.4.0+4
environment:
sdk: ">=2.16.0-80.0.dev <3.0.0"
dependencies:
flutter:
sdk: flutter
async: ^2.12.0
cupertino_icons: ^1.0.8
torch_control: ^0.4.0 # phone light control
vibration: ^3.1.3 # phone vibration
url_launcher: ^6.3.0 # launch an url (web, email, ...)
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: "^0.14.3"
flutter:
uses-material-design: true
assets:
- assets/app/
- assets/icons/
flutter_icons:
android: true
ios: false
image_path: "assets/app/icon.png"