Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Oct 23, 2024
1 parent 49dad82 commit e6de3b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void main() {
Logger.root.level = Level.FINE;
Logger.root.onRecord.listen((record) {
if (kDebugMode) {
//print('${format.format(record.time)}: ${record.message}');
print('${format.format(record.time)}: ${record.message}');
}
});

Expand Down Expand Up @@ -43,6 +43,7 @@ class MyHomePage extends StatelessWidget {
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzEzNjkzNjgsImlzcyI6IkFQSXJramtRYVZRSjVERSIsIm5hbWUiOiJmbHQiLCJuYmYiOjE3Mjk1NjkzNjgsInN1YiI6ImZsdCIsInZpZGVvIjp7InJvb20iOiJsaXZlIiwicm9vbUpvaW4iOnRydWV9fQ.HVjMK_t00FlF24xIn-IZot1ROeb6JjV8QstRf2577yw';

/// handle join button pressed, fetch connection details and connect to room.
// ignore: unused_element
void _onJoinPressed(RoomContext roomCtx, String name, String roomName) async {
if (kDebugMode) {
print('Joining room: name=$name, roomName=$roomName');
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev_dependencies:
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter packages.
flutter:
# flutter:

# To add assets to your package, add an assets section, like this:
# assets:
Expand Down

0 comments on commit e6de3b9

Please sign in to comment.