Skip to content

Releases: shoxter/flutter_fab_dialer

Fix for Bad State Handling

12 Jun 22:43
Compare
Choose a tag to compare

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

10 May 14:44
Compare
Choose a tag to compare

Fix to overflow on smaller screens

Fixed Indention Settings

21 Aug 15:39
Compare
Choose a tag to compare

Cleaned up the code base a bit

Initial Release

21 Aug 13:33
64c6cbf
Compare
Choose a tag to compare

1.0 is the initial release after forking