-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
75 lines (62 loc) · 1.58 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
74
75
name: monitoring
description: A flutter project concerned with bird ringing data management.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
google_fonts: ^6.1.0
# provider allows alocation/disposal of resources
provider: ^6.0.5
# manage user login status
shared_preferences: ^2.1.1
# path provider for database
path_provider: ^2.0.15
# data persistence using sqlite
drift: ^2.8.0
# drift initiation libraries
sqlite3_flutter_libs: ^0.5.15
# path for database file access
path: ^1.8.3
# google maps
google_maps_flutter: ^2.2.8
# animation and page changes
smooth_page_indicator: ^1.1.0
# GPS access
# geolocator deprecated in flutter 3.10
# geolocator: ^9.0.2
# geocode: ^1.0.3
location: ^5.0.0
# internationalize e.g. date
intl: ^0.18.1
# create custom type ahead form field
flutter_typeahead: ^5.0.1
# create autocomplete form field
simple_autocomplete_formfield: ^0.3.0
easy_autocomplete: ^1.6.0
# save data in Download folder (or show save dialog)
document_file_save_plus: ^2.0.0
# slidable action for sideways drag motion
flutter_slidable: ^3.0.1
# user authentication and authorization, cloud storage
supabase_flutter: ^2.3.4
supabase: ^2.0.8
# access .env file
envied: ^0.5.3
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.4
drift_dev: ^2.8.2
test: ^1.22.0
envied_generator: ^0.5.3
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- .env