Skip to content

Commit c037347

Browse files
committed
enable platform channel debugging
1 parent 3363057 commit c037347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/counter/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import 'package:flutter/material.dart';
33
import 'package:flutter/services.dart';
44

55
void main() {
6+
debugProfilePlatformChannels = true;
67
runApp(const MyApp());
78
}
89

0 commit comments

Comments
 (0)