An open API service indexing awesome lists of open source software.

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.

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.