We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f248555 commit cd5977dCopy full SHA for cd5977d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 6.0.5
2
+
3
+- Fix broken links on pub.dev
4
+- Update upper Dart constraint to `<4.0.0`
5
6
# 6.0.4
7
8
Fix typos and broken links in the documentation
pubspec.yaml
@@ -1,11 +1,11 @@
name: provider
description: A wrapper around InheritedWidget to make them easier to use and more reusable.
-version: 6.0.4
+version: 6.0.5
repository: https://github.com/rrousselGit/provider
issue_tracker: https://github.com/rrousselGit/provider/issues
environment:
- sdk: ">=2.12.0 <3.0.0"
+ sdk: ">=2.12.0 <4.0.0"
9
flutter: ">=1.16.0"
10
11
dependencies:
0 commit comments