firefile 0.6.3
firefile: ^0.6.3 copied to clipboard
The Firefile package makes it easy to control the display of the Firestore file download progress.
0.6.3 #
- UPDATE: Allow firebase_storage >=10.2.15 <12.0.0
0.6.2 #
- BUGFIX: In some cases,
initialTaskswere not displayed.
0.6.1 #
- BUGFIX: Use of uninitialized
uploadTask. - LOGIC: Now when you load the same file, the task will restart.
0.6.0 #
- FEATURE: You can now provide
initialTaskstoFirefileController. - FEATURE: You can now create a completed
FirefileTaskmanually using theFirefileTask.successconstructor.
0.5.1 #
- FIX: Providing
FirefileTask.visibleNameusingFilefileController.uploadFile.
0.5.0 #
- FEATURE: You can now provide an alternate file name using
FirefileTask.visibleName.
0.4.0 #
- FEATURE: You can now get the full download url of the file after the task is successfully completed using
FirefileTask.downloadUrl.
0.3.2 #
- BUGFIX: The placeholder was not initialized correctly.
- BUGFIX: The states were not updated correctly when the task was deleted.
0.3.1 #
- FEATURE: Now, you can now specify the widget to be used as a placeholder when the task list is empty, using the
placeholderargument of theFirefileclass. - BUGFIX: In some another cases, the task was not removed again.
0.2.1 #
- BUGFIX: In some cases, the task was not removed when the cancelTask method was called, regardless of the removeOnCancel flag.
0.2.0 #
Websupport added.- Removed unneccessary
platformpackage dependency. - Updating
example/and documentation.
0.1.0 #
- Basic
firefilefeatures.