Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilhamghaza/flutter_geo_osm
Flutter Geo OSM is a Flutter application that integrates OpenStreetMap (OSM) to provide geolocation, map display, location search. The app leverages GPS to get the user's location and allows easy interaction with maps and routes.
https://github.com/ilhamghaza/flutter_geo_osm
flutter flutter-examples openstreetmap
Last synced: 2 months ago
JSON representation
Flutter Geo OSM is a Flutter application that integrates OpenStreetMap (OSM) to provide geolocation, map display, location search. The app leverages GPS to get the user's location and allows easy interaction with maps and routes.
- Host: GitHub
- URL: https://github.com/ilhamghaza/flutter_geo_osm
- Owner: IlhamGhaza
- License: mit
- Created: 2024-09-12T12:30:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T14:15:15.000Z (4 months ago)
- Last Synced: 2024-11-21T20:06:04.337Z (2 months ago)
- Topics: flutter, flutter-examples, openstreetmap
- Language: Dart
- Homepage:
- Size: 603 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Geo OSM
Welcome to Flutter Geo OSM! This project is a Flutter application utilizing OpenStreetMap (OSM) for geolocation and mapping functionalities.
## Features
- **Geolocation**: Get the user's current location using the device's GPS.
- **Map Display**: Display a map with markers.## Prerequisites
Before running this project, ensure you have:
- Flutter SDK 3.2 or higher
- Dart 3.5.2 or higher
- OSM Plugins (e.g., `flutter_map` or `osm_flutter`)## Getting Started
To get started with Flutter Geo OSM, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/your-username/flutter-geo-osm.git
```
2. Navigate to the project directory:
```bash
cd flutter-geo-osm
```
3. Install dependencies:
```bash
flutter pub get
```
4. Run the app:
```bash
flutter run
```## Usage
Once the app is running, you can:
- View the current location by tapping on the "Locate Me" button.
- Add marker for know Latlon## Contributing
Contributions are welcome! If you have any ideas, bug reports, or feature requests, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
---
These updates should make the README more comprehensive and helpful for potential users and contributors.