RTech Sweet Alert

A customizable Sweet Alert dialog for Flutter with a royal blue design.
Easy to use in any Flutter project for success, error, or info messages.

✨ Features

  • Royal blue background by default
  • Custom icon, title, and description
  • Customizable button color
  • Lightweight and easy to use

📦 Installation

Add the dependency in your pubspec.yaml:

dependencies:
  rtech_sweet_alert: ^1.0.0

🚀 Usage

RTechSweetAlert(
  context,
  Icons.check, // Add a alert icon 
  'Custom Sweet Alert', // Add your alert title
  'A new flutter package for sweet alert', // Add your sweet alert content
  Colors.white, // Color for icon
  Colors.white, // Color for background
  Colors.white, // Color for title Backgrond
);

Libraries

rtech_sweet_alert