jio_webview_platform_interface 1.0.3 copy "jio_webview_platform_interface: ^1.0.3" to clipboard
jio_webview_platform_interface: ^1.0.3 copied to clipboard

Reusable base class for jio webview platform interfaces of Flutter federated plugins, to help enforce best practices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jio_webview_platform_interface

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

dependencies:
  jio_webview_platform_interface: ^1.0.3

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:jio_webview_platform_interface/jio_webview_platform_interface.dart';
1
likes
150
points
53
downloads

Documentation

API reference

Publisher

verified publisherjiocoders.com

Weekly Downloads

Reusable base class for jio webview platform interfaces of Flutter federated plugins, to help enforce best practices.

Repository (GitHub)
View/report issues

Topics

#federation #plugin-development

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on jio_webview_platform_interface