flutter_debug_overlay 0.1.4 flutter_debug_overlay: ^0.1.4 copied to clipboard
Flutter package for implementing a debug overlay in your app, providing features like log viewers, HTTP request inspectors, and customizable widgets for easy debugging.
0.1.4 #
- Added examples for log sources and HTTP integrations.
- Example: Fixed missing dispose.
- Example: Upgraded dependencies.
0.1.3 #
- Adopted more common LogLevel names.
0.1.2 #
- Added proper response parsing via content-type and charset.
- Use
SelectionArea
instead ofSelectableText
for Info tab. - Bumped Flutter SDK to
3.10.0
. - Upgraded http to
1.0.0
.
0.1.1 #
- Upgraded package_info_plus to
4.0.0
. - Upgraded device_info_plus to
9.0.0
.
0.1.0+1 #
- Changed sdk constraint to
2.18.0
.
0.1.0 #
- Replaced the
enableOnlyInDebugMode
constructor parameter with a staticenabled
field to further improve performance when disabled. - Added KeepAlive to Info page to prevent frequent re-evaluations.
0.0.1+2 #
- Further fixed "setState() or markNeedsBuild() called during build" errors.
0.0.1+1 #
- Fixed pub.dev platforms.
- Fixed "setState() or markNeedsBuild() called during build".
0.0.1 #
- Initial release.