Skip to content

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

Notifications You must be signed in to change notification settings

yusriltakeuchi/Tubles

Repository files navigation

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

  • Display Tubles Location
  • Custom Beauty Marker
  • Navigation Mode & Normal Mode
  • Direction Route to Tubles
  • Distance Calculations
  • Location Subscribtion Listener
  • Custom Map Style Terrain

Installing

Billing

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

  • Google Maps for Android/iOS
  • Place API
  • Direction API

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.3

  • Fix Deprecated Embedding Android v2
  • Migrating to Null Safety
  • Change Location to Geolocator
  • Updating GoogleMapPolyline Package
  • Increase minSDKVersion to 20
  • Fix location permission issue

v1.0.2

  • Adding Search Tubles
  • Refactoring Code
  • Fixing Camera Zoom & Bearing

v1.0.1

  • Adding Custom Marker
  • Distance Calculations
  • Animation Item Slide

v1.0.0

  • First Release

Contributors

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages