- Increased version range for
device_info_plus
. - Added some missing
MediaQuery
properties. - Fixed Dart (
>=3.4.0
) and Flutter (>=3.22.0
) versions to reflect the actual constraints. - Enabled trimming of stack traces in log view.
- Added pub.dev
topics
.
- Increased version range for
device_info_plus
.
- Further increased upper version range for
package_info_plus
. Thanks to @hakonber (#5).
- Increased upper version range for
package_info_plus
. - Replaced
textScaleFactor
usages withtextScaler
.
- Fixed LICENSE detection.
- Added filter to search logs and requests.
- Added entry highlighting for selected logs and requests.
- Added PageStorage to persist scroll positions.
- Improved formatting of request duration.
- Improved and documented usages of AutomaticKeepAliveClientMixins.
- Removed deprecated
describeEnum
usages.
- Added examples for log sources and HTTP integrations.
- Example: Fixed missing dispose.
- Example: Upgraded dependencies.
- Adopted more common LogLevel names.
- 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
.
- Upgraded package_info_plus to
4.0.0
. - Upgraded device_info_plus to
9.0.0
.
- Changed sdk constraint to
2.18.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.
- Further fixed "setState() or markNeedsBuild() called during build" errors.
- Fixed pub.dev platforms.
- Fixed "setState() or markNeedsBuild() called during build".
- Initial release.