Skip to content

Augustpi/angular-dart-notifier

Repository files navigation

Angular dart web notifier

Welcome to the angular-dart-notifier wiki!

Angular dart Notifier

Demo link

Angular dart web notifier demo page

Typescript version

Angular notifier typescript version

How to use

  • First step import notifier.dart file in the lib/src/ directory
  • and import notifier.css file
  void sendNotifier(String type, String title, String content, int duration){
    Notifier(type, title, content, duration).show();
 }
Notifier('info', 'title', 'content here', 1000).show();
  • type -> 'success', 'info', 'todo', 'reminder', 'warning' and 'danger' select one of them,
  • duration int milliseconds

Angular dart notifier example

Dartlang and AngularDart

For Dartlang please visit Dartlang and Github repo, For AngularDart AngularDart and Github

Contribute

Our project is, without any discrimination, open to anyone who is willing to make a contribution!

License

Our project is licensed under MIT license.

Releases

No releases published

Packages

No packages published