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

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

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text(
            'lynx_view_android has no standalone Dart API to exercise here.\n'
            'See the lynx_view package\'s example app for a real LynxView demo.',
            textAlign: TextAlign.center,
          ),
        ),
      ),
    );
  }
}
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