Saviollage / Flutter-Location

Simple location app using flutter. It's possible to get and address using current phone location or searching CEP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Location App

Simple location app using flutter. It's possible to get and address using current phone location or searching CEP, using 'api.postmon.com.br' and google maps API

Usage

On the file '/lib/latlngPage.dart' put your API_KEY on 'key' variable to validade the route:

  Future<String> getData() async {
    
    String key = '';  //PUT YOUR API_KEY HERE
...

About

Simple location app using flutter. It's possible to get and address using current phone location or searching CEP


Languages

Language:Dart 91.6%Language:Objective-C 5.6%Language:Java 2.8%