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

Wraps LynxJS (https://lynxjs.org) native LynxView as a Flutter PlatformView, so existing Flutter apps can embed Lynx templates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lynx_view

With Flutter:

 $ flutter pub add lynx_view

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

dependencies:
  lynx_view: ^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/lynx_view.dart';
0
likes
0
points
168
downloads

Publisher

unverified uploader

Weekly Downloads

Wraps LynxJS (https://lynxjs.org) native LynxView as a Flutter PlatformView, so existing Flutter apps can embed Lynx templates.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, lynx_view_android, lynx_view_ios, lynx_view_platform_interface

More

Packages that depend on lynx_view

Packages that implement lynx_view