-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add:
padding
property to Frost
widget.
Add: `Frost.text` which takes string as input. Add: `Frost.icon` which takes iconData as input.
- Loading branch information
Showing
5 changed files
with
147 additions
and
43 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,11 +1,17 @@ | ||
## [0.0.1] - 2020-10-8 | ||
## [1.0.1] - 02-11-2020 | ||
|
||
* Blur is a wrapper widget that blur it's child. There are ImageBlur.asset and ImageBlur.network that blur the image. | ||
* Add: `padding` property to `Frost` widget. | ||
* Add: `Frost.text` which takes string as input. | ||
* Add: `Frost.icon` which takes iconData as input. | ||
|
||
## [1.0.0] - 02-11-2020 | ||
|
||
* Breaking: The `borderRadius` datatype has changed from `double` to `BorderRadius`. | ||
* Add: `height` and `width` properties to `ImageBlur.asset` and `ImageBlur.network`. | ||
* Add: `Frost` class which blurs the background of the child. | ||
* Breaking: The `overlayChild` is renamed to `overlay` | ||
* Add: `alignment` property for the overlay child. | ||
* Add: `alignment` property for the overlay child. | ||
|
||
## [0.0.1] - 2020-10-8 | ||
|
||
* Blur is a wrapper widget that blur it's child. There are ImageBlur.asset and ImageBlur.network that blur the image. |
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