ngrok_flutter 0.0.1 copy "ngrok_flutter: ^0.0.1" to clipboard
ngrok_flutter: ^0.0.1 copied to clipboard

A Flutter FFI plugin enabling secure ngrok tunnels directly within Flutter applications across mobile and desktop.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ngrok_flutter

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

dependencies:
  ngrok_flutter: ^0.0.1

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:ngrok_flutter/ngrok_flutter.dart';
1
likes
160
points
75
downloads

Documentation

API reference

Publisher

verified publisherrishabhbairagi.qzz.io

Weekly Downloads

A Flutter FFI plugin enabling secure ngrok tunnels directly within Flutter applications across mobile and desktop.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on ngrok_flutter

Packages that implement ngrok_flutter