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

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 Dart:

 $ dart pub add lynx_view_android

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 dart pub get):

dependencies:
  lynx_view_android: ^1.5.0

Alternatively, your editor might support dart pub get or 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
0
points
66
downloads

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

unknown (license)

Dependencies

flutter, lynx_view_platform_interface, plugin_platform_interface

More

Packages that depend on lynx_view_android

Packages that implement lynx_view_android