Flutter Deeplink

To successfully implement deep link functionality in your Flutter application, we recommend consulting the Android Deeplink and iOS Deeplink documentation for comprehensive instructions and code samples. By referring to these resources, you can gain a deeper understanding of the deep link integration process and ensure a smooth implementation in your Flutter app.

After defining deep links on the native side for both Android and iOS, you can handle deep links in your Flutter app using this package in the dart.

Last updated