http_file_transfer_server 0.0.1 copy "http_file_transfer_server: ^0.0.1" to clipboard
http_file_transfer_server: ^0.0.1 copied to clipboard

A simple HTTP file transfer server for Flutter apps. Upload, download, and manage media files with built-in web interface and BLoC integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_file_transfer_server

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

dependencies:
  http_file_transfer_server: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:http_file_transfer_server/http_file_transfer_server.dart';
0
likes
150
points
--
downloads

Publisher

unverified uploader

A simple HTTP file transfer server for Flutter apps. Upload, download, and manage media files with built-in web interface and BLoC integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, flutter_bloc, mime, network_info_plus, path

More

Packages that depend on http_file_transfer_server