web_framework_flutter_api 1.0.2
web_framework_flutter_api: ^1.0.2 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_apiWith Flutter:
$ flutter pub add web_framework_flutter_apiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
web_framework_flutter_api: ^1.0.2Alternatively, 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';