universal_html_cpy 1.0.0
universal_html_cpy: ^1.0.0 copied to clipboard
A 'dart:html' that works in all platforms, including Flutter and server-side. Eases cross-platform development and HTML / XML processing.
example/universal_html_cpy_example.dart
import 'package:universal_html_cpy/universal_html_cpy.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}