push
push copied to clipboard
Conflict with uniLinks
Thanks for your package! I used flutter_apns and have tried to migrate to Push. It works fine, but I got one annoying issue.
I use uni_links with this code to start the app with an initial link:
final initialUri = await getInitialUri();
openUri(initialUri);
It works fine when I use flutter_apns, but it stops working right after I add Push to pubspec.yaml. Please note that it only affects the initial start, when the app was terminated.
Is there any ideas how can I fix it?
I also tried https://pub.dev/packages/app_links instead of uni_links, but still was not able to get initial url.