Mikkelet
Mikkelet
If you modify the will pop scope function to await the result from the dialog and pop/stay based on the result, the page can get stuck in a stuck state....
Updated various versions for gradle, kotlin and local dependendencies, added viewbinding (synths is depr)
### Steps to reproduce 1. Implement a simple camera app with a preview (camera: ^0.11.0+2) 2. enable flash using CameraController.setFlashMode(FlashMode.always) 3. Build the app for WEB 4. deploy your app...
### Page URL https://docs.flutter.dev/cookbook/navigation/set-up-app-links/ ### Page source https://github.com/flutter/website/tree/main/src/content/cookbook/navigation/set-up-app-links.md ### Describe the problem This page describes how to set up deep linking in your app, but only if you use the...