load_switch 2.0.0
load_switch: ^2.0.0 copied to clipboard
A highly customizable toggle switch with a loading state. Useful when getting data from remote calls.
2.0.0 Breaking changes #
- Simplifies API by removing redundant parameters.
- Fixes dimension issues when specifying height and width to the switch.
- Removes tests for now
Check the README for the examples.
1.2.0 Adds tests #
1.1.1 Minor changes #
- Updates flutter_lints dependency
1.1.0 Breaking change #
- Removes unnecessary parent widgets (
Scaffold
&Center
).
1.0.1 #
- Removes forgotten print outputs.
1.0.0 #
- Initial release