firefile 0.6.3 copy "firefile: ^0.6.3" to clipboard
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, initialTasks were 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 initialTasks to FirefileController.
  • FEATURE: You can now create a completed FirefileTask manually using the FirefileTask.success constructor.

0.5.1 #

  • FIX: Providing FirefileTask.visibleName using FilefileController.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 placeholder argument of the Firefile class.
  • 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 #

  • Web support added.
  • Removed unneccessary platform package dependency.
  • Updating example/ and documentation.

0.1.0 #

  • Basic firefile features.
6
likes
120
points
127
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The Firefile package makes it easy to control the display of the Firestore file download progress.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, firebase_storage, flutter, flutter_bloc, freezed_annotation

More

Packages that depend on firefile