-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added support for using the loader in `StatelessWidget` too - Using [`stream_mixin`](https://pub.dev/packages/stream_mixin/) instead of state to show/hide loader - **BREAKING CHANGE**: Use `build` instead of `screen` function - **BREAKING CHANGE**: `ScreenLoaderApp` widget is removed, use `configScreenLoader` function instead
- Loading branch information
1 parent
5d4bff5
commit 1dc5de9
Showing
6 changed files
with
249 additions
and
167 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,55 +1,57 @@ | ||
## [3.0.2] | ||
## 4.0.0 | ||
|
||
* Added support for using the loader in `StatelessWidget` too | ||
* Using [`stream_mixin`](https://pub.dev/packages/stream_mixin/) instead of state to show/hide loader | ||
* **BREAKING CHANGE**: Use `build` instead of `screen` function | ||
* **BREAKING CHANGE**: `ScreenLoaderApp` widget is removed, use `configScreenLoader` function instead | ||
|
||
## 3.0.2 | ||
|
||
* Fixed: [Issue #6](https://github.com/arnold-parge/screen_loader/issues/6): Screen is always blurry | ||
|
||
## [3.0.1] | ||
## 3.0.1 | ||
|
||
* Updated README | ||
|
||
## [3.0.0] | ||
## 3.0.0 | ||
|
||
* Migrating to null safety | ||
|
||
## [2.0.1] | ||
* Updated readme as per the previous version's breaking changes | ||
## 2.0.1 | ||
|
||
## [2.0.0] | ||
* Updated readme as per the previous version's breaking changes | ||
|
||
### BREAKING CHANGE | ||
* `screenWrapper` function removed | ||
## 2.0.0 | ||
* **BREAKING CHANGE**: `screenWrapper` function removed | ||
* Now just override `screen` function instead of `build` function in your `StatefulWidget`s | ||
|
||
## [1.1.1] | ||
## 1.1.1 | ||
|
||
* Updated readme | ||
|
||
## 1.1.0 | ||
|
||
## [1.1.0] | ||
|
||
### Breaking changes | ||
* Removed state parameter from `screenWrapper` function | ||
* **BREAKING CHANGE**: Removed state parameter from `screenWrapper` function | ||
* Added performFuture | ||
* Added BasicScreen in example | ||
* Added loadingBgBlur in ScreenLoader | ||
|
||
|
||
## [1.0.4] | ||
## 1.0.4 | ||
|
||
* Updated description | ||
|
||
|
||
## [1.0.3] | ||
## 1.0.3 | ||
|
||
* Added example | ||
|
||
|
||
## [1.0.2] | ||
## 1.0.2 | ||
|
||
* Updated description in pubspec.yaml | ||
|
||
|
||
## [1.0.1] | ||
## 1.0.1 | ||
|
||
* Updated description in pubspec.yaml | ||
|
||
|
||
## [1.0.0] | ||
## 1.0.0 | ||
|
||
* Initial release |
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.