Skip to content

0.4.0

Compare
Choose a tag to compare
@CodingAleCR CodingAleCR released this 09 Mar 00:36
8f2be2d

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. Since http 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 and findProxy features are not supported on Flutter Web due to browser limitations)
  • 🛠  Changed: Upgraded http to 0.13.0.
  • 🛠  Changed: Upgraded effective_dart to 1.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