reunicorn icon indicating copy to clipboard operation
reunicorn copied to clipboard

Handle coagulate links

Open LGro opened this issue 1 year ago • 3 comments

Guides iOS: https://docs.flutter.dev/cookbook/navigation/set-up-universal-links Android: https://docs.flutter.dev/cookbook/navigation/set-up-app-links

Tasks

  • [x] wellknown file for coagulate.social
  • [x] add router to app
  • [x] update xcode project as necessary including the right capabilities
  • [x] updatie the android app manifest accordingly
  • [x] host assetlinks.json on coagulate.social
  • [x] figure our how to handle the fragment, consider using https://pub.dev/packages/uni_links and see https://docs.flutter.dev/ui/navigation/deep-linking
  • [ ] handle malformed links gracefully with a helpful error message (currently showing "GoException: no routes for location" for /c on iOS and for malformed /en/c#123 goes to qr code scanning mode)

LGro avatar Apr 03 '24 20:04 LGro

assetlinks.json ist just missing the hash, which can be computed with

keytool -list -v -keystore <path-to-keystore>

LGro avatar May 07 '24 19:05 LGro

plist.info is still missing the flutter deeplink key

LGro avatar May 08 '24 13:05 LGro

Android does not seem to be handling app links at all at the moment.

LGro avatar Jun 14 '25 22:06 LGro