Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove debug code
  • Loading branch information
denrase committed May 30, 2023
commit dd2a32bc6da32f05d1473930993c873df6eaaa2d
8 changes: 0 additions & 8 deletions flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,6 @@ class MainScaffold extends StatelessWidget {
child: Column(
children: [
const Center(child: Text('Trigger an action:\n')),
ElevatedButton(
onPressed: () {
final stackTrace = StackTrace.current;
NetworkError(type: NetworkErrorType.unknown, error: Instance of 'iH')
print(stackTrace);
},
child: const Text('StackTrace'),
),
ElevatedButton(
onPressed: () => sqfliteTest(),
child: const Text('sqflite'),
Expand Down