Last active
June 17, 2020 07:31
-
-
Save flutter-clutter/ca22d7cefe8679a464f7b154c3fd522a to your computer and use it in GitHub Desktop.
Sample for adding a progress indicator, used here: https://www.flutterclutter.dev/flutter/tutorials/displaying-a-prorgess-indicator/2020/37/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Container( | |
child: CircularProgressIndicator(), | |
width: 32, | |
height: 32 | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment