static_file_handler 0.2.2 copy "static_file_handler: ^0.2.2" to clipboard
static_file_handler: ^0.2.2 copied to clipboard

Dart 1 only

A static file Web server written in Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add static_file_handler

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

dependencies:
  static_file_handler: ^0.2.2

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:static_file_handler/static_file_handler.dart';
0
likes
15
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A static file Web server written in Dart

Homepage

License

BSD-3-Clause (license)

Dependencies

args, yaml

More

Packages that depend on static_file_handler