vialink_flutter_plugin 3.2.11
vialink_flutter_plugin: ^3.2.11 copied to clipboard
ViaLink 딥링크 SDK for Flutter - 네이티브 SDK 기반 브릿지 플러그인
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vialink_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vialink_flutter_plugin: ^3.2.11Alternatively, 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:vialink_flutter_plugin/vialink_flutter_plugin.dart';