Skip to content

Commit

Permalink
Update packages/mediapipe-task-text/example/lib/main.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Kate Lovett <katelovett@google.com>
  • Loading branch information
craiglabenz and Piinks authored Mar 8, 2024
1 parent 9a43aac commit 5b5e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mediapipe-task-text/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class _TextClassificationResultsState extends State<TextClassificationResults> {
}

@override
Widget build(BuildContext context) => //
Widget build(BuildContext context) {
Scaffold(
body: SafeArea(
child: Padding(
Expand Down

0 comments on commit 5b5e400

Please sign in to comment.