Skip to content

Instantly share code, notes, and snippets.

@DaemonLoki
Last active February 9, 2019 12:46
Show Gist options
  • Save DaemonLoki/5c71e3b2ed6cd7e86b42c3986de2d8a1 to your computer and use it in GitHub Desktop.
Save DaemonLoki/5c71e3b2ed6cd7e86b42c3986de2d8a1 to your computer and use it in GitHub Desktop.
import 'dart:io';
import 'package:firebase_ml_vision/firebase_ml_vision.dart';
final File imageFile = File(filePath);
final FirebaseVisionImage visionImage = FirebaseVisionImage.fromFile(imageFile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment