darshankawar

Results 1758 comments of darshankawar

@umutsoysal What flutter version are you on ? > Error (Xcode): ../../../flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart:355:1: Error: Variables must be declared using the keywords 'const', 'final', 'var' or a type name. This seems to...

@umutsoysal Please provide `flutter run -v` log. It will be huge so you may put that in a file and share it here.

From the log, the failure is due to dependency conflict. It also suggests how to resolve it. ``` ERR : Because html >=0.15.5 depends on csslib ^1.0.0 and flutter_html 3.0.0-beta.2...

Thanks for the report @McComas-Developer Can you take a look at [this](https://github.com/flutter/flutter/issues/100624) issue and see if it resembles your use case ?

Thanks for the feedback. Using the code sample provided and following steps mentioned in the linked document, seeing the same behavior as reported. stable, master flutter doctor -v ``` [!]...

Please don't comment asking for updates or any solutions. Please read the announcement:

Thanks for the report @winsonloh-wepinz If I understand the issue correctly, if we come back from screen 2 to screen 1, the camera is still active ?

Thanks for the update. Using the code sample provided and steps to replicate, seeing the same behavior as reported. stable, master flutter doctor -v ``` [!] Flutter (Channel stable, 3.7.9,...

@DineshK-1 Can you provide the device details on which this behavior occurs ?