A mobile-friendly web app built with Flutter that helps users locate nearby homeless shelters, soup kitchens, and food banks using Google Maps and geolocation services.
- Google Maps Integration: Displays nearby shelters and food resources.
- Geolocation Services: Detects user location to provide relevant results.
- Real-time Data: Pulls shelter information dynamically from APIs.
- Mobile-Friendly UI: Optimized for both web and mobile devices.
- Install Flutter and set up your environment.
- Get a Google Maps API Key and enable necessary services in Google Cloud Console.
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/shelter_finder.git cd shelter_finder - Install dependencies:
flutter pub get
- Run the project:
flutter run -d chrome
- ✅ Implement basic Google Maps display.
- ✅ Add user geolocation services.
- ⏳ Fetch and display real-time shelter data.
- ⏳ Improve UI and accessibility features.
- ⏳ Expand API integration for additional services.
Contributions are welcome! If you'd like to contribute, please fork the repo and submit a pull request.
This project is licensed under the MIT License.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.