-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
73 lines (63 loc) · 1.63 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: ecosystem
description: Companion app for Ecosystem Simulator
publish_to: 'none'
# Version Name syntax: "<Major release>.<Minor release>.<Patch>"
# Eg. - "12.0.1" => Major ver 12, no Minor update, Patch 1
#
# Version Code syntax: 17<MMM><RR><PP> (9 digits)
# Where,
# 17 -> Dummy number (Unused)
# MMM -> Major release
# RR -> Minor release
# PP -> Patch
# Eg. - 170123211 => Major ver 12, Minor update 32, Patch 11
version: 1.1.0+170010100
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
http: ^1.1.0
url_launcher: ^6.1.14
flat_buffers: ^2.0.5
sqflite: ^2.3.0
file_picker: ^5.5.0
cupertino_icons: ^1.0.6
flutter_svg: ^2.0.7
shared_preferences: ^2.2.1
ffi: ^2.1.0
path: ^1.8.2
path_provider: ^2.1.1
permission_handler: ^10.4.5
flutter_lints: ^2.0.3
fl_chart: ^0.61.0
intl: ^0.18.1
lottie: ^2.6.0
recase: ^4.1.0
package_info_plus: ^4.1.0
native_simulator:
path: native_simulator
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/json/animation/
- assets/json/simulationTemplates/animal/
- assets/json/simulationTemplates/plant/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins-Regular.ttf
flutter_icons:
image_path: "assets/images/ecosystem-circle.png"
android: true
ios: true