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
  • class Key {static const instance = "YOUR API KEY HERE";}

  • Set the google map’s key in file
    • For iOS -> ios/Runner/AppDelegate.swift
    • GMSServices.provideAPIKey("YOUR KEY HERE")

    • For Android -> android/app/src/main/AndroidManifest.xml
    • meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR KEY HERE"/

  • flutter run

Known issues

  • (Probably) Impossible to call from iOS Simulator 🙁

Tested on

  • iOS Simulator 14 Pro Max
  • Android Simulator Pixel 5

Screens

|

GitHub

View Github