A real estate app with Flutter (iOS and Android) based on the Funda API
The App contains the following:
- Photos
- Details
- Description
- Location
- Unit and widget tests
How to Start
- Check that flutter version is 3.3 or above
- Create file key.dart in lib/core/api/ and past this code
- Set the google map’s key in file
- For iOS -> ios/Runner/AppDelegate.swift
- For Android -> android/app/src/main/AndroidManifest.xml
GMSServices.provideAPIKey("YOUR KEY HERE")
meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR KEY HERE"/
- flutter run
class Key {static const instance = "YOUR API KEY HERE";}
Known issues
- (Probably) Impossible to call from iOS Simulator 🙁
Tested on
- iOS Simulator 14 Pro Max
- Android Simulator Pixel 5