rive-app / rive-flutter

Flutter runtime for Rive
https://rive.app
MIT License
1.2k stars 190 forks source link

Update http from 0.13.3 to 1.0.0 #321

Closed nmarafo closed 1 year ago

nmarafo commented 1 year ago

Description

In Flutter, if you use Rive with google_fonts, you get http version issues because the latest version of google_font (4.0.5) has been updated to http 1.0.0

Steps To Reproduce

Steps to reproduce the behavior: in pubspec.yaml import google_fonts 4.0.5 and rive 0.11.1

HayesGordon commented 1 year ago

Hi @nmarafo thanks for reporting. We'll look into releasing an update with this soon.

In the meantime you could also use dependency overrides:

dependency_overrides:
  http: ^1.0.0
theemaster commented 1 year ago

http package has been updated to 1.1.0. Is there any update regarding this topic?

Imgkl commented 1 year ago

Any updates?

HayesGordon commented 1 year ago

Hi @Imgkl, sorry for the delay on this. We're awaiting on some other changes to land before releasing a new version that will have this fix. This should be out soon

HayesGordon commented 1 year ago

Version 0.11.5 now uses the newest release of HTTP