flutter-examples icon indicating copy to clipboard operation
flutter-examples copied to clipboard

Scaffold.of(context).showSnackBar() Deprecated

Open SafakB opened this issue 3 years ago • 0 comments

Hi,

Scaffold.of(context).showSnackBar deprecated.

Use

ScaffoldMessenger.of(context).showSnackBar()

https://docs.flutter.dev/release/breaking-changes/scaffold-messenger

SafakB avatar Mar 20 '22 07:03 SafakB