Skip to content

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.

Notifications You must be signed in to change notification settings

geardy47/dinder

Repository files navigation

Dinder

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.

Dart Flutter Android iOS

Demo

demo

Architecture

We are using Stacked Architecture which was an implementation of MVVM.

Flutter Package

Package Version
stacked pub package
stacked_services pub package
stacked_hooks pub package
freezed_annotation pub package
json_annotation pub package
cupertino_icons pub package
flutter_svg pub package
dartz pub package
dio pub package
flutter_screenutil pub package
shared_preferences pub package
flutter_lints pub package
build_runner pub package
freezed pub package
stacked_generator pub package
json_serializable pub package

Running The App

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

Build APK Release

$ flutter build apk --release

Build iOS Release

$ flutter build ipa --release

Run Tests in a Terminal

You can use a terminal to run the tests by executing the following command from the root of the project:

$ flutter test

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published