camera_ai 0.0.5 copy "camera_ai: ^0.0.5" to clipboard
camera_ai: ^0.0.5 copied to clipboard

Camera AI improved the Datalab LLC camera plug-in to use a commercial program to make it easier to connect face and barcode recognition

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running on: CameraAI'),
        ),
      ),
    );
  }
}
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Camera AI improved the Datalab LLC camera plug-in to use a commercial program to make it easier to connect face and barcode recognition

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on camera_ai