chrome_io 0.1.0-git copy "chrome_io: ^0.1.0-git" to clipboard
chrome_io: ^0.1.0-git copied to clipboard

Dart 1 only

An attempt to provide unified Dart interface to (currently only few) IO capabilities made available to Chrome Packaged Apps

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chrome_io

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  chrome_io: ^0.1.0-git

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:chrome_io/chrome_io.dart';
0
likes
15
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

An attempt to provide unified Dart interface to (currently only few) IO capabilities made available to Chrome Packaged Apps

License

LGPL-2.1 (license)

Dependencies

browser, chrome_gen, io

More

Packages that depend on chrome_io