AndreHaueisen / flushbar

Custom widget for Flutter
Other
1.01k stars 172 forks source link

Is this discontinued? what are the alternatives? #182

Closed lnk3 closed 3 years ago

RobertoNegro commented 3 years ago

In pub.dev it's tagged as discontinued. If you really need to use this library, you can use https://pub.dev/packages/another_flushbar which is the same library but it's maintained by another user and updated to support null safety.

As an alternative, you can use SnackBar class, which is built in Flutter: https://api.flutter.dev/flutter/material/SnackBar-class.html

lnk3 commented 3 years ago

I was actually using the built in library but yours seemed more "complete". I will check out the another_flushbar package. Thank you I think we can close this thread.