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
trigger
  • Loading branch information
buenaflor committed Oct 31, 2023
commit 862a49f469d1ebe4e4b6a7558039a3695f9c4b74
2 changes: 1 addition & 1 deletion flutter/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class MainScaffold extends StatelessWidget {
ElevatedButton(
onPressed: () {
final log = Logger('Logging');
log.info('My Logging test');
log.info('My Logging test.');
},
child: const Text('Logging'),
),
Expand Down