This repository contains the iOS/Android mobile app (written in Flutter) for attendees of various 360|Conferences events.
❯ firebase login
❯ firebase projects:list
❯ firebase use <project-id>
❯ dart pub global activate flutterfire_cli
❯ flutterfire configure
-
Edit the values in
constants.dart
for your event:- Event title
- Event id
- Event timezone offset
- Primary/accent theme colors
-
Configure Firebase
-
Enable Google Maps APIs for your Firebase project
- Launch the Google Cloud Platform Console
- Select APIs & Services > Library from the menu
- Enable
Maps SDK for Android
andMaps SDK for iOS
-
Add Maps API keys to your app
-
Add image assets
images/logo.png
: Conference logo (recommended size 144x144)images/2.0x/logo.png
: Conference logo (recommended size 288x288)images/3.0x/logo.png
: Conference logo (recommended size 432x432)
Follow the instructions provided for preparing a Flutter app for release:
This software is available under the Apache License, Version 2.0. See LICENSE.