vialink_flutter_plugin 2.0.7
vialink_flutter_plugin: ^2.0.7 copied to clipboard
ViaLink 딥링크 SDK for Flutter - 딥링크 라우팅, 디퍼드 딥링킹, 이벤트 추적
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vialink_flutter_pluginWith Flutter:
$ flutter pub add vialink_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vialink_flutter_plugin: ^2.0.7Alternatively, 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:vialink_flutter_plugin/vialink_flutter_plugin.dart';