-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
59 lines (50 loc) · 1.08 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
name: punycode_converter
description: A new Flutter project.
publish_to: "none"
version: 1.1.0+8
environment:
sdk: ">=2.19.0 <3.0.0"
dependencies:
basic_utils: ^4.4.2
bloc: ^8.0.3
boxicons: ^2.1.3
copy_with_extension: ^4.0.2
cupertino_icons: ^1.0.2
equatable: ^2.0.3
flutter:
sdk: flutter
flutter_bloc: ^8.0.1
flutter_hooks: ^0.18.5+1
flutter_localizations:
sdk: flutter
fpdart: ^0.2.0
in_app_review: ^2.0.4
keyboard_dismisser: ^3.0.0
modal_bottom_sheet: ^3.0.0-pre
toor: ^1.0.0
url_launcher: ^6.1.5
dev_dependencies:
all_lint_rules_community: ^0.0.12
build_runner: ^2.2.0
change_app_package_name: ^1.1.0
copy_with_extension_gen: ^4.0.2
flutter_launcher_icons: ^0.9.3
flutter_oss_licenses: ^2.0.1
flutter_test:
sdk: flutter
intl_utils: ^2.7.0
dependency_overrides:
meta: 1.7.0
flutter:
uses-material-design: true
flutter_intl:
enabled: true
class_name: Localization
main_locale: en
arb_dir: lib/l10n
output_dir: lib/gen
flutter_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/logo/logo.png"