You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have issues running the app relating to an initializer in CameraValue
Waiting for another flutter command to release the startup lock...
compiler message: lib/pages/camera_screen.dart:39:27: Error: The getter 'initialized' isn't defined for the class '#lib1::CameraValue'.
compiler message: Try correcting the name to the name of an existing getter, or defining a getter or field named 'initialized'.
compiler message: if (!controller.value.initialized) {
The text was updated successfully, but these errors were encountered:
I have issues running the app relating to an initializer in CameraValue
Waiting for another flutter command to release the startup lock...
compiler message: lib/pages/camera_screen.dart:39:27: Error: The getter 'initialized' isn't defined for the class '#lib1::CameraValue'.
compiler message: Try correcting the name to the name of an existing getter, or defining a getter or field named 'initialized'.
compiler message: if (!controller.value.initialized) {
The text was updated successfully, but these errors were encountered: