-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
25 lines (22 loc) · 773 Bytes
/
pubspec.yaml
File metadata and controls
25 lines (22 loc) · 773 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
name: flutter_value_notifier
description: Flutter Widgets that make it easy to implement state management patterns. Built to be used with the ValueNotifier.
version: 1.6.0
repository: https://github.com/robsonsilv4/flutter_value_notifier
issue_tracker: https://github.com/robsonsilv4/flutter_value_notifier/issues
documentation: https://github.com/robsonsilv4/flutter_value_notifier/blob/main/README.md
topics: [value-notifier, state-management, bloc, provider]
screenshots:
- description: "The Flutter ValueNotifier logo."
path: assets/logo.png
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
meta: ^1.12.0
provider: ^6.1.2
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^4.0.0+1