FeedChain is a Flutter + Firebase app that connects donors with receivers for food sharing.
- 🔐 Login & Signup with Firebase Auth
- 🍱 Add Donations (food type, quantity, expiry, location)
- 🙏 Add Requests (need type, quantity, urgency, location)
- 🗺️ Google Maps integration for donors/receivers
- 📍 Location-based donation & request tracking
- Flutter (Dart)
- Firebase Auth & Firestore
- Google Maps API
- Geolocator
- Clone repo
- Run
flutter pub get - Add your google-services.json (Android) and GoogleService-Info.plist (iOS)
- Run with
flutter run
