nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.86k stars 1.65k forks source link

Scaffold.of(context).showSnackBar() Deprecated #110

Closed SafakB closed 1 year ago

SafakB commented 2 years ago

Hi,

Scaffold.of(context).showSnackBar deprecated.

Use

ScaffoldMessenger.of(context).showSnackBar()

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