Mosc
Results
2
issues of
Mosc
Adds support for `LaunchMode.externalNonBrowserApplication` to `url_launcher` on Android by acting on the `universalLinksOnly` parameter that was already being passed to the method channel. Simply adds `Intent.FLAG_ACTIVITY_REQUIRE_NON_BROWSER` on Android R and...
p: url_launcher
platform-android
I'd like to have access to an item's index in the builder function, in addition to the existing `BuildContext` and item `T`. If needed, I could offer this change myself...