hybrid_core_darwin 0.5.0 copy "hybrid_core_darwin: ^0.5.0" to clipboard
hybrid_core_darwin: ^0.5.0 copied to clipboard

PlatformiOSmacOS

iOS an macOS 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,
    );
  }
}
1
likes
140
points
81
downloads

Publisher

verified publisherhebei.dev

Weekly Downloads

iOS an macOS implementation of the hybrid_core plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, hybrid_core_platform_interface

More

Packages that depend on hybrid_core_darwin