mirror of
https://github.com/rive-app/rive-flutter.git
synced 2026-03-13 08:32:10 +08:00
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:
@@ -1 +1 @@
|
||||
c583c4e5b613d90a830685e435f79e4079e5f8af
|
||||
9e40f95e5e15a69afa69afe9411fd5a3a39d2afd
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user