skip to Main Content

cannot find symbol BuildConfig FlutterFirebaseCoreRegistrar

I updated a 2 year old flutter-project and get the following error at debugging. I need help. I tried to fix the error for 4 days. Launching lib/main.dart on sdk gphone x86 in debug mode... /Users/michael/.pub-cache/hosted/pub.dev/firebase_core-2.24.2/android/src/main/java/io/flutter/plugins/firebase/core/FlutterFirebaseCoreRegistrar.java:19: error: cannot find symbol…

VIEW QUESTION

Xamarin iOS Firebase Analytics

I don't understand how to log event with array items in parameters. For example, if I need to log something like EventNamesConstants.Login I can to do var parameters = new Dictionary<object, object> { ParameterNamesConstants.Method, "Google" } }; Analytics.LogEvent(EventNamesConstants.Login, parameters); But…

VIEW QUESTION
Back To Top
Search