-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
47 lines (41 loc) · 893 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
44
45
46
name: photos_sync
description: A Flutter app to sync photos to/from a remote server.
push_to: 'none'
version: 0.0.1+1
environment:
sdk: '>=2.16.0 <3.0.0'
flutter: '>=2.10.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons:
provider:
shared_preferences:
path_provider:
# google
firebase_core:
firebase_auth:
cloud_firestore:
firebase_storage:
# third party
file_picker:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints:
flappy_translator: 2.0.0-nullsafety.2
flutter:
uses-material-design: true
# settings for flappy_translator package
flappy_translator:
input_file_path: "assets_dev/loca/loca.csv"
output_dir: "lib"
file_name: "i18n"
class_name: "I18n"
delimiter: ";"
start_index: 2
depend_on_context: false
use_single_quotes: true
replace_no_break_spaces: false