Prototype of an event reservation app to experiment with firebase remote config, Google maps and design scaling.
- Create a firebase project and copy
google-services.json
to theandroid/app/
folder. - Generate a Google Maps API key.
- Update
android/app/src/main/AndroidManifest.xml
with your Google Maps API key. See Maps SDK for Android. - In the Firebase console, scroll down to the
Grow
menu option and selectRemote Config
. Associate a key named 'GOOGLE_MAP_KEY' with your Google Maps API key (check this stackoverflow answer).
App is responsive.
Login Screen | Home Dialog |
---|---|
Home Screen | Map Dialog |
---|---|
Here are a few resources to get you started if you are new to Flutter:
- Official Flutter documentation
- Flutter youtube channel
- Lab: Write your first Flutter app
- Cookbook: Useful Flutter samples
Christophe Bonello (LinkedIn) (Twitter)
This project is a fully open source project, and contributions are welcome.
I believe that the image used in this demo app are royalty free. Images were downloaded from:
Copyright (c) 2019 Christophe Bonello
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.