RAL 1.30.0 copy "RAL: ^1.30.0" to clipboard
RAL: ^1.30.0 copied to clipboard

Dart 1 only

Runtime abstraction layer

Build Status

RAL #

Runtime abstraction layer

Usage #

A simple usage example:

import 'package:RAL/html_i.dart'
if (dart.library.io) 'package:RAL/io/html_io.dart'
if (dart.library.html) 'dart:html' as html;

main() {
  new html.MessageEvent("PreviousSession", data: JSON.encode({}));
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
15
pub points
18%
popularity

Publisher

unverified uploader

Runtime abstraction layer

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on RAL