website icon indicating copy to clipboard operation
website copied to clipboard

'Display a snackbar' page requires an update

Open ramanathanp opened this issue 5 years ago • 1 comments

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.

ramanathanp avatar Oct 26 '20 19:10 ramanathanp

I think this one is fixed. Good to close?

piedcipher avatar Sep 19 '22 18:09 piedcipher

Fixed by https://github.com/flutter/website/pull/5386. Thanks again for reporting this!

parlough avatar Dec 07 '22 00:12 parlough