A Flutter app to determine if coordinates are on water or land using
IsItWater API.
Report Bug
·
Request Feature
·
Youtube Video
Table of Contents
Is It Water? App is a mobile application built with Flutter that answers a simple but critical question: "Is this coordinate on land or water?" It leverages the IsItWater API, which uses high-resolution data from OpenStreetMap for accurate results.
Key highlights:
- Instant Verification: Check via manual input.
- Reliable Data: Updated regularly with isitwater datasets.
- Lightweight: Optimized for fast performance on iOS and Android.
- Open Source: Community-driven improvements are welcome!
- 🌍 Coordinate Check: Enter latitude/longitude.
- ⚡ Fast API Integration: Real-time results via IsItWater API.
- 📱 Cross-Platform: Works seamlessly on Android and iOS.
- Frontend: Flutter (iOS/Android)
- API Integration:
http
package. - Flutter Dotenv: Environment variables.
- Local Storage: Hive/SharedPreferences.
- Smooth page indicator: Onboarding Page.
-
Clone the repo
git clone https://github.com/HeitorLouzeiroRepositoryIFPI/flutter-on-water-app.git
-
Access the project folder in terminal/cmd
cd flutter-on-water-app
·
cd on_water_app
OR
cd flutter-on-water-app/on_water_app
-
Run flutter in terminal.
flutter run
- Choose options to run on your computer.
- Windows
- Chrome
- Edge
- Splash Page.
- Onboarding Screen.
- Om Water Screen.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Improvements
) - Commit your Changes (
git commit -m 'Add my new Enhancements'
) - Push to the Branch (
git push origin feature/Improvements
) - Open a Pull Request
We thank the following people who contributed to this project:
Heitor Louzeiro |
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/HeitorLouzeiroRepositoryIFPI/flutter-on-water-app
- IsItWater API for geospatial data
- Flutter Community for tools and support.