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
- Host: GitHub
- URL: https://github.com/ymzuiku/global_toast
- Owner: ymzuiku
- License: bsd-2-clause
- Created: 2020-01-08T12:44:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T18:13:09.000Z (over 5 years ago)
- Last Synced: 2025-01-20T17:48:18.829Z (3 months ago)
- Language: Dart
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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);
```