firebase_face_contour 0.1.0 copy "firebase_face_contour: ^0.1.0" to clipboard
firebase_face_contour: ^0.1.0 copied to clipboard

discontinued

A Flutter plugin to implement Firebase Face Contour Detection of Firebase ML Vision

example/lib/main.dart

import 'package:firebase_face_contour_example/face_contour_detection.dart';
import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Face Contour Detection',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: FaceContourDetectionScreen(),
    );
  }
}
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin to implement Firebase Face Contour Detection of Firebase ML Vision

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on firebase_face_contour