flutter_download_button 1.0.3 copy "flutter_download_button: ^1.0.3" to clipboard
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
  • DownloadController abstract class for download management
  • RealDownloadController implementation with HTTP streaming
  • CustomizableDownloadButton widget with extensive customization options
  • DownloadButtonConfig class with 30+ customization properties
  • DownloadService utility class for file operations
  • DownloadStatus enum 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

1.0.2 stop color change #

1.0.3 stop color bug fixed #