Skip to content

Commit e76e50e

Browse files
committed
Cleanup Assets
*Generate updated version of loading indicators.
1 parent acfc02b commit e76e50e

19 files changed

+8
-3
lines changed
225 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: An example app to demonstrate loading indicator GIFs.
33
version: 1.0.0+1
44

55
environment:
6-
sdk: ">=2.7.0 <3.0.0"
6+
sdk: ">=2.4.0 <3.0.0"
77

88
dependencies:
99
flutter:

lib/loading_gifs.dart

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
library loading_gifs;
1+
library loading_gifs;
2+
3+
const String cupertinoActivityIndicator =
4+
"packages/loading_gifs/assets/images/cupertino_activity_indicator.gif";
5+
const String circularProgressIndicator =
6+
"packages/loading_gifs/assets/images/circular_progress_indicator.gif";
129 KB
Loading
Loading

0 commit comments

Comments
 (0)