-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 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
name: web_template
description: "Custom template for creating a standalone PWA using Flutter"
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.3.1 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.6
octopus: ^0.0.8
logging: ^1.2.0
bloc: ^8.1.3
flutter_secure_storage: ^9.0.0
package_info_plus: ^8.0.0
meta: ^1.11.0
web: ^1.0.0
freezed_annotation: ^2.4.1
collection: ^1.18.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.8
intl_utils: ^2.8.7
freezed: ^2.4.7
path: ^1.9.0
flutter:
uses-material-design: true
flutter_intl:
enabled: true
class_name: GeneratedLocalization
main_locale: en
arb_dir: lib/src/common/localizations
output_dir: lib/src/common/localizations/generated
use_deferred_loading: false