Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
removed useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lewixlabs committed Jan 11, 2019
1 parent dd8d610 commit e57b00a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,6 @@ class _CameraAppState extends State<CameraPage> {

print("scanning!...");

// final FirebaseVisionImageMetadata metadata =
// FirebaseVisionImageMetadata(
// rawFormat: 35,
// size: const Size(1.0, 1.0),
// planeData: <FirebaseVisionImagePlaneMetadata>[
// FirebaseVisionImagePlaneMetadata(
// bytesPerRow: 1000,
// height: 480,
// width: 480,
// ),
// ],
// );

/*
* https://firebase.google.com/docs/ml-kit/android/recognize-text
* .setWidth(480) // 480x360 is typically sufficient for
Expand Down

0 comments on commit e57b00a

Please sign in to comment.