-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpubspec.yaml
More file actions
26 lines (20 loc) · 625 Bytes
/
pubspec.yaml
File metadata and controls
26 lines (20 loc) · 625 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
name: flutter_control
description: Flutter Control is complex library to maintain App and State management, Dependency Injection, Navigation with Routing, Localization and more..
repository: https://github.com/romanbase/flutter_control
version: 4.2.1+1
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
# https://pub.dev/packages/control_core
control_core: ">=2.0.0 <3.0.0"
# https://pub.dev/packages/control_config
control_config: ">=1.4.0 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
mockito: ^5.4.2
pedantic: ^1.11.1