web_framework_flutter_api 1.0.7
web_framework_flutter_api: ^1.0.7 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 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 flutter pub get
):
dependencies:
web_framework_flutter_api: ^1.0.7
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: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';