Take a picture of the car and get it informations.
This app consumes a backend made with Node.js and the repo is here.
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)
- Clone this repository:
git clone https://github.com/iannsantos/which-car-mobile
- Open the code in your favorite editor (I recommend VSCode) and execute "Get packages".
- Change the ImageSource to gallery at line 86-87 (home_page.dart), as exemple below.
var image = await ImagePicker.pickImage(
source: ImageSource.camera);
- Run the emulator and have fun.
- Run the app in your device and have fun, or install apk (maybe, I also upload the app on Play Store).
This project is licensed under the MIT License - see the LICENSE page for details.