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
- git clone https://github.com/yusriltakeuchi/Tubles.git
- flutter packages get
- flutter run
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
- android/app/src/main/AndroidManifest.xml
<meta-data android:name="com.google.android.geo.API_KEY" android:value="<YOUR API KEY>"/>
- ios/Runner/AppDelegate.swift
GMSServices.provideAPIKey("YOUR API KEY")
- lib/core/viewmodels/maps_provider.dart
String _googleAPIKey = "<YOUR API KEY>"; String get apiKey => _googleAPIKey;
CHANGELOG
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
Download Tubles Google Map source code on GitHub
https://github.com/yusriltakeuchi/Tubles
Provides the list of the opensource Flutter apps collection with GitHub repository.