Category : Maps

The Mapbox Maps SDK Flutter Plugin is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v10.13.0). It is currently in beta, but can be used in production. The plugin allows developers to embed highly customized maps using a Flutter widget on Android and iOS. Web and desktop are ..

Read more

Every Door The best mobile editor for adding shops and amenities to OpenStreetMap. Help test it for iOS and Android. The roadmap is in a project. Screenshots    More screenshots Presets and Translations The editor uses presets from iD: they are managed in a dedicated repository and translated on Transifex. To translate value options, first make a pull request to the ..

Read more

Introduction Prerequisites Access Key Android minSdkVersion 16+ iOS 11+ Flutter 3.10+ Pod 1.11.3+ Ensure that Build Libraries for Distribution (available under build settings) is set to No. Installation Dependency Add the following dependency to your project pubspec.yaml file to use the NB Maps Flutter Plugin add the dependency to the pubspec.yaml: Import Import the maps ..

Read more

Flutter Mapbox GL Please note that this project is community driven and is not an official Mapbox product. Table of contents Flutter Mapbox GL Table of contents Introduction Setting up Mobile Secret Mapbox access token Web All platforms Public Mapbox access token Supported API Map Styles Offline Sideloading Downloading Offline Regions Create a static map ..

Read more

Flutter Maps Functionality: map locations searching Tools / packages: Flutter flutter_map positionstack.com BLoC Very good CLI Autocomplete widget l10n (translations) Serialization (json_annotation) http REST API Description App supports very good standards of writing code. Project is divided into 3 layers: Data Layer (Location API CLient) Domain Layer (Locations Repository) Presentations Layer (widgets + BLoC) Download ..

Read more

A Stable LibraryLibrary for GeoFence A flutter project to provide Geo Fence functionality in Android and IOS Getting Started Getting Started Android In your AndroidManifest.xml you should add the following lines: Starting GeoFenceService Stop GeoFenceService Get User status with respect to Fence Get user’s current location Listen to change for enter and Exit status for ..

Read more

Flutter Google Map Example – Day 41 class Afgprogrammer extends Flutter100DaysOfCode { video() { return { “title”: “Flutter Google Map Example”, “description”: “Let’s make a google map application.”, “day”: 41, } } } Previous Designs Checkout my Youtube channel Development Setup Clone the repository and run the following commands: Screenshots Home Page Find Friends Page ..

Read more

live_location_tracker make live location tracker using firebase Live location track in google map that is implement by google API and mark the location whenever user go. Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Geolocation System Technologies and Features Flutter Flutter Modular It gave Mobx Flutter Maps Reverse Geocoding Polylines Freight Calculation by Location Warning: For security reasons, the file with the OpenRouteService access key has been removed, so if you make a clone of the repository be aware that you need to create an account and configure it. ..

Read more

open_route_service This package is an encapsulation/wrapper made around openrouteservice API for Dart and Flutter projects. The package enables the easy integration of the openrouteservice API with relevant data models, for generation of Routes and Directions on Maps, Isochrones, Time-Distance Matrix, Pelias Geocoding, POIs, Elevation, routing Optimizations etc, using their amazing API. Contribute to openrouteservice API by donating to ..

Read more

just_the_tooltip A nice, small package for when you need a tooltip. Getting Started Insert this into your yaml: just_the_tooltip: <latest_version> just_the_tooltip gives you more flexibility over the Flutter standard Tooltip by allowing you to set arbitrary content. It also expands upon their single axis layout algorithm to fit both vertically and horizontally. The tooltip can be positioned along ..

Read more

Flutter-Navigation-and-API-Integration A Flutter application with proper navigation and routes handling and API data fetching and posting.  Preview Download Flutter-Navigation-and-API-Integration source code on GitHub https://github.com/justEhmadSaeed/Flutter-Navigation-and-API-Integration FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

flutter_map_tile_caching Short Intro: Plugin for ‘flutter_map’ that provides full & advanced caching functionality, with ability to download map regions for offline use. Also includes a number of prebuilt widgets related to the topic. A plugin for the flutter_map library to provide an easy way to cache tiles and download map regions for offline use. Installation To install ..

Read more

Show some  and star the repo to support the project A new Flutter project. Getting Started Flutter Project Add this to your package’s pubspec.yaml file:dependencies: map_view: “^0.0.12” Getting Started Generate your API Key Go to: https://console.developers.google.com/ Enable Google Maps Android API Enable Google Maps SDK for iOS Under Credentials, choose Create Credential. Note: For development, you can create an unrestricted API ..

Read more

GeoFlutterFire  GeoFlutterFire is an open-source library that allows you to store and query a set of keys based on their geographic location. At its heart, GeoFlutterFire simply stores locations with string keys. Its main benefit, however, is the possibility of retrieving only those keys within a given geographic area – all in realtime. GeoFlutterFire uses ..

Read more

City Picker From Map A flutter package for select a city from svg map. Supported countries (+150) are here. Screenshots Getting Started In the pubspec.yaml of your Flutter project, add the following dependency: dependencies: … city_picker_from_map: any In your library file add the following import: import ‘package:city_picker_from_map/city_picker_from_map.dart’; Usage CityPickerMap( width: double.infinity, height: double.infinity, map: Maps.TURKEY, onChanged: (city) { setState(() { ..

Read more

Flow – Just go with the flow! Flow is a water source location mobile app that helps students of the University of Bamenda, Cameroon to find/locate clean water sources. Introduction Flow came about as a result of the persistent water crises in Bambili, Cameroon. This is the location of the University of Bamenda in the ..

Read more

Flutter Google Maps Tutorial YouTube Video Setup Get an API Key at https://cloud.google.com/maps-platform/ Enable Maps SDK for Android, Maps SDK for iOS, and Directions API. Add your API Key to the specified files android/app/src/main/AndroidManifest.xml <manifest … <application … <meta-data android:name=”com.google.android.geo.API_KEY” android:value=”YOUR KEY HERE”/> ios/Runner/AppDelegate.swift import UIKit import Flutter import GoogleMaps @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { ..

Read more

google_maps_flutter_example A new Flutter application to demonstrate how to implement flutter google maps in a flutter application and perfoem advanced tasks on it. Adding Map To the App Get an API key at https://cloud.google.com/maps-platform/. Enable Google Map SDK for each platform. Go to Google Developers Console. Choose the project that you want to enable Google Maps on. ..

Read more

GoogleMapsWidget For Flutter A widget for flutter developers to easily integrate google maps in their apps. It can be used to make polylines from a source to a destination, and also handle a driver’s realtime location (if any) on the map. Features Make polylines (route) between two locations by providing the latitude and longitude for ..

Read more

Flutter Tutorial – Google Map with Live Location Tracking Build Google Map app with Live Location Tracking in Flutter.   App Preview Android Preview iOS Preview ➜ Watch My Videos Download Google Map with Live Location Tracking source code on GitHub https://github.com/techwithsam/google-map-flutter FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

vector_tile_renderer A vector tile renderer for use in creating map tile images or writing to a canvas. Written in Dart to enable use of vector tiles with Flutter. Example An example of output: Known Issues Theme layer types not implemented: raster, circle, fill-extrusion, heatmap, hillshade, sky Development Resources Maputnik Style Editor Theme style specification License Copyright ..

Read more

flutter_osm_plugin osm plugin for flutter apps (only Android for now, iOS will be supported in future) current position change position tracking user location customize Icon Marker assisted selection position draw Road,recuperate information (duration/distance) of the current road ClickListener on Marker calculate distance between 2 points address suggestion draw shapes simple dialog location picker Getting Started ..

Read more

smartrider  The all-in-one RPI transportation app developed with Flutter and Firebase. Our goal is to make transportation in and around RPI safer and more intuitive. RCOS Project Currently planned features:  Allows you to call RPI saferide like uber.  Contains CDTA bus and RPI shuttle schedule.  Allows you to search for specific departures.  Shows closest stops and estimated departure time ..

Read more

Syncfusion Flutter Maps  Syncfusion Flutter Maps is a data visualization library written natively in Dart for creating beautiful and customizable maps from GeoJSON data. They are used to build high-performance mobile applications with rich UIs using Flutter. Overview  Create a highly interactive and customizable maps widget that has features such as data labels, selection, markers, ..

Read more

Polymaker Polymaker is an application that can create polygon locations dynamically in mobile apps and save the data into SQFlite to be permanent. Installing git clone https://github.com/yusriltakeuchi/polymaker.git flutter packages get flutter run Billing You must enable some API in google cloud to use this features Google Maps for Android/iOS Setup Please fill API KEY with your ..

Read more

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

Read more

About This package provides some widgets to use in conjunction to mapbox_search library. Also, it contains an static map image generator . Installing Add the following to your pubspec.yaml file: Example MapBoxPlaceSearchWidget( popOnSelect: true, apiKey: “API KEY”, limit: 10, searchHint: ‘Your Hint here’, onSelected: (place) {}, context: context, ) Screenshots Search Widget Download MapBox Search Widget source code on GitHub ..

Read more

ff_annotation_route Languages: English | 中文简体 Description Provide a route generator to create route map quickly by annotations. ff_annotation_route Description Usage Add packages to dev_dependencies Add annotation Empty Constructor Constructor with arguments FFRoute Generate Route File Environment Activate the plugin Execute command Command Parameter Main.dart Push Push name Push name with arguments Usage Add packages to dev_dependencies Add the ..

Read more

flightflutter A flight Flutter Project. Getting Started flutter packages pub run build_runner build flutter build appbundle –build-name 0.0.1 –build-number 1 Download Flutter Flight project Source code on GitHub https://github.com/VB10/flightflutter FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

flutter_map A Dart implementation of Leaflet for Flutter apps. Usage Add flutter_map to your pubspec: dependencies: flutter_map: any # or the latest version on Pub Configure the map using MapOptions and layer options: Widget build(BuildContext context) { return new FlutterMap( options: new MapOptions( center: new LatLng(51.5, -0.09), zoom: 13.0, ), layers: [ new TileLayerOptions( urlTemplate: “https://api.tiles.mapbox.com/v4/” “{id}/{z}/{x}/{y}@2x.png?access_token={accessToken}”, additionalOptions: { ..

Read more

Flutter Map plugin for ArcGIS Esri Currently support feature layer and feature cluster We are working on more features A Dart implementation of Esri Leaflet for Flutter apps. This is a plugin for flutter_map package Feature layer’s cluster Inspired by flutter_map_marker_cluster package Usage Add flutter_map, dio and flutter_map_arcgis to your pubspec: dependencies: flutter_map: any flutter_map_arcgis: any # or the ..

Read more

Flutter Geolocator Plugin A Flutter geolocation plugin which provides easy access to the platform specific location services (FusedLocationProviderClient or if not available the LocationManager on Android and CLLocationManager on iOS). Branch Build Status develop master Features Get the current location of the device; Get the last known location; Get continuous location updates; Check if location ..

Read more

Flutter Google Map Example A Flutter application demonstrates the google map. Preview Listener and Marker Compass MapTypes Plugin google_maps_flutter from the flutter team. Usage To use this plugin, add google_maps_flutter: latest_version as a dependency in your pubspec.yaml file. Getting Started Get an API key at https://cloud.google.com/maps-platform/. Android Specify your API key in the application manifest ..

Read more

The missing location picker made in Flutter for Flutter. ⚠️ Please note: This library will NOT be affected by the deprecation of Place Picker as indicated here. ???? Remember to enable Places API, Maps SDK for Android and Maps SDK for iOS for your API key. Usage To use this plugin, add place_picker as a ..

Read more

Map Launcher Map Launcher is a flutter plugin to find available maps installed on a device and launch them with a marker for specified location. Android iOS Currently supported maps: Google Maps Baidu Maps Amap (Gaode Maps) Apple Maps (iOS only) Get started Add dependency dependencies: map_launcher: any For iOS add url schemes in Info.plist ..

Read more

google map location picker

google_map_location_picker  Location picker using the official google_maps_flutter. I made This plugin because google deprecated Place Picker. Using For message localization inside the library please add in MaterialApp import ‘package:google_map_location_picker/generated/i18n.dart’ as location_picker; MaterialApp( localizationsDelegates: const [ location_picker.S.delegate, GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ], supportedLocales: const <Locale>[ Locale(‘en’, ”), Locale(‘ar’, ”), ], home: … ) import ‘package:google_map_location_picker/google_map_location_picker.dart’; import ‘package:google_maps_flutter/google_maps_flutter.dart’; LocationResult result = ..

Read more