Skip to content

yako-dev/flutter-status-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status Alert for Flutter

Pub Version

Installing:

In your pubspec.yaml

dependencies:
  status_alert: ^1.0.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),
      maxWidth: 260,
    )


Apple Podcasts vs Status Alert:


License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

About

Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages