Releases: shoxter/flutter_fab_dialer
Releases · shoxter/flutter_fab_dialer
Fix for Bad State Handling
Previously, widget parameters were being passed through to the underlying State
instance and they were only being set once with initState
The problem with this is that state can't be updated when parameters change and this creates an inability to render the widget with the latest parameters.
0.1.4
Fixed Indention Settings
Cleaned up the code base a bit
Initial Release
1.0 is the initial release after forking