Fintech Mobile Task

coverage style: very good analysis License: MIT

Generated by the Very Good CLI 🤖

A Very Good Project created by Very Good CLI.


Getting Started 🚀

You'll need the flutter sdk installed to run this app on your machine. Please refer to this link

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

#If you are running on an ios simulator please run this command first

cd ios && pod install

# Development
$ flutter run --flavor development --target lib/main_development.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart

*Fintech Mobile Task works on iOS, Android, Web, and Windows.