Closed mclean25 closed 2 years ago
The examples use StatefulWidget where there's actually state, which can lead to bugs down to line if copied verbatim by readers. This tweaks the example to best practices.
StatefulWidget
Hello @mclean25 !
Amazing! Thank you so much!
The examples use
StatefulWidget
where there's actually state, which can lead to bugs down to line if copied verbatim by readers. This tweaks the example to best practices.