Skip to content

Commit 2ccb2d6

Browse files
committed
v0.2.3 Release
- Complete API documentation comments.
1 parent 0eefd29 commit 2ccb2d6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.2.3
4+
- Complete API documentation comments.
5+
36
## 0.2.2
47
- Create 1x1 pixel empty placeholder image.
58

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ FadeInImage.assetNetwork(placeholder: placeholderEmpty, image: "image.png");
102102

103103
## About
104104

105-
Here at Codelessly, we're working on #NoCode and code generation automation tools to increase productivity. If that sounds interesting, you'll want to subscribe to updates below 😎
105+
Here at Codelessly, we're building a Flutter app UI and website builder, development tools, and UI templates to increase productivity. If that sounds interesting, you'll want to subscribe to updates below 😎
106106

107107
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!
108108

@@ -116,7 +116,7 @@ Loading GIFs is licensed under Zero-Clause BSD and released as Emailware. If you
116116
**Development:**
117117
* [Ray Li](https://github.com/searchy2)
118118

119-
**Sponsor:** [Codelessly - No Code Automation Tools](https://codelessly.com/?utm_medium=link&utm_campaign=direct)
119+
**Sponsor:** [Codelessly - Flutter App UI and Website Builder](https://codelessly.com/?utm_medium=link&utm_campaign=direct)
120120

121121
<a href="mailto:[email protected]">
122122
<img alt="Codelessly Email"

lib/loading_gifs.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets.
12
library loading_gifs;
23

34
/// CupertinoActivityIndicator GIF asset path.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: loading_gifs
22
description: Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets.
3-
version: 0.2.2
3+
version: 0.2.3
44
homepage: https://codelessly.com
55
repository: https://github.com/Codelessly/FlutterLoadingGIFs
66
issue_tracker: https://github.com/Codelessly/FlutterLoadingGIFs/issues

0 commit comments

Comments
 (0)