https://github.com/isg32/areax
[FORCEPUSHWARNING] Areax - A Basic PropertyEvaluator App Made by me for SIH2025, written in Flutter - uses OpenStreetMap Api to function.
https://github.com/isg32/areax
android flutter opensource openstreetmap openstreetmap-api sih2025
Last synced: 3 months ago
JSON representation
[FORCEPUSHWARNING] Areax - A Basic PropertyEvaluator App Made by me for SIH2025, written in Flutter - uses OpenStreetMap Api to function.
- Host: GitHub
- URL: https://github.com/isg32/areax
- Owner: isg32
- License: mit
- Created: 2025-09-11T06:54:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-15T15:16:10.000Z (9 months ago)
- Last Synced: 2025-10-16T12:34:23.528Z (8 months ago)
- Topics: android, flutter, opensource, openstreetmap, openstreetmap-api, sih2025
- Language: Dart
- Homepage:
- Size: 393 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Areax
Areax - A Basic PropertyEvaluator App Made by me for SIH2025, written in Flutter - uses OpenStreetMap Api to function.
[Youtube Demo (depricated)](https://www.youtube.com/shorts/SYgjDSZUF14)
## Deployment
The Project has a Flutter Workflow file, Check https://github.com/isg32/Areax/actions for built Apks and App Bundles in latest runs' artifacts.
## Screenshots
| | Screenshots | |
|---|---|---|
| |  ||
|  |  | |
## Building this App Yourself
> Not Recommended, it is suggested to check for Deployments.
Clone this repo
```bash
git clone https://github.com/isg32/Areax.git
```
Install Dependencies
```bash
flutter pub get
```
Build!
```bash
flutter build apk --verbose --release
```
## Getting Started
A few resources to get you started if this is your first Flutter project:
- https://flutter.dev/docs/get-started/codelab
- https://flutter.dev/docs/cookbook
For help getting started with Flutter, view our
https://flutter.dev/docs, which offers tutorials,
samples, guidance on mobile development, and a full API reference.