A take-home assessment from the TeamApt Inc.
[Dribbble link](https://dribbble.com/shots/23780608-Real-Estate-App)
[Get APK here](https://drive.google.com/drive/folders/19rPMzMpCHUe5Tllrf6ZFekBKlLw468Sh?usp=drive_link)
Built by Nkpozi Marcel Kelechi
Screen.Recording.2024-06-18.at.7.13.14.PM.mov
After cloning,
it runs on flutter version: flutter: ">=3.22.0", dart: ">=3.3.4 <4.0.0",
Install fvm
if not already installed.
dart pub global activate fvm
Install the local flutter
version.
fvm install
-
Google Maps:
- Arranging markers on the map to show the location of the user.
- Added a dark mode skin to the Google map
-
Flutter Animations:
- Animated widgets according to the design on Dribbble. Dribble link
- google_maps_flutter: A Flutter plugin that provides a Google Maps widget.
- SVG_Repo: Free Shield SVG Vectors and Icons. Shield icons and vector packs for Sketch, Figma, websites or apps. Browse 50 vector icons about Shield term.
- animated_flip_counter:An implicit animation widget that flips from one number to another.
- auto_size_text: Flutter widget that automatically resizes text to fit perfectly within its bounds.
- flutter_animate:A performant library that makes it simple to add almost any kind of animated effect in Flutter.
- flutter_svg:Draw SVG files using Flutter.