In this article we will discuss about how to add quick alert in our flutter apps. 🛠️ Dependencies Add the following dependency in the pubspec.yaml file. quickalert | Flutter Package
An instantly ready, full-featured alerts for development on any platform with flutter. Enabling you to complete…pub.dev 🔭 Implementation Summary
Using QuickAlert package, we will be able to display animated alert dialogs to indicate the following conditions
👉 success,
👉 error,
👉…