flutter_platform_alert
flutter_platform_alert copied to clipboard
Web support
For web, JavaScript alert can be used.
any updates?
any updates?
I think javascript alert can be used without this package:
import 'dart:html' as html;
html.window.alert('This is a browser alert.');
Tip: If you use it directly, it may have warning, you can add "avoid_web_libraries_in_flutter" in head