From 76041a327eca8bc9958eed556a904d290b821736 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Sat, 7 May 2022 18:07:52 +0200 Subject: [PATCH] feat: share url --- packages/share_repository/lib/src/share_repository.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/share_repository/lib/src/share_repository.dart b/packages/share_repository/lib/src/share_repository.dart index 6e6679c2..dcc4285c 100644 --- a/packages/share_repository/lib/src/share_repository.dart +++ b/packages/share_repository/lib/src/share_repository.dart @@ -11,6 +11,9 @@ class ShareRepository { final String _appUrl; + /// Google IO event url for share. + static const googleIOEvent = 'https://events.google.com/io/'; + /// Returns a url to share the [value] on the given [platform]. /// /// The returned url can be opened using the [url_launcher](https://pub.dev/packages/url_launcher) package.