squanchy-flutter icon indicating copy to clipboard operation
squanchy-flutter copied to clipboard

Flutter implementation of the Squanchy conference app

Results 46 squanchy-flutter issues
Sort by recently updated
recently updated
newest added

## 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: ![image](https://user-images.githubusercontent.com/153802/32700827-e44e559c-c7ca-11e7-95fd-1f1c51de1171.png) Please refer to @ScribblyPixels' design

epic:schedule

Data: * Timestamp (HH:MM) * Image (depending on the type) * Title Example: ![card](https://user-images.githubusercontent.com/153802/32698506-80772e18-c7a7-11e7-9f8d-97661442b584.png) Please refer to @ScribblyPixels' designs.

epic:schedule

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...

epic:auth
under the hood

* [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...

devops
epic:firestore

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

epic:firestore
epic:schedule

When there's nothing in the schedule (not loaded yet? Error fetching?) then we should show an empty state. For example: ![empty schedule](https://user-images.githubusercontent.com/153802/32700741-828e6eba-c7c9-11e7-99a5-da6a0e1b9418.png) Please refer to @ScribblyPixels' design

epic:schedule

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...

epic:onboarding
epic:settings
under the hood

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...

epic:settings
needs design