smile_snap 0.0.1
smile_snap: ^0.0.1 copied to clipboard
A Flutter AI package that automatically captures photos using facial gestures like Smile, Double Blink, and Wink.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smile_snapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smile_snap: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:smile_snap/smile_snap.dart';