An open API service indexing awesome lists of open source software.

https://github.com/ymzuiku/global_toast

flutter global_toast
https://github.com/ymzuiku/global_toast

Last synced: about 2 months ago
JSON representation

flutter global_toast

Awesome Lists containing this project

README

        

# global_toast

```dart
// In first Page:
Totas.globalContext = context

// At everyware:
Totas.info('info');
// top: 150
Totas.error('error', top: 150);
// bottom: 150
Totas.success('success', top:-150, topRate: 1);
```