flutter_telescope 1.0.4
flutter_telescope: ^1.0.4 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.4 - 2026-01-21 #
Fixed #
- Complete theme overhaul for ActivityPage and ActivityDetailPage
- Replaced all hardcoded colors with proper theme integration
- Improved text visibility in both light and dark modes
- Enhanced UI components with Material 3 design principles
- Fixed status indicators and color consistency
- Better contrast and accessibility across all themes
Added #
- Full theme-aware color scheme implementation
- Dynamic theming for all UI components
- Proper Material 3 color usage throughout
- Enhanced visual hierarchy and component styling
- Improved empty states and loading indicators
- Better error handling and status visualization
1.0.3 - 2026-01-21 #
Fixed #
- Fixed theme issues in ActivityPage and ActivityDetailPage
- Replaced hardcoded colors with proper theme colors
- ActivityPage now respects app theme (light/dark mode)
- ActivityDetailPage now uses theme-aware colors
- Fixed text visibility issues in both light and dark themes
- Improved shadow colors to work with any theme
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