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

outdatedDart 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
0
pub points
0%
popularity

Publisher

unverified uploader

Runtime abstraction layer

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on RAL