flutter_network_reachability_banner 1.0.1
flutter_network_reachability_banner: ^1.0.1 copied to clipboard
A minimal and elegant Flutter package that displays offline/online toast notifications with retry functionality. Perfect for reducing support noise during network outages.
1.0.1 #
- Position-Aware Animations: Smart animations that work correctly for both top and bottom banner positions
- Example App Improvements: Updated demo screens to showcase new banner positioning and animation features
- Dependency Optimization: Replaced toastification with lightweight flutter_animate package
- Code Simplification: Streamlined banner logic with cleaner animation state management
1.0.0 #
- Major Release: Complete rewrite with toastification library
- Toast Notifications: Replaced banner overlay with beautiful toast notifications
- Enhanced UI: Modern design with blur effects, animations, and better positioning
- Flexible Positioning: Toast notifications can appear from any position (top, center, bottom)
- Rich Content: Title + description format with customizable styling
- Progress Bars: Visual feedback with progress indicators
- Drag to Dismiss: Users can swipe toasts away
- Auto-hide: Configurable auto-hide duration for online status
- Retry Functionality: Enhanced retry button with loading states
- Custom Services: Support for custom reachability service implementations
- Comprehensive Example: Complete example app with 5 different demo screens
- Documentation: Detailed README with usage examples and configuration options
0.0.1 #
- Initial release with basic banner functionality