flutter_stetho 0.2.2 flutter_stetho: ^0.2.2 copied to clipboard
A network inspector for Flutter on Android using the Chrome Dev Tools
0.2.2 - 10 Nov 2018 #
- Bugfix: Show correct request headers when using http client
0.2.1 - 19 Oct 2018 #
- Bugfix: Imports were broken
0.2.0 - 19 Oct 2018 #
- BREAKING CHANGE: Use
Stetho.initialize()
instead of overriding the HTTP Client! - This allows us to initialize the Android code only when
Stetho.initialize()
is invoked, rather than running Stetho by default, which is bad for production builds. - More work to be done on stripping the plugin from the APK during production builds. Flutter issue opened.
0.1.2 - 17 Aug 2018 #
- Fix
connectionTimeout
. Thanks @pcqpcq!
0.1.1 - 27 Apr 2018 #
- Fix docs
0.1.0 - 27 Apr 2018 #
- Fix for Dart 2. Thanks @thejakeofink!
0.0.1 - 4 Mar 2018 #
- Initial version, with support for network inspection on Android via the Chrome Dev Tools using Stetho