chrome_io 0.1.0-git
chrome_io: ^0.1.0-git copied to clipboard
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_ioThis 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-gitAlternatively, 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';