MOBCAR is an application developed in FLUTTER

  Flutter App

MOBCAR

Application that allows you to create, list, edit and delete cars. Vehicle registration is done with data consulted in the FIPE API HTTP REST ( https://deividfortuna.github.io/fipe/ ), containing a list of brands, models according to brands, years available per model and the value according to the table FIPE



Installation | Execution

Clone this repository by running the command:

git clone https://github.com/MarthinKorb/mobcar_flutter.git

With the project open, execute the commands:

flutter pub get

and after:

flutter run

Download this app source code on GitHub