0.4.0
Check out our 0.4.0 migration guide for information on how to migrate your code.
- ❗️✨ Added: String extension to allow
toUri()
usage when importing the library. Sincehttp
dropped support for string url usage and since Dart does not yet support function overloading, we had to implement an alternative through extensions. - ✨ Added: Flutter web support 🌐 (
badCertificateCallback
andfindProxy
features are not supported on Flutter Web due to browser limitations) - 🛠 Changed: Upgraded
http
to0.13.0
. - 🛠 Changed: Upgraded
effective_dart
to1.3.0
. - 🛠 Changed: Upgraded Dart
sdk
to>=2.12.0 <3.0.0
. (Yay! Sound null safety! 🎉) - 🗑 Removed:
meta
is removed since Dart's null safety now covers all uses inside this plugin