-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 882 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
32 lines (28 loc) · 882 Bytes
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
name: verdict_bloc
description: BLoC states that keep the last known good data through error and loading, plus a paginated list bloc, built on verdict's Result and Failure.
version: 1.1.1
homepage: https://github.com/CtrlAltDevelop
repository: https://github.com/CtrlAltDevelop/verdict_bloc
issue_tracker: https://github.com/CtrlAltDevelop/verdict_bloc/issues
topics:
- bloc
- state-management
- error-handling
- pagination
- result
environment:
# Dart 3.0 is the real floor: the package uses sealed classes, class
# modifiers and pattern matching, and nothing newer.
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
equatable: ">=2.0.5 <3.0.0"
flutter_bloc: ">=8.1.0 <10.0.0"
verdict: ">=1.1.0 <2.0.0"
dev_dependencies:
bloc_test: ">=9.1.0 <11.0.0"
flutter_lints: ">=3.0.0 <7.0.0"
flutter_test:
sdk: flutter