Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Tubles: Applications to provide any tubles in in google maps

Tubles

Tubles is a simple applications to provide any tubles place in google maps and we as the user can navigate into the selected tubles location.

Features

Installing

Billing

You must enable some API in google cloud to use this features

Setup

Please fill API KEY with your Google Cloud APIKEY

  1. android/app/src/main/AndroidManifest.xml
<meta-data android:name="com.google.android.geo.API_KEY"
            android:value="<YOUR API KEY>"/>
  1. ios/Runner/AppDelegate.swift
GMSServices.provideAPIKey("YOUR API KEY")
  1. lib/core/viewmodels/maps_provider.dart
  String _googleAPIKey = "<YOUR API KEY>";
  String get apiKey => _googleAPIKey;

CHANGELOG

v1.0.2

v1.0.1

v1.0.0

Download Tubles Google Map source code on GitHub

https://github.com/yusriltakeuchi/Tubles

Exit mobile version