uber_clone_with_flutter
uber_clone_with_flutter copied to clipboard
Cannot get `appState.initialPosition`
Running Gradle task 'assembleDebug'...
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
√ Built build\app\outputs\apk\debug\app-debug.apk.
I/flutter (12726): GET USER METHOD RUNNING =========
E/flutter (12726): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized.
E/flutter (12726): If you're running an application and need to access the binary messenger before runApp()
has been called (for example, during plugin initialization), then you need to explicitly call the WidgetsFlutterBinding.ensureInitialized()
first.
E/flutter (12726): If you're running a test, you can call the TestWidgetsFlutterBinding.ensureInitialized()
as the first line in your test's main()
method to initialize the binding.
E/flutter (12726): #0 defaultBinaryMessenger.
hi, did you resolve this?I'm having the same issue.
hey ! can you please tell me how did you move forward after singup page. I cloned the project and opened it in android studio, but im not able to run it