-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
51 lines (45 loc) · 1 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
name: flutter_google_datastore
description: A flutter project to browse a google datastore
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
sqflite: ^2.3.0
sqflite_common_ffi: ^2.3.0+2
ulid4d: ^2.0.0
sqflite_common_ffi_web: ^0.4.0
settings_ui: ^2.0.2
googleapis: ^11.4.0
path_provider: ^2.1.1
extension_google_sign_in_as_googleapis_auth: ^2.0.11
googleapis_auth: ^1.4.1
toml: ^0.14.0
ini: ^2.1.0
infinite_scroll_pagination: ^4.0.0
timezone: ^0.9.2
file_picker: ^6.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
flutter:
assets:
- assets/logo.png
uses-material-design: true
flutter_launcher_icons:
image_path: "assets/logo.png"
android: true
ios: true
# optionally, as transparency is not allowed on app store
# remove_alpha_ios: true
web:
generate: true
windows:
generate: true
macos:
generate: true