-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
43 lines (34 loc) · 850 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
name: astrometry_net
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
# flutter packages pub run build_runner build --delete-conflicting-outputs
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cached_network_image: ^3.0.0
device_info_plus: ^1.0.1
dio: ^4.0.0
file_picker_cross: ^4.4.2
hive: ^2.0.4
hive_flutter: ^1.0.0
intl: ^0.17.0
package_info_plus: ^1.0.1
photo_view: ^0.11.1
url_launcher: ^6.0.6
dev_dependencies:
build_runner: ^2.0.4
flutter_launcher_icons: ^0.9.0
hive_generator: ^1.1.0
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/icons/logo.png"
flutter:
generate: true
uses-material-design: true