http_file_transfer_server 0.0.1
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_serverThis 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.1Alternatively, 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';