blob: 8dcbaa24a3901e2fe865bbe5ded581944b78d565 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library firebase_ml_vision;
import 'dart:async';
import 'dart:io';
import 'dart:typed_data';
import 'dart:ui';
import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart';
part 'src/barcode_detector.dart';
part 'src/face_detector.dart';
part 'src/firebase_vision.dart';
part 'src/label_detector.dart';
part 'src/text_recognizer.dart';
part 'src/cloud_detector_options.dart';