fix: use real url (#426)

pull/428/head
Tom Arra 2 years ago committed by GitHub
parent 5bc02eb570
commit ad62079c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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].
///

Loading…
Cancel
Save