future_button
future_button copied to clipboard
Customizable Material and Cupertino buttons with progress indicators and more
## Usecase Use `FutureIconButton` in the list and remove each item quickly. ## Problem When the user removes an item quickly from the list some of the future buttons throw...
Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:future_button
Is it possible to do this?
Fixed an error where thrown errors (e.g. `NoSuchMethodError`) would throw when assigned to a variable `error` with type `Exception`
When I use the FutureCupertinoButton it throws this error. I am on: Flutter 1.22.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision 9b2d32b605 (3 weeks ago) • 2021-01-22 14:36:39 -0800...
Flutter v1.22.0 brought some new Material buttons: - `TextButton`, replacing `FlatButton` - `ContainedButton`, replacing `RaisedButton` - `OutlinedButton`, replacing `OutlineButton` An update is necessary to support those new buttons and new...