Skip to content

felipecastrosales/maps-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon app

Flutter Maps - Demo

Topics 📋


About 📖

This is a simple demonstration of a Map using Flutter and using the Google Maps API.
I made this simple application following the Google Codelabs tutorial, and the step by step is very simple.


Preview 📱

Maps Demo


Challenges and Learnings along the way 🤯

This application was quite simple, to be honest.
The tutorial that Google itself made available was of great help, and the problems I had were not so many, the ones that appeared, I was able to solve easily.
This was another great exprience using Flutter, and I really liked it!


How to Use 🤔

First of all, correctly configure the Flutter development environment on your machine, 
see https://flutter.dev/docs/get-started/install

- Clone this repository:
$ git clone https://github.com/felipecastrosales/maps-demo maps-demo

- Enter in directory:
$ cd maps-demo

- For install dependencies:
$ flutter pub get

- Run the app: 
$ flutter run

How to Contribute 💪

- Fork the project 

- Create a new branch with your changes:
$ git checkout -b my-feature

- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"

- Submit your changes:
$ git push origin my-feature

License 📝

This repository is under MIT license. You can see the LICENSE file for more details. 😉


This project was developed with ❤️ by @Felipe Sales.
If it helped you, give ⭐, contribute, it will help me too 😉


Linkedin Badge

About

Adding Google Maps to an application made in Flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published