universal_html 1.1.1 copy "universal_html: ^1.1.1" to clipboard
universal_html: ^1.1.1 copied to clipboard

outdated

Cross-platform 'dart:html'. Works in browser, server-side, and Flutter.

1.1.1 #

  • EventTarget now has a private getter _htmlDriver.
  • BrowserImplementation now receives events unless event.preventDefault() is called.
  • Replaced BrowserImplementation getter browserClassFactory with getter browserImplementation. Deprecated the old method.
  • Improved tests of various elements and fixed a few small bugs.
  • Improved tests that compare 'dart:html' and 'package:universal_html'.
  • Added various missing classes/class members.
  • Improved documentation and formatting.
  • Improved explanation that 'src/html/html_common/*.dart' were adopted from Dart SDK without much modifications.

1.1.0 #

  • The sole copyright owner (except for code derived from the Dart SDK as noted in the relevant files) decided to publish the source code the Apache License 2.0. to make the project more enterprise-happy. Previous versions were published under the MIT License.
  • Many new tests and bug fixes.
  • Many new dart:html APIs.
  • Removed class factory APIs in HtmlDriver in favor of separate BrowserImplementation and BrowserImplementationUtils.
  • Deprecated "package:universal_html/browser/(library).dart" in favor of more descriptive "package:universal_html/prefer_sdk/(library).dart". Deprecated APIs will be removed in future.
  • Added "package:universal_html/prefer_universal/(library).dart".

1.0.13 #

  • Fixed dependencies.

1.0.12 #

  • A fix related to Dart SDK 2.5.

1.0.11 #

  • Fixes compatibility with Dart SDK 2.5.
  • EventSource support.

1.0.10 #

  • Eliminated the following error that Dart build system threw in some cases: Unsupported conditional import of dart:html found in universal_html|lib/html.dart

1.0.9 #

  • Fixed bugs related to XML handling.

1.0.8 #

  • Fixed various bugs.

1.0.7 #

  • Fixed various bugs.

1.0.6 #

  • Fixed various bugs.
  • Added browser/html.dart and related documentation.
  • Added ServerSideRenderer.

1.0.5 #

  • Fixed a dependency.

1.0.4 #

  • Fixed various bugs and added dart:html APIs.

1.0.3 #

  • Fixed various bugs.

1.0.2 #

  • Added dart:html APIs (HttpRequest, etc.) and new libraries (js.dart, js_util.dart, etc.).

1.0.1 #

  • Fixed various bugs and added dart:html APIs.

0.0.1 #

  • Initial release
439
likes
0
pub points
99%
popularity

Publisher

verified publisherdint.dev

Cross-platform 'dart:html'. Works in browser, server-side, and Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, charcode, collection, csslib, html, meta, typed_data, universal_io, xml, zone_local

More

Packages that depend on universal_html