lynx_view 1.7.1
lynx_view: ^1.7.1 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_viewWith Flutter:
$ flutter pub add lynx_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lynx_view: ^1.7.1Alternatively, 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';