web_framework_flutter_api 3.1.0 copy "web_framework_flutter_api: ^3.1.0" to clipboard
web_framework_flutter_api: ^3.1.0 copied to clipboard

C++ HTTP/HTTPS web server with Flutter API for Android and Windows

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web_framework_flutter_api

With Flutter:

 $ flutter pub add web_framework_flutter_api

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

dependencies:
  web_framework_flutter_api: ^3.1.0

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:web_framework_flutter_api/config.dart';
import 'package:web_framework_flutter_api/dll_handler.dart';
import 'package:web_framework_flutter_api/web_framework.dart';
import 'package:web_framework_flutter_api/web_framework_exception.dart';
import 'package:web_framework_flutter_api/web_framework_flutter_api_method_channel.dart';
import 'package:web_framework_flutter_api/web_framework_flutter_api_platform_interface.dart';
import 'package:web_framework_flutter_api/web_framework_signatures.dart';
import 'package:web_framework_flutter_api/web_framework_utilities.dart';
0
likes
0
points
396
downloads

Publisher

unverified uploader

Weekly Downloads

C++ HTTP/HTTPS web server with Flutter API for Android and Windows

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, ffi, flutter, path_provider, plugin_platform_interface

More

Packages that depend on web_framework_flutter_api

Packages that implement web_framework_flutter_api