hybrid_vision_darwin 0.2.0 copy "hybrid_vision_darwin: ^0.2.0" to clipboard
hybrid_vision_darwin: ^0.2.0 copied to clipboard

PlatformiOSmacOS

iOS an macOS implementation of the hybrid_vision plugin.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'views/views.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: BarcodeDetectionView(),
    );
  }
}
0
likes
140
points
59
downloads

Publisher

verified publisherhebei.dev

Weekly Downloads

iOS an macOS implementation of the hybrid_vision plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, hybrid_core, hybrid_vision_platform_interface

More

Packages that depend on hybrid_vision_darwin