| // 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'; |