flutter_platform_alert icon indicating copy to clipboard operation
flutter_platform_alert copied to clipboard

Web support

Open gabrc52 opened this issue 3 years ago • 3 comments

For web, JavaScript alert can be used.

gabrc52 avatar Aug 12 '22 16:08 gabrc52

any updates?

hatemragab avatar Dec 08 '22 21:12 hatemragab

any updates?

danielinooo95 avatar Mar 17 '23 20:03 danielinooo95

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

Zhoucheng133 avatar Feb 02 '24 11:02 Zhoucheng133