About Status Alert:
Display Apple system-like self-hiding status alerts. It is well suited for notifying users without interrupting user flow.
Installing:
In your pubspec.yaml
dependencies: status_alert: ^0.1.1
import 'package:status_alert/status_alert.dart';
Basic Usage:
StatusAlert.show( context, duration: Duration(seconds: 2), title: 'Title', subtitle: 'Subtitle', configuration: IconConfiguration(icon: Icons.done), )
Apple Podcasts vs Status Alert:
Download Status Alert for Flutter Source Code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.