forked from Leondev7/flutter_fab_dialer
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
state should be passed straight through so that a change in parameters is reflected in a new render previous implementation made that impossible because the state was set only once upon the constructor of state
- Loading branch information
Showing
3 changed files
with
79 additions
and
83 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,20 +1,25 @@ | ||
## [0.1.0] - 09/21/2018 | ||
## [0.1.5] - 06/12/2021 | ||
|
||
* Initial fork from flutter_fab_dialer | ||
* Fixed default "tooltip" from always saying "Increment" | ||
* Added optional animation duration for the animation | ||
* Changed the hard-coded rotation to a transform animation so that it works with any icons | ||
* Fixed the bad way state was being handled | ||
* State is now accessed via `widget.` as opposed to being initialized only once upon creation of the `State` object | ||
|
||
## [0.1.1] - 09/21/2018 | ||
## [0.1.4] - 05/10/2019 | ||
|
||
* Fixed README from warning about nonexistent breaking changes | ||
* Fixed overflow on smaller screens | ||
|
||
## [0.1.3] - 11/08/2018 | ||
|
||
* Skipped version 0.1.2 to match actual package version | ||
* Added ability to close on tap | ||
* Modified dependencies | ||
|
||
## [0.1.4] - 05/10/2019 | ||
## [0.1.1] - 09/21/2018 | ||
|
||
* Fixed README from warning about nonexistent breaking changes | ||
|
||
## [0.1.0] - 09/21/2018 | ||
|
||
* Fixed overflow on smaller screens | ||
* Initial fork from flutter_fab_dialer | ||
* Fixed default "tooltip" from always saying "Increment" | ||
* Added optional animation duration for the animation | ||
* Changed the hard-coded rotation to a transform animation so that it works with any icons |
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