Skip to content

A flutter app to evaluate the unit price for buying houses

Notifications You must be signed in to change notification settings

jackytsheng/property-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Evaluator

My first flutter project, is about rating the property

Currently only develop for IOS

Install

Connect iphone and then flutter run --release

logo generation

put image under assets/icon.png then run flutter pub run flutter_launcher_icons or specify the path flutter pub run flutter_launcher_icons -f <your config file name here>

Features to add

  • Sorting logic, and secondary sort
  • Real estate link to property
  • Support different currency
  • Polish info message and warning message
  • Select and deselect all
  • Animation:
    • Bottom sheet appearing
    • Removing item
    • Radio button on the home page annotation

Refactoring & Tech debt

  • Better way to manage state
  • Add tests to the entire project
  • Refactor using closure to avoid arguments used multiple time

Run linting

dart fix --dry-run dart fix --apply

Generate icon

flutter pub run flutter_launcher_icon

Setup App on IOS locally

  1. Turn on developer mode, Settings > Privacy & Security > Developer Mode. Then Restart
  2. on Iphone, Settings > General > VPN & Device Management > Trust

Build & Deploy

each time there is a release change the version eg: version: 1.0.0+2 then run flutter build ios

To deploy follow this guide

About

A flutter app to evaluate the unit price for buying houses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages