Home > Software design >  Set up Google Play services in my flutter app
Set up Google Play services in my flutter app

Time:10-12

I want to modify the MainActivity.java file, for a custom android implementation. To do that, i need to include google libraries, like LocationServices.

Eg, to use ..

import com.google.android.gms.location.LocationServices;

I looked at the official google documentation enter image description here

  • Related