kirz_flutter_tunnelkit 0.1.0
kirz_flutter_tunnelkit: ^0.1.0 copied to clipboard
Flutter TunnelKit implementation
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kirz_flutter_tunnelkitWith Flutter:
$ flutter pub add kirz_flutter_tunnelkitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kirz_flutter_tunnelkit: ^0.1.0Alternatively, 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:kirz_flutter_tunnelkit/kirz_flutter_tunnelkit.dart';