====== Wellbeing App ====== ===== Overview ===== An app to be used by planner V1 customers specifically to take wellbeing measurements from an institutions citizens, and then record details about the event. ===== Style guide ===== Don't be shit ===== App Structure ===== ==== App Structure Overview ==== we use state and inherited widgets consistantly across all routes and widgets ===main=== ===classes=== ===routes=== ===http_services=== ===widgets=== *[[avatar_chip]] ===utility_functions=== ===themes=== ===custom_icons=== ===== Libraries in use ===== ===Secure Storage=== [[https://pub.dev/packages/flutter_secure_storage|Secure Storage link]] Version in use: x A library to secure save data on the device ===Scrollable Positioned List=== [[https://pub.dev/packages/scrollable_positioned_list|Scrollable Positioned List]] Version in use: x A library to improve the capabilities of the horizontally scrolled list by allowing list navigation by index ===== Project setup and Build ===== Follow the official documentation, though you can leave out the Visual Studio code parts of the process [[https://flutter.dev/docs/get-started/install|Flutter Install Tutorial]]. Once flutter is installed and working, request access to the //softwarefabric-aps/p4y_mobile// github repository from either Anton Bentzen or Charlie McCall. Using your Git tool of choice, clone the repository onto your local machine where you want to run the project; e.g. Documents/Github/[the_project]. ===== Deploy a build live ===== ==== Open/Closed Android test build to playstore ==== do X ==== Publish Android public build to playstore ==== do x ==== Open/Closed IoS testflight build to apple store ==== do X ==== Publish IoS public build to apple store ==== do x