Lyokone / vrouter_example

An example to showcase a bug on deep link on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vrouter_example

A new Flutter project.

Getting Started

To test the deeplinking on Android:

adb shell am start -a android.intent.action.VIEW \
    -c android.intent.category.BROWSABLE \
    -d "http://vrouter.com/settings"

It should properly redirect you on the settings page.

About

An example to showcase a bug on deep link on Android


Languages

Language:HTML 41.2%Language:Ruby 29.8%Language:Swift 14.1%Language:Dart 13.1%Language:Kotlin 1.5%Language:Objective-C 0.4%