jio_webview_platform_interface 0.0.1 copy "jio_webview_platform_interface: ^0.0.1" to clipboard
jio_webview_platform_interface: ^0.0.1 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: ^0.0.1

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
140
points
33
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on jio_webview_platform_interface