deep_link_logger 1.0.0+1
deep_link_logger: ^1.0.0+1 copied to clipboard
A Chucker-like deep link logger for Flutter with local persistence
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2026-02-11 #
Added #
- Initial release of Deep Link Logger
- Automatic deep link logging with detailed information
- Local persistence using SharedPreferences
- Beautiful UI for browsing logs
- Search and filter functionality
- Statistics and analytics
- Export/Import logs as JSON
- Console logging with formatted output
- Error tracking with stack traces
- Delete old logs functionality
- Support for metadata and custom fields
- Comprehensive documentation and examples
Features #
- Log deep links with URI details, query parameters, and path segments
- Store logs locally with configurable max limit
- View logs in an intuitive UI with detailed information
- Search logs by any field
- Filter logs by status (All, Success, Errors)
- View statistics about deep link usage
- Export logs for debugging or sharing
- Copy specific values from log details
- Refresh and clear logs
- Auto-cleanup of old logs
Documentation #
- Comprehensive README with usage examples
- API reference documentation
- Example application demonstrating all features
- Best practices guide