/location_selector_app

Application that allows the user to select a location on the map dynamically and convert it into a readable address.

Primary LanguageDart

🗺 Location Selector App

Application that allows the user to select a location on the map dynamically and convert it into a readable address.

📝 Objective

First of all, this project was built to test the Riverpod with Flutter Hooks and how I could use them with a folder structure based on clean architecture concepts.

In addition, it was time to test how to use --dart-define to set environment variables and how to call it in native code, specially android.

📲 Getting Started

Installing

Cloning the Repository

$ git clone https://github.com/gabrielvictorjs/location_selector_app.git

$ cd location_selector_app

Installing dependencies

$ flutter pub get

Google Maps Settings

Running

$ flutter run --dart-define GOOGLE_MAPS_KEY=<Your Google Maps Key>

⚙ Build With

Flutter SDK v1.22.6