Skip to content

Latest commit

 

History

History
85 lines (52 loc) · 2.33 KB

README.md

File metadata and controls

85 lines (52 loc) · 2.33 KB

Moniepoint Assessment

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

AN INTRO VIDEO OF THE APP

Screen.Recording.2024-06-18.at.7.13.14.PM.mov

Getting Started

After cloning,

FVM setup

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

Key Features

  1. Google Maps:

    • Arranging markers on the map to show the location of the user.
    • Added a dark mode skin to the Google map
  2. Flutter Animations:

    • Animated widgets according to the design on Dribbble. Dribble link

UI Shots

Tools

  • 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.