A real estate app with Flutter based on the Funda API

0 0

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

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A Flutter UI to browse and order plants from a nursery
Entrada siguiente Animated Credit Card Input Form using Flutter