-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (31 loc) · 1.35 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
# Built with Flutter 3.19.4, CocoaPods 1.15.2
# (note that previously it was built with Flutter 1.22.6 that doesn't support NULL-safety: there might be some artifacts).
name: guap_mobile
description: Mobile version of GUAP application
publish_to: 'none' # to prevent publish with 'flutter pub publish'
version: 24.5.6+25
environment:
sdk: ">=2.19.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
tuple: 2.0.1 # tuples support
optional: 6.1.0+1 # options support
intl: 0.18.1 # formatting messages
http: 0.13.6 # http client
crypto: 3.0.3 # SHA-256
shared_preferences: 2.1.1 # key-value storage
flutter_redux: 0.10.0 # redux
redux_thunk: 0.4.0 # redux thunk middleware
json_annotation: 4.8.1 # json auto-generation
flutter_slidable: 3.0.1 # dismissible list tiles (3.0.0 doesn't work)
flutter_treeview: 1.0.7+1 # treeview
flutter_typeahead: 4.4.0 # auto-complete textbox
flutter_rounded_date_picker: 3.0.3 # calendar
rflutter_alert: 2.0.6 # pop-ups
dev_dependencies:
flutter_lints: 3.0.1
build_runner: 2.3.3 # json auto-generation
json_serializable: 6.6.2 # json auto-generation
flutter:
uses-material-design: true