flutter_download_button 1.0.3
flutter_download_button: ^1.0.3 copied to clipboard
You can download any file and open file
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2025-10-01 #
Added #
- Initial release of customizable_download_button package
DownloadControllerabstract class for download management- RealDownloadController implementation with HTTP streaming
CustomizableDownloadButtonwidget with extensive customization optionsDownloadButtonConfigclass with 30+ customization propertiesDownloadServiceutility class for file operationsDownloadStatusenum for tracking download states- Four built-in style presets: Material, Cupertino, Minimal, and Rounded
- Support for custom colors, text, icons, shapes, and animations
- Pause/cancel download functionality
- Open downloaded files with system default application
- Smooth animations and transitions between states
- Complete documentation and examples with 8 different styles