transistorsoft / flutter_background_geolocation_firebase

Firebase proxy for Flutter Background Geolocation SDK
MIT License
21 stars 7 forks source link

Could not find com.transistorsoft:tsfirebaseproxy #26

Closed FabrizioBilleciUNICT closed 1 year ago

FabrizioBilleciUNICT commented 1 year ago

Hi. I'm using your plugin for the Background Geolocation for Flutter, but I have a problem when I try to start the application: Could not find com.transistorsoft:tsfirebaseproxy

christocracy commented 1 year ago

You didn’t follow the required Setup Instructions linked in the readme.

DevMayur commented 1 year ago

Could not find any matches for com.transistorsoft:tsfirebaseproxy:+ as no versions of com.transistorsoft:tsfirebaseproxy are available.

DevMayur commented 1 year ago

Added maven { url "${project(':background_geolocation_firebase').projectDir}/libs" }

in allprojects android build.gradle.

The above line should fix this issue.

@transistorsoft-pkg Please add this instruction in the readme in flutter pub.

christocracy commented 1 year ago

Is there something missing in the Setup Docs?

DevMayur commented 1 year ago

I am referring to the readme on the pub.dev There is no mention of this.

christocracy commented 1 year ago

If you’re talking about the “Installing” tab at pub.dev, that’s auto-generated.

The readme at pub.dev is taken exactly from the GitHub repo, which contains a link to Setup Guides. You need to read the readme to install this plugin.