Created Way Finder, a location app that enables users to find their current location, search for places, calculate distances, and navigate through maps.
- Ensure you have Flutter version 3.19.3 installed.
- Dart SDK should be available.
- (Optional) Consider using
FVM
(Flutter Version Management) for version control.
-
Clone the repository to your local machine:
$ git clone https://github.com/KaungKhantKyaw1997/way_finder.git
-
Navigate to the project directory:
$ cd way_finder
-
Install dependencies:
$ flutter pub get
-
Run the application:
$ flutter run
Way Finder currently supports the following platforms:
- Android
- iOS
- Web
- Open Street Map: Utilized for detailed and up-to-date mapping data.
- Open Route Service: Integrated for accurate and reliable directions.
- Current Location: Instantly find your current location on the map.
- Place Finder: Easily search and locate any place of interest.
- Distance and Duration Calculation: Calculate the distance and estimated duration between two points.