flutter_api_tracker 1.0.0
flutter_api_tracker: ^1.0.0 copied to clipboard
A production-ready API sequence debugger for Flutter. Intercepts all Dio and HTTP calls globally.
1.0.0 #
- Initial release of
flutter_api_tracker. - Updated Flutter SDK minimum requirement to 3.24.0.
- Updated Dart SDK minimum requirement to 3.5.0.
- Broadened dependency version ranges for improved compatibility.
- Global API interception using
HttpOverrides. - SQLite persistence for sessions and logs.
- Secret tap gesture activation (default 6 taps).
- HTML Email reports with SMTP support.
- Log sharing and export to text files.
- Real-time search and filtering.
- Automatic screen tracking via
NavigatorObserver.