Skip to content

transformatek/flutter-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📍 Photon Location Search App (Flutter)

A lightweight Flutter app to search addresses and get locations using the Photon API (geocoding & reverse geocoding).


🚀 Getting Started

1. Clone the project

git clone https://github.com/transformatek/flutter-examples.git
cd geo_services

2. Install dependencies

flutter pub get

🔑 API Key Setup

1. Open the file

2. Replace the placeholder with your Photon API key from deploily

var response = await http.get(uri, headers: {
  'accept': 'application/json',
  'apikey': 'YOUR_API_KEY_HERE',
});

▶️ Run the app

flutter run

About

Flutter examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •