fileheron_server 1.0.5 copy "fileheron_server: ^1.0.5" to clipboard
fileheron_server: ^1.0.5 copied to clipboard

A simple file server written in Dart to deploy a local file server on Windows, MacOS and Linux in seconds.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fileheron_server

With Flutter:

 $ flutter pub add fileheron_server

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

dependencies:
  fileheron_server: ^1.0.5

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

Import it

Now in your Dart code, you can use:

import 'package:fileheron_server/fileheron_server.dart';
3
likes
140
pub points
0%
popularity

Publisher

verified publisherhorizech.com

A simple file server written in Dart to deploy a local file server on Windows, MacOS and Linux in seconds.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, http_server, shelf

More

Packages that depend on fileheron_server