zipup_partners 0.0.20 copy "zipup_partners: ^0.0.20" to clipboard
zipup_partners: ^0.0.20 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_partners

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

dependencies:
  zipup_partners: ^0.0.20

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: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';
1
likes
145
points
869
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, url_launcher

More

Packages that depend on zipup_partners

Packages that implement zipup_partners