toast_native_dev 0.0.2
toast_native_dev: ^0.0.2 copied to clipboard
Native toast notifications that appear above Flutter widgets and native WebViews using platform overlays (Android WindowManager + iOS UIWindow).
0.0.2 #
- Rewrite README with accurate API documentation and clearer structure (no code changes).
0.0.1 #
- Initial release.
- Native toast notifications that render above Flutter widgets and native WebViews (Hybrid Composition).
- Android: Jetpack Compose overlay on the Activity's
DecorView. - iOS: per-toast
UIWindowat.alert + 1. - Features: success / error / warning types, top / bottom positions, custom colors and icons, durations (
short/medium/long/ages/never/ custom ms), drag-to-dismiss, hold-to-pause, mirrored enter/exit animations.