-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
48 lines (38 loc) · 873 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
47
name: multilingual_dictionary
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
provider: ^6.0.3
path: ^1.8.1
path_provider: ^2.0.11
sqflite_common_ffi: ^2.1.1+1
sqlite3_flutter_libs: ^0.5.9
http: ^0.13.4
flutter_iconpicker: ^3.2.1
google_mlkit_text_recognition: ^0.4.0
drag_and_drop_lists: ^0.3.3
camera: ^0.10.0+4
flutter_local_notifications: ^9.3.1
rxdart: ^0.27.5
dev_dependencies:
args: ^2.3.1
flutter_launcher_icons: "^0.9.2"
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/languagesData.json
- assets/flags/
- assets/grammarBundle.json
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon.png"