hybrid_os_darwin 0.0.2 copy "hybrid_os_darwin: ^0.0.2" to clipboard
hybrid_os_darwin: ^0.0.2 copied to clipboard

PlatformiOSmacOS

iOS an macOS implementation of the hybrid_os plugin.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'views.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: HomeView(),
    );
  }
}
0
likes
100
points
71
downloads

Publisher

verified publisherhebei.dev

Weekly Downloads

iOS an macOS implementation of the hybrid_os plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, hybrid_os_platform_interface, objective_c

More

Packages that depend on hybrid_os_darwin