stream 0.8.1+1 copy "stream: ^0.8.1+1" to clipboard
stream: ^0.8.1+1 copied to clipboard

outdatedDart 1 only

A Dart web server supporting request routing, filtering, template engine, file-based static resources and MVC design pattern.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stream

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

dependencies:
  stream: ^0.8.1+1

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

Publisher

verified publisherquire.io

A Dart web server supporting request routing, filtering, template engine, file-based static resources and MVC design pattern.

Homepage

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

args, logging, meta, path, rikulo_commons

More

Packages that depend on stream