-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpubspec.yaml
36 lines (32 loc) · 814 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
name: async_redux
description: The modern version of Redux. State management that's simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.
version: 24.0.7
# author: Marcelo Glasberg <marcglasberg@gmail.com>
homepage: https://github.com/marcglasberg/async_redux
topics:
- redux
- state-management
- ui
- reactive-programming
- testing
environment:
sdk: '>=3.5.0 <4.0.0'
flutter: ">=3.16.0"
dependencies:
async_redux_core: ^1.3.1
meta: ^1.11.0
path_provider: ^2.1.3
file: ^7.0.0
weak_map: ^4.0.0
fast_immutable_collections: ^11.0.0
connectivity_plus: ^6.0.3
collection: ^1.18.0
logging: ^1.2.0
path: ^1.8.3
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
bdd_framework: ^4.0.0
flutter: