lynx_view_android 1.7.2 copy "lynx_view_android: ^1.7.2" to clipboard
lynx_view_android: ^1.7.2 copied to clipboard

PlatformAndroid

Android implementation of the lynx_view plugin (wraps Lynx's native LynxView as a Flutter PlatformView).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lynx_view_android

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

dependencies:
  lynx_view_android: ^1.7.2

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:lynx_view_android/lynx_view_android.dart';
0
likes
150
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android implementation of the lynx_view plugin (wraps Lynx's native LynxView as a Flutter PlatformView).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, lynx_view_platform_interface, plugin_platform_interface

More

Packages that depend on lynx_view_android

Packages that implement lynx_view_android