smart_button 0.0.1
smart_button: ^0.0.1 copied to clipboard
Flutter buttons with built-in internet connectivity checking. Automatically prevents actions and shows user feedback when offline.
0.0.1 #
- Initial Release - Smart Button package for Flutter
- Added
SmartButton- ElevatedButton with connectivity checking - Added
SmartTextButton- TextButton with connectivity checking - Added
SmartOutlinedButton- OutlinedButton with connectivity checking - Implemented automatic internet connectivity verification before button actions
- Added configurable offline feedback options:
- Adaptive alert dialogs
- Snackbar notifications
- No feedback option
- Support for all standard Flutter button properties
- Custom offline messages and titles
- Optional offline action callbacks
- Comprehensive test coverage
- Full documentation and examples