-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from SplashByte/dev
version 0.3.0
- Loading branch information
Showing
17 changed files
with
340 additions
and
186 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,33 @@ | ||
## [0.2.1] - (2021-04-02) | ||
## 0.3.0 (2022-03-18) | ||
|
||
- Several minor Fixes | ||
- Performance improvements | ||
- BREAKING: Changes default value of `padding` to `EdgeInsets.zero` | ||
- BREAKING: Changes default color to `Theme.of(context).colorScheme.secondary` | ||
|
||
## 0.2.1 (2021-04-02) | ||
|
||
- Minor Changes/Fixes | ||
- Changes default values of CircularWidgetLoading | ||
- Changes default values of `CircularWidgetLoading` | ||
|
||
## [0.2.0] - (2021-03-04) | ||
## 0.2.0 (2021-03-04) | ||
|
||
- Migrates to null safety | ||
|
||
## [0.1.2] - (2021-03-02) | ||
## 0.1.2 (2021-03-02) | ||
|
||
- Fixes key handling if animatedSize is false | ||
- Fixes key handling if `animatedSize` is false | ||
- Removes warnings in code | ||
- Improves performance | ||
|
||
## [0.1.1] - (2021-03-02) | ||
## 0.1.1 (2021-03-02) | ||
|
||
- Fixes key handling in CircularWidgetLoading | ||
- Fixes key handling in `CircularWidgetLoading` | ||
- Adds some comments in the code | ||
- Adds GIF in README.md | ||
|
||
## [0.1.0] - (2021-03-02) | ||
## 0.1.0 (2021-03-02) | ||
|
||
- Initial release | ||
- WiperLoading | ||
- CircularWidgetLoading | ||
- `WiperLoading` | ||
- `CircularWidgetLoading` |
This file contains 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
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.