ikev_flutter 0.0.2 copy "ikev_flutter: ^0.0.2" to clipboard
ikev_flutter: ^0.0.2 copied to clipboard

Plugin for developers to access VPN service in their flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ikev_flutter

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

dependencies:
  ikev_flutter: ^0.0.2

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:ikev_flutter/flutter_traffic.dart';
import 'package:ikev_flutter/flutter_vpn.dart';
import 'package:ikev_flutter/flutter_vpn_method_channel.dart';
import 'package:ikev_flutter/flutter_vpn_platform_interface.dart';
import 'package:ikev_flutter/state.dart';
3
likes
140
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin for developers to access VPN service in their flutter app.

Documentation

API reference

License

LGPL-2.1 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ikev_flutter

Packages that implement ikev_flutter