Skip to content

afpatmin/toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimalistic framework-agnostic library for showing info messages without interrupting the overall flow on web applications.

Usage

A simple usage example:

import 'package:toast/toast.dart';

main() {
  Toast(
    title: 'Info',
    text: 'Your changes has been saved!',
    duration: const Duration(seconds: 3));
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A minimalistic framework-agnostic library for showing info messages without interrupting the overall flow on dart web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages