flutter_telescope 1.0.2
flutter_telescope: ^1.0.2 copied to clipboard
A powerful Flutter package for network activity monitoring and debugging with beautiful UI and comprehensive logging.
Changelog #
All notable changes to flutter_telescope package will be documented in this file.
1.0.2 - 2026-01-21 #
Fixed #
- Improved documentation coverage to meet pub.dev requirements (20%+)
- Added comprehensive dartdoc comments to all major public APIs
- Fixed library declaration in main export file
- Enhanced package documentation with usage examples
Added #
- Documentation for ActivityPage, ActivityDetailPage, and ActivityCard widgets
- Documentation for NavigationService and NetworkInspectorConfig classes
- Package-level documentation with feature overview and usage guide
- Method-level documentation for key public APIs
1.0.1 - 2026-01-21 #
Fixed #
- Fixed deprecated
printTimeAPI usage in logger - Updated to use
dateTimeFormatwithDateTimeFormat.onlyTimeAndSinceStart - Improved documentation coverage for public API elements
- Fixed main library file naming to match package name
- Resolved example app import issues
- Enhanced example app UI with Material 3 design
Added #
- Comprehensive dartdoc documentation for major classes
- Beautiful gradient header in example app
- Improved button styling with icons
- Better error handling and loading states
- Enhanced response display with monospace font
1.0.0+1 - 2026-01-20 #
Added #
- Initial release of flutter_telescope network inspector
- Network activity monitoring and logging for Dio and HTTP clients
- Professional logging framework integration
- Beautiful, theme-aware UI for viewing network activities
- Request/response body formatting and display
- Comprehensive error tracking and debugging tools
- Floating test button for easy access to network inspector
- Copy and share functionality for network data
- Light and dark mode support
- JSON pretty-printing for request/response bodies
- Database storage and management for network activities
- Example app demonstrating all features
- GitHub repository integration for issue tracking and support