[Bug]: ClientException: Invalid content-length header [-1]
when reading version.json
on a Firefox extension
#3028
Labels
Platform
Firefox extension
Plugin
package_info_plus
Version
8.0.0
Flutter SDK
3.19.6
Steps to reproduce
On a Flutter application built as a Firefox extension, run the following code
An exception is thrown.
This is related to dart-lang/http#1240
Using
Dio
to perform the request works.I'm not sure if
package_info_plus
should be changed to use Dio whilehttp
(or Firefox) is not fixed...This bug report is mainly here to keep track of the issue.
Code Sample
No response
Logs
Flutter Doctor
Checklist before submitting a bug
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: