From ad62079c5689709b9477909fa4b84efd52630ea9 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Sun, 8 May 2022 20:20:20 -0500 Subject: [PATCH] fix: use real url (#426) --- packages/share_repository/lib/src/share_repository.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/share_repository/lib/src/share_repository.dart b/packages/share_repository/lib/src/share_repository.dart index 16c29aee..9aff112a 100644 --- a/packages/share_repository/lib/src/share_repository.dart +++ b/packages/share_repository/lib/src/share_repository.dart @@ -18,7 +18,7 @@ class ShareRepository { static const googleIOEvent = 'https://events.google.com/io/'; /// Url to the Pinball game. - static const pinballGameUrl = 'https://ashehwkdkdjruejdnensjsjdne.web.app/#/'; + static const pinballGameUrl = 'https://pinball.flutter.dev'; /// Returns a url to share the [value] on the given [platform]. ///