hybrid_core_android 0.5.2 copy "hybrid_core_android: ^0.5.2" to clipboard
hybrid_core_android: ^0.5.2 copied to clipboard

PlatformAndroid

Android implementation of the hybrid_core plugin.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'router.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp.router(
      routerConfig: routerConfig,
    );
  }
}
0
likes
120
points
57
downloads

Publisher

verified publisherhebei.dev

Weekly Downloads

Android implementation of the hybrid_core plugin.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, hybrid_core_platform_interface, jni

More

Packages that depend on hybrid_core_android