zipup_partners 0.0.1
zipup_partners: ^0.0.1 copied to clipboard
Flutter plugin that provides a WebView-based SDK using a native Android AAR and iOS XCFramework, with real-time message and event communication between WebView and Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zipup_partnersThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zipup_partners: ^0.0.1Alternatively, 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:zipup_partners/zipup_sdk_flutter.dart';
import 'package:zipup_partners/zipup_sdk_flutter_method_channel.dart';
import 'package:zipup_partners/zipup_sdk_flutter_platform_interface.dart';