bagulin / RAL

Runtime abstraction layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Runtime abstraction layer

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%