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

Flutter API for WebFramework

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: ^1.0.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';