Loading lib/pages/create/notifiers/create_postcard_notifier.dart +1 −2 Original line number Diff line number Diff line Loading @@ -102,8 +102,7 @@ class CreatePostcardNotifier extends ChangeNotifier { originLocation: await location, destinationLocation: _destination!.name, text: text, senderId: await _authService.userStream.first.then((value) => value!.uid), senderId: _authService.currentUser.id, timestamp: Timestamp.now(), ), ); Loading Loading
lib/pages/create/notifiers/create_postcard_notifier.dart +1 −2 Original line number Diff line number Diff line Loading @@ -102,8 +102,7 @@ class CreatePostcardNotifier extends ChangeNotifier { originLocation: await location, destinationLocation: _destination!.name, text: text, senderId: await _authService.userStream.first.then((value) => value!.uid), senderId: _authService.currentUser.id, timestamp: Timestamp.now(), ), ); Loading