async_button_builder 0.1.0-nullsafety.0 async_button_builder: ^0.1.0-nullsafety.0 copied to clipboard
A builder to wrap around buttons that handles loading and disabled state
[0.1.0-nullsafety.0] - 2021-01-12 #
Replaces the bool type of isLoading for a ValueNotifier
[0.0.1-nullsafety.2] - 2021-01-12 #
Adds analysis options and removes unnecessary typedef
[0.0.1-nullsafety.1] - 2021-01-12 #
Adds docs to parameters and removes use of unnecessary undescore internal variables.
[0.0.1-nullsafety.0] - 2021-01-11 #
Holds basic builder AsyncButtonBuilder. No tests yet. NNBD is supported