streamy 0.0.7 copy "streamy: ^0.0.7" to clipboard
streamy: ^0.0.7 copied to clipboard

An experimental client API generator for services described using Google's API discovery format (https://developers.google.com/discovery/v1/using#discovery-doc). The generator comes with templates tha [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add streamy

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

dependencies:
  streamy: ^0.0.7

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:streamy/streamy.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An experimental client API generator for services described using Google's API discovery format (https://developers.google.com/discovery/v1/using#discovery-doc). The generator comes with templates that generate streaming API via dart:async's Stream object.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

args, browser, fixnum, json, meta, mustache, observe, quiver

More

Packages that depend on streamy