Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 505 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 505 Bytes

Name Gen App in Flutter

This is an app that generates 2 random words and adds them together to create a name,

It has a favourites option so that liked words can be stored

Instructions

Once repo is cloned if running debug in VSCode causes a CMakeError, run flutter clean and then flutter build <operating system> in the VSCode terminal (since I run windows, it would be "flutter build windows" but other options could be 'macos, android, linux etc.' not sure, since I said I run windows)