minor
This commit is contained in:
parent
a3ce840d02
commit
967e192b4c
1 changed files with 2 additions and 2 deletions
|
@ -142,9 +142,9 @@ class Dependencies {
|
||||||
|
|
||||||
static const List<Dependency> _googleMobileServices = [
|
static const List<Dependency> _googleMobileServices = [
|
||||||
Dependency(
|
Dependency(
|
||||||
name: 'Google API Availability (Aves fork)',
|
name: 'Google API Availability',
|
||||||
license: mit,
|
license: mit,
|
||||||
sourceUrl: 'https://github.com/deckerst/flutter-google-api-availability',
|
sourceUrl: 'https://github.com/Baseflow/flutter-google-api-availability',
|
||||||
),
|
),
|
||||||
Dependency(
|
Dependency(
|
||||||
name: 'Google Maps for Flutter',
|
name: 'Google Maps for Flutter',
|
||||||
|
|
Loading…
Reference in a new issue