Skip to content

Commit 6901e06

Browse files
committed
v0.1.0 Release
1 parent 6d4772b commit 6901e06

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
22

3+
## 0.1.0
4+
- Initial release.
5+
36
## 0.0.1
47
- Initial Prerelease.

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![Loading Gifs Cover](packages/Loading%20GIFs%20Cover.gif)
1+
[![Loading GIFs Cover](packages/Loading%20GIFs%20Cover.gif)](https://gallery.imfast.io/flutterwebsites/loadinggifs/)
22
# [Loading GIFs](https://gallery.imfast.io/flutterwebsites/loadinggifs/)
3-
[![GitHub release](https://img.shields.io/github/release/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs/releases) [![GitHub Release Date](https://img.shields.io/github/release-date/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs/releases) [![GitHub issues](https://img.shields.io/github/issues/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs/issues) [![GitHub top language](https://img.shields.io/github/languages/top/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs) [![Libraries.io for GitHub](https://img.shields.io/librariesio/github/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://libraries.io/github/Codelessly/FlutterLoadingGIFs) [![License](https://img.shields.io/badge/License-BSD%200--Clause-orange.svg)](https://opensource.org/licenses/0BSD)
3+
[![Pub release](https://img.shields.io/pub/v/loading_gifs.svg?style=flat-square)](https://pub.dev/packages/loading_gifs) [![GitHub Release Date](https://img.shields.io/github/release-date/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs/releases) [![GitHub issues](https://img.shields.io/github/issues/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs/issues) [![GitHub top language](https://img.shields.io/github/languages/top/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://github.com/Codelessly/FlutterLoadingGIFs) [![Libraries.io for GitHub](https://img.shields.io/librariesio/github/Codelessly/FlutterLoadingGIFs.svg?style=flat-square)](https://libraries.io/github/Codelessly/FlutterLoadingGIFs) [![License](https://img.shields.io/badge/License-BSD%200--Clause-orange.svg?style=flat-square)](https://opensource.org/licenses/0BSD)
44

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">
66

77
> ### High quality Android and iOS loading spinners.
88
@@ -14,25 +14,23 @@ Loading GIFs is a collection of high fidelity loading animations in GIF format.
1414

1515
[![Pub release](https://img.shields.io/pub/v/loading_gifs.svg?style=flat-square)](https://pub.dev/packages/loading_gifs)
1616

17-
18-
1917
Import this library into your project:
2018

2119
```yaml
2220
loading_gifs: ^latest_version
2321
```
2422
25-
Use `cupertinoActivityIndicator` or `circularProgressIndicator` where ever a loading GIF is needed.
23+
Use `cupertinoActivityIndicator` or `circularProgressIndicator` where ever a loading image is needed.
2624
```dart
2725
FadeInImage.assetNetwork(placeholder: cupertinoActivityIndicator, image: "image.png");
2826
```
2927
That's it!
3028

3129
## Usage Tips
3230

33-
![Loading GIFs Sizes](packages/Loading%20GIFs%20Sizes.gif)
31+
[![Loading GIFs Sizes](packages/Loading%20GIFs%20Sizes.gif)](https://gallery.imfast.io/flutterwebsites/loadinggifs/)
3432

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`.
3634

3735
```dart
3836
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
7674

7775
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!
7876

79-
<a href="https://codelessly.com" target="_blank"><img src="packages/Email%20Newsletter%20Signup.png"></a>
77+
[![Codelessly Newsletter Signup](packages/Email%20Newsletter%20Signup.png)](https://codelessly.com)
8078

8179
## Contributors ❤️
8280

@@ -105,11 +103,8 @@ Loading GIFs is licensed under Zero-Clause BSD and released as Emailware. If you
105103
src="https://lh3.googleusercontent.com/L15QqmKK7Vl-Ag1ZxaBqNQlXVEw58JT2BDb-ef5t2eboDh0pPSLjDgi3-aQ3Opdhhyk=w96" />
106104
</a>
107105
<br></br>
108-
<a href="https://github.com/flutter/flutter">
109-
<img alt="Flutter"
110-
src="packages/Flutter%20Logo%20Banner.png" />
111-
</a>
112106

107+
[![Flutter Logo Banner](packages/Flutter%20Logo%20Banner.png)](https://github.com/flutter/flutter)
113108

114109
## License
115110

File renamed without changes.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: loading_gifs
22
description: Loading indicator GIFs. Cupertino and Material style loading indicators in various sizes. Placeholder for loading remote image assets.
3-
version: 0.0.1
3+
version: 0.1.0
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/FlutterLoadingGIFs
66
issue_tracker: https://github.com/Codelessly/FlutterLoadingGIFs/issues
@@ -19,4 +19,4 @@ dev_dependencies:
1919

2020
flutter:
2121
assets:
22-
- assets/images/
22+
- assets/images/

0 commit comments

Comments
 (0)