Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Storage
What platform(s) does this bug affect?
Android
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
- Setup the example app of
firebase_ui_storage
- Run the
PrgressBar option
- See errors logged in terminal
Expected Behavior
TaskProgressIndicator to show proper LinearProgressIndicator.
Actual Behavior
The following UnsupportedError was thrown building LinearProgressIndicator(100.0%, dependencies: [Directionality, InheritedCupertinoTheme, _InheritedTheme, _LocalizationsScope-[GlobalKey#9c5a3]], state: _LinearProgressIndicatorState#e98a9(ticker inactive)):
Unsupported operation: Infinity or NaN toInt
Additional Information
No response
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Storage
What platform(s) does this bug affect?
Android
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
firebase_ui_storagePrgressBaroptionExpected Behavior
TaskProgressIndicatorto show properLinearProgressIndicator.Actual Behavior
Additional Information
No response