-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
55 lines (46 loc) · 996 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: uspace
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.3+5
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
http_server: ^1.0.0
path_provider: ^2.0.1
share: ^2.0.1
mime: ^1.0.0
ionicons: ^0.1.2
url_launcher: ^6.0.3
flutter_hooks: ^0.16.0
very_good_analysis: ^2.0.3
implicitly_animated_reorderable_list: ^0.4.0
provider: ^5.0.0
connectivity: ^3.0.3
sentry_flutter: ^6.5.1
watcher: ^1.0.0
shelf: ^1.1.1
shelf_router: ^1.0.0
equatable: ^2.0.0
rxdart: ^0.26.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.2
flutter_icons:
android: true
ios: true
image_path: "assets/icon/icon.png"
flutter:
uses-material-design: true
assets:
- assets/
- assets/upload.html
flutter_intl:
enabled: true
class_name: L10n
use_deferred_loading: true