Open gabrc52 opened 2 years ago
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
For web, JavaScript
alert
can be used.