Amol Kolhe
Amol Kolhe
Without standard Firebase plugins app work fine but with these packages it not work firebase_database: ^8.0.0 firebase_core: ^1.5.0 firebase_core_platform_interface: 4.5.1 cloud_firestore: ^3.5.1 and i have integrated above packages in other...
Actually am new here i dont know how to get stacktrace report. but while am building project following error am facing. Note: C:\Users\amolk\AppData\Local\Pub\Cache\git\flutter_background_geolocation_firebase-85e668a29a36d393e583ba81ccf193984e16432c\android\src\main\java\com\transistorsoft\flutter\backgroundgeolocation\BackgroundGeolocationFirebasePlugin.java uses or overrides a deprecated API. Note:...
my android/build.graddle ``` buildscript { ext.kotlin_version = '1.7.10' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.1.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.3.13' } } allprojects { repositories { google() mavenCentral() maven...
I have follow all steps mentioned above still issue is coming , i have attached my project file below please look once . [tracking_app.zip](https://github.com/transistorsoft/flutter_background_geolocation_firebase/files/13161165/tracking_app.zip)