flutter_api_tracker 1.0.2
flutter_api_tracker: ^1.0.2 copied to clipboard
A production-ready API sequence debugger for Flutter. Intercepts all Dio and HTTP calls globally.
1.0.2 #
- Updated
mailerdependency constraint to'>=6.0.0 <8.0.0'to support version7.x.x. - Configured analyzer overrides to ignore
deprecated_member_usewarnings, ensuring backward compatibility with Flutter>=3.24.0while passing analysis on modern SDKs. - Formatted all library files.
- Updated
README.mdwith instructions for running the example. - Updated
LICENSEfrom MIT to BSD-3-Clause
1.0.1 #
- Updated
README.mdto reflect the new package name.
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.