chore: increase http package range

This is my fault, I should have done this when I initially bumped the http package to support a wider range to ensure our package plays well with other packages that rely on the HTTP package.

The 1.0 HTTP release also bumped the minimum Dart version to 3+

Normally if this is a problem for someone they can manually provide a dependency override if they want to use an older version of the HTTP package, but this is a problem for Flutter Flow users that want to create a custom widget and add Rive as a dependency, as certain FF dependencies are using the older version of HTTP.

Diffs=
9e40f95e5 chore: increase http package range (#6099)

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2023-10-17 12:54:34 +00:00
parent 284afd6414
commit 159a6850cc
3 changed files with 6 additions and 2 deletions

View File

@@ -1 +1 @@
c583c4e5b613d90a830685e435f79e4079e5f8af
9e40f95e5e15a69afa69afe9411fd5a3a39d2afd

View File

@@ -1,3 +1,7 @@
## Upcoming
- Increase HTTP dependency range for Rive and Rive Common
## 0.11.17
- Timeline based events with new example showing how to play audio when an event fires.

View File

@@ -18,7 +18,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
http: ^1.1.0
http: ">=0.13.3 <2.0.0"
meta: ^1.3.0
plugin_platform_interface: ^2.0.2
rive_common: 0.2.7