diff --git a/Start.md b/Start.md index 8cf23e1..5bcfaf8 100644 --- a/Start.md +++ b/Start.md @@ -8,3 +8,12 @@ The version we used for Flutter was 3.32.0, and Dart 3.8.0 Do `flutter doctor` to check if you have the supported toolchains for the desired device you want to execute. +Folder Structure +========== +android, ios, linux, macos, test, web, and windows are generated files from flutter for each one of the outputs. + +pubspec.yaml is where all the libraries/dependencies of the frontend are + +assets contains some png's that are used throughout the app + +