squanchy-flutter
squanchy-flutter copied to clipboard
Flutter implementation of the Squanchy conference app
## Problem - The app wasn't building for iOS, some files had disappeared and everything needed updating ## Solution - Added the missing files from the project - Sorted services.plist...
Whenever there is data in the schedule (i.e., not in the empty state) we need to display each day in its own tab:  Please refer to @ScribblyPixels' design
Data: * Timestamp (HH:MM) * Image (depending on the type) * Title Example:  Please refer to @ScribblyPixels' designs.
When the user starts the app for the first time they must be assigned an anonymous Firebase Auth identity so we can enforce access rules (e.g., allow reading but not...
* [x] Create the iOS App configuration on the Firebase console * [x] Create the Android app configuration on the Firebase console _This shares the same configuration as the native...
The app should obtain the schedule data from Firestore and use it to fill in the items in the schedule UI. This depends on #5
When there's nothing in the schedule (not loaded yet? Error fetching?) then we should show an empty state. For example:  Please refer to @ScribblyPixels' design
Structure: * Appbar with menu items * Settings * Search * Big empty space in the middle _Empty states will come later, together with the tabs for the schedule etc_...
On iOS 11+ it's possible to set up a hotspot for the user. If we have the wifi informations in the app configuration we should be able to offer users...
The settings screen should display a "configure conference Wi-Fi" item if the device runs iOS 11+ and the app has Wifi configuration data. If the hotspot is already configured on...