HAUTE COUTURE ?️

A small app about the people who shaped the modern world of fashion. ?️

About ?

I was shopping for some accessories the other day and was also out of ideas for apps. So! I decided to write an app that pays homage to the great fashion designers of our time. Not only have they shaped the modern fashion scene but their fashion houses will shape what we wear for many years still to come! Download the app today and find out a little more about your favourite fashion houses and the unique people that created them!

Features ?

  • short texts about prominent designers
  • easy-to-use UIX
  • find out about each designer by swiping
  • fast and elegant

Download ?

Building ?

Make sure that you have the following programmes installed:

  • Flutter SDK
  • Dart SDK
  • Android Studio
  • Android SDK
  • Java JDK
  • Xcode
  • Make
  • Git

After you have installed these, run this command to generate a keystore for the app.

$ keytool -genkey -v -keystore key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

After having done that, move the Java keystore to android/app and fill in the fields for the keystore password in the file android/app/key.properties.

Finally, run these commands:

$ flutter pub get
$ flutter build apk

You have now generated a release build of Haute Couture.

Changelog ✒️

Version 1.0.0

  • upload to GitHub
  • polishing of the logic
  • minor fixes

Note ?

  • Haute Couture ?️ by Alexander Abraham ? a.k.a. “The Black Unicorn” ?
  • Licensed under the MIT license.

GitHub

View Github