An app to help you manage your wardrobe, and put togther outfits quickly
- saving cloth item, and matching them together
- guided outfit creation
- bookmarking favourite outfits
- tagging items as sporty, on fasion, and classic, then being able to filter using tags while creating outfits.
- attaching a season to clothes, hiding them when its too hot or cold
- search
- importing and exporting wardrobes
- dynamic color theming to match system theme
the regular Flutter build <target> command should work perfectly. In case of issues concerning the app icon or name:
- If you're building for platforms other than Android, add the name of the platform as a key and set it to
truein thepubspec.yamlunder theflutter_launcher_iconskey. - run
dart run flutter_launcher_icons - run
dart run rename_app:main all="wardrobe"
The app has been specifically built and tested only on android phones. The app is not yet responsive on large screen such as tablet or laptop screens, thus while usable on such devices, the user experience would not be optimal. Technecally, there should not be any compatibillity issues with any of flutter's build targets except for sharing outfits on linux.