https://github.com/kaungkhantkyaw1997/way_finder
A user-friendly location app to discover current positions, search for places, calculate distances, and navigate seamlessly with maps.
https://github.com/kaungkhantkyaw1997/way_finder
open-route-service open-street-map
Last synced: 8 months ago
JSON representation
A user-friendly location app to discover current positions, search for places, calculate distances, and navigate seamlessly with maps.
- Host: GitHub
- URL: https://github.com/kaungkhantkyaw1997/way_finder
- Owner: KaungKhantKyaw1997
- Created: 2024-05-20T04:03:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T11:12:40.000Z (about 1 year ago)
- Last Synced: 2025-01-11T04:48:02.616Z (10 months ago)
- Topics: open-route-service, open-street-map
- Language: Dart
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Way Finder
Created Way Finder, a location app that enables users to find their current location, search for places, calculate distances, and navigate through maps.
## Getting Started
### Requirements
1. Ensure you have Flutter version 3.19.3 installed.
2. Dart SDK should be available.
3. (Optional) Consider using `FVM` (Flutter Version Management) for version control.
### Installation
1. **Clone the repository to your local machine:**
```
$ git clone https://github.com/KaungKhantKyaw1997/way_finder.git
```
2. **Navigate to the project directory:**
```
$ cd way_finder
```
3. **Install dependencies:**
```
$ flutter pub get
```
4. **Run the application:**
```
$ flutter run
```
### Platform Support
Way Finder currently supports the following platforms:
- Android
- iOS
- Web
### Tools Used
1. **Open Street Map:** Utilized for detailed and up-to-date mapping data.
2. **Open Route Service:** Integrated for accurate and reliable directions.
### Features
1. **Current Location:** Instantly find your current location on the map.
2. **Place Finder:** Easily search and locate any place of interest.
3. **Distance and Duration Calculation:** Calculate the distance and estimated duration between two points.