1
- ![ Loading Gifs Cover] ( packages/Loading%20GIFs%20Cover.gif )
1
+ [ ![ Loading GIFs Cover] ( packages/Loading%20GIFs%20Cover.gif )] ( https://gallery.imfast.io/flutterwebsites/loadinggifs/ )
2
2
# [ Loading GIFs] ( https://gallery.imfast.io/flutterwebsites/loadinggifs/ )
3
- [](https://github.com/Codelessly/FlutterLoadingGIFs/releases) [](https://github.com/Codelessly/FlutterLoadingGIFs/releases) [](https://github.com/Codelessly/FlutterLoadingGIFs/issues) [](https://github.com/Codelessly/FlutterLoadingGIFs) [](https://github.com/Codelessly/FlutterLoadingGIFs) [](https://libraries.io/github/Codelessly/FlutterLoadingGIFs) [](https://opensource.org/licenses/0BSD)
3
+ [](https://pub.dev/packages/loading_gifs) [](https://github.com/Codelessly/FlutterLoadingGIFs/releases) [](https://github.com/Codelessly/FlutterLoadingGIFs/issues) [](https://github.com/Codelessly/FlutterLoadingGIFs) [](https://github.com/Codelessly/FlutterLoadingGIFs) [](https://libraries.io/github/Codelessly/FlutterLoadingGIFs) [](https://opensource.org/licenses/0BSD)
4
4
5
- <img src =" packages/cupertino_activity_indicator_square_large.gif " width =" 128 " >
5
+ <img src =" https://github.com/Codelessly/FlutterLoadingGIFs/blob/master/ packages/cupertino_activity_indicator_square_large.gif?raw=true " width =" 128 " >
6
6
7
7
> ### High quality Android and iOS loading spinners.
8
8
@@ -14,25 +14,23 @@ Loading GIFs is a collection of high fidelity loading animations in GIF format.
14
14
15
15
[ ![ Pub release] ( https://img.shields.io/pub/v/loading_gifs.svg?style=flat-square )] ( https://pub.dev/packages/loading_gifs )
16
16
17
-
18
-
19
17
Import this library into your project:
20
18
21
19
``` yaml
22
20
loading_gifs : ^latest_version
23
21
` ` `
24
22
25
- Use ` cupertinoActivityIndicator` or `circularProgressIndicator` where ever a loading GIF is needed.
23
+ Use ` cupertinoActivityIndicator` or `circularProgressIndicator` where ever a loading image is needed.
26
24
` ` ` dart
27
25
FadeInImage.assetNetwork(placeholder: cupertinoActivityIndicator, image: "image.png");
28
26
` ` `
29
27
That's it!
30
28
31
29
# # Usage Tips
32
30
33
- 
31
+ [ ](https://gallery.imfast.io/flutterwebsites/loadinggifs/ )
34
32
35
- The `loading_gifs` library is size optimized and only includes the base asset. Control the size of the loading spinners with `scale` and `placeholderScale`.
33
+ This library is optimized for size so it only includes the base asset. Change the size of the loading spinners with `scale` and `placeholderScale`.
36
34
37
35
` ` ` dart
38
36
FadeInImage.assetNetwork(placeholder: cupertinoActivityIndicator, image: "image.png", placeholderScale: 5);
@@ -76,7 +74,7 @@ Here at Codelessly, we're working on #NoCode and code generation automation tool
76
74
77
75
Loading GIFs is licensed under Zero-Clause BSD and released as Emailware. If you like this project or it helped you, please subscribe to updates. Although it is not required, you might miss the goodies we share!
78
76
79
- <a href="https://codelessly.com" target="_blank"><img src=" packages/Email%20Newsletter%20Signup.png"></a>
77
+ [](https://codelessly.com)
80
78
81
79
# # Contributors ❤️
82
80
@@ -105,11 +103,8 @@ Loading GIFs is licensed under Zero-Clause BSD and released as Emailware. If you
105
103
src="https://lh3.googleusercontent.com/L15QqmKK7Vl-Ag1ZxaBqNQlXVEw58JT2BDb-ef5t2eboDh0pPSLjDgi3-aQ3Opdhhyk=w96" />
106
104
</a>
107
105
<br></br>
108
- <a href="https://github.com/flutter/flutter">
109
- <img alt="Flutter"
110
- src="packages/Flutter%20Logo%20Banner.png" />
111
- </a>
112
106
107
+ [](https://github.com/flutter/flutter)
113
108
114
109
# # License
115
110
0 commit comments