-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CircularProgressIndicator on Android #17
Comments
please post your flutter version |
[✓] Flutter (Channel stable, v1.2.1, on Mac OS X 10.14.3 18D109, locale en-BR) [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [✓] iOS toolchain - develop for iOS devices (Xcode 10.1) [✓] Android Studio (version 3.3) [✓] Android Studio (version 3.3) [✓] Connected device (1 available) |
I will check code, if have problem, I fix it. If you don't need |
On Android, the CircularProgressIndicator fills all the size of my image.. It should be better that it just shows a small progress at the center of the image. On iOS it worked well.
I saw that I can use the loadingWidget to customize that, but it should worked by default.
Another problem is that I can't disable the progress, because if I set the loadingWidget to null, it gets the defaults.
The text was updated successfully, but these errors were encountered: