forked from mutualmobile/flutter_animations_example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
43 lines (35 loc) · 740 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
name: flutter_animations_example
description: A Flutter project that showcases animations.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
sliding_up_panel2: ^3.3.0+1
# Localization
flutter_localizations:
sdk: flutter
intl: ^0.18.0
cupertino_icons: ^1.0.2
# Dev Dependencies
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
analyzer: ^5.2.0
flutter_lints: ^2.0.0
# Assets
flutter:
uses-material-design: true
assets:
- assets/images/
# Flutter localization
flutter_intl:
enabled: true
class_name: Strings
main_locale: en
arb_dir: lib/localization/l10n
output_dir: lib/localization/generated