Angular dart web notifier demo page
Angular notifier typescript version
- 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
For Dartlang please visit Dartlang and Github repo, For AngularDart AngularDart and Github
Our project is, without any discrimination, open to anyone who is willing to make a contribution!
Our project is licensed under MIT license.