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

outdated

A simple file server written in Dart.

FileHeronServer #

A Simple file server

Features #

  • Allows running a local server on machine as a static or rest file server.

Getting started #

  • Import the package in pubspec.yaml file as fileheron_server to use it.

Usage #

void main(List<String> args) {
  var server = FileHeronServer();
  ServerParams params = ServerParams(args);
  server.initStaticServer(params);
  server.start();
}

Additional information #

To contribute to this opensource project, open pull requests or issues in git repo

3
likes
0
points
36
downloads

Publisher

verified publisherhorizech.com

Weekly Downloads

A simple file server written in Dart.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, get_it, http_server, shelf

More

Packages that depend on fileheron_server