Files
Lucas Oskorep 3dc77799a5 refactoring code to use proper views in the UI and turned the camera instance into its own view with callbacks.
Also added in the model for initial use, and working to create the inferences off of TFLite using that view.
2022-06-21 19:13:48 -04:00

6 lines
90 B
Dart

import 'package:logger/logger.dart';
var logger = Logger(
printer: PrettyPrinter(),
);