-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
45 lines (36 loc) · 827 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
name: async_redux_project_template
description: A Project template using AsyncRedux for state management.
publish_to: 'none'
version: 4.0.0
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
async_redux: ^21.0.1
align_positioned: ^4.0.0
animated_size_and_fade: ^3.0.1
animations: ^2.0.11
bdd_framework: ^3.0.1
assorted_layout_widgets: ^9.0.0
characters: ^1.3.0
collection: ^1.17.2
connectivity: ^3.0.6
crypto: ^3.0.3
fast_immutable_collections: ^9.2.0
flutter_svg: ^2.0.9
http: ^1.1.2
i18n_extension: ^10.0.1
intl: 0.18.1
matrix4_transform: ^3.0.0
themed: ^5.0.0
timezone: ^0.9.2
weak_map: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
uses-material-design: true