File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ class Utility {
245
245
uriPrefix: 'https://fwitterdev.page.link' ,
246
246
link: Uri .parse ('https://twitter.com/$id ' ),
247
247
androidParameters: AndroidParameters (
248
- packageName: 'com.thealphamerc.third_state_dev ' ,
248
+ packageName: 'com.thealphamerc.fwitter_dev ' ,
249
249
minimumVersion: 0 ,
250
250
),
251
251
dynamicLinkParametersOptions: DynamicLinkParametersOptions (
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ class LinkPreviewer extends StatelessWidget {
38
38
var uri = url ?? getUrl ();
39
39
if (uri == null ) {
40
40
return const SizedBox .shrink ();
41
- } else if (uri.contains ("page.link/" )) {
42
- /// `flutter_link_preview` package is unable to fetch firebase dynamic link meta data
43
- return const SizedBox .shrink ();
44
41
}
45
42
if (state.linkWebInfos.containsKey (uri))
46
43
return _buildLinkPreview (
You can’t perform that action at this time.
0 commit comments