Home > front end >  What do you call this type of notification(?) and is it available in Flutter?
What do you call this type of notification(?) and is it available in Flutter?

Time:09-22

What do you call this type of notification? enter image description here

I looked in the Android Docs, Material.io, but I couldn't find it.

CodePudding user response:

I think its a toast notification. Try this package https://pub.dev/packages/flutter_styled_toast

  • Related