website
website copied to clipboard
'Display a snackbar' page requires an update
Display a snackbar page needs to be updated because Scaffold.of(context).showSnackBar() method is deprecated and instead ScaffoldMessenger.of(context).showSnackBar() must be used.
P.S. - Thanks to Flutter team for maintaining a wonderful UI framework.
I think this one is fixed. Good to close?
Fixed by https://github.com/flutter/website/pull/5386. Thanks again for reporting this!