Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.04 KB

Flutter Deeplink

This project contains how to implement deeplinks with Flutter on the Android platform. For implementation details, you can read and follow the Flutter and Android documentation.

Tech

The Flutter deeplink project uses an open source package found on pub.dev, namely the go_router package to implement routing in Flutter.

Installation

To ensure the deeplink works, you can do it in several ways. First, run the following command in the project terminal

adb shell 'am start -W -a android.intent.action.VIEW \
           -c android.intent.category.BROWSABLE \
           -d "https://apaajakek.000webhostapp.com/details"'

or you can directly click the link that is registered in the AndroidManifest.xml file on the device that has this project installed. In this example project, you can directly click the following link https://apaajakek.000webhostapp.com/details