Skip to content

iannsantos/which-car-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

car question
WhichCar - Mobile

Take a picture of the car and get it informations.

This app consumes a backend made with Node.js and the repo is here.

License MIT

presentation1 presentation2 presentation3 presentation4

Features

This app features all the latest tools and practices in mobile development!

  • Slidy — CLI package manager and template for flutter
  • Modular — A smart project structure.
  • Dio — A powerful Http client for Dart, which supports Interceptors, Global configuration, FormData, Request Cancellation, File downloading, Timeout etc.
  • Mobx — Supercharge the state-management in your Dart apps with Transparent Functional Reactive Programming (TFRP)

Getting started

  1. Clone this repository:
git clone https://github.com/iannsantos/which-car-mobile
  1. Open the code in your favorite editor (I recommend VSCode) and execute "Get packages".

Emulator method

  1. Change the ImageSource to gallery at line 86-87 (home_page.dart), as exemple below.
var image = await ImagePicker.pickImage(
  source: ImageSource.camera);
  1. Run the emulator and have fun.

Device method

  1. Run the app in your device and have fun, or install apk (maybe, I also upload the app on Play Store).

License

This project is licensed under the MIT License - see the LICENSE page for details.