[firebase_storage] getActiveUploadTasks not available in Flutter #5570
Replies: 5 comments
-
Hi @EricPreventa |
Beta Was this translation helpful? Give feedback.
-
[✓] Flutter (Channel stable, v1.9.1+hotfix.6, on Mac OS X 10.14.6 18G1012, [!] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 11.0) [!] Android Studio (version 3.5) [✓] Connected device (1 available) |
Beta Was this translation helpful? Give feedback.
-
Although not sure what my flutter doctor will say. I'm more so requesting a feature that's available in some of the APIs, but not available in the Flutter package yet. |
Beta Was this translation helpful? Give feedback.
-
Hi @EricPreventa |
Beta Was this translation helpful? Give feedback.
-
This is available in the API, just hasn't been opened up for Flutter users yet. I'm hoping that since it's minimal work needed, the next Flutter API release could expose this. Thank you |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is a bug or simply not been implemented yet. But this seems like a major flaw in the api right now.
I'm trying to track multiple uploads, and unavailable to do so until getActiveUploadTasks is available on the Flutter version.
Is there a work-around or a different name to it? Such a critical call to detect the performance and status of all the uploaded files.
Beta Was this translation helpful? Give feedback.
All reactions