A dating app for dogs only, which can help you to choose what breed they want to choose for your own pet. Using flutter as the framework to build Dinder on multi-platform from a single codebase.
We are using Stacked Architecture which was an implementation of MVVM.
To launch the app in the Simulator, ensure that the Simulator is running and enter the following command from the root of the project in the terminal:
$ flutter pub get
$ flutter run$ flutter build apk --release$ flutter build ipa --releaseYou can use a terminal to run the tests by executing the following command from the root of the project:
$ flutter test