-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
34 lines (29 loc) · 865 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
name: flutter_bloc_pattern
description: Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.
version: 3.0.0
homepage: https://github.com/hoc081098/flutter_bloc_pattern.git
repository: https://github.com/hoc081098/flutter_bloc_pattern.git
issue_tracker: https://github.com/hoc081098/flutter_bloc_pattern/issues
funding:
- https://www.buymeacoffee.com/hoc081098
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'
topics:
- rxdart
- hoc081098
- flutter-bloc
- bloc
- state-management
dependencies:
flutter:
sdk: flutter
rxdart_ext: ^0.3.0
flutter_provider: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.4
build_runner: ^2.4.9
flutter_lints: ^4.0.0
# dart run build_runner build --delete-conflicting-outputs