Skip to content
/ upfr Public

Prototype of an event reservation Flutter app to experiment with firebase remote config, Google maps and design scaling.

License

Notifications You must be signed in to change notification settings

cbonello/upfr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPFR

Prototype of an event reservation app to experiment with firebase remote config, Google maps and design scaling.

I honestly don't remember why I choose such a cryptic project name. It probably does not matter too much for a prototype anyway 😄

Setup

Important: You need the latest version of the Flutter SDK from the beta channel to compile this project. See Building a web application with Flutter.

  1. Create a Firebase project in the Firebase Console and a web app to the project.
  2. Create a firebase project and copy google-services.json to the android/app/ folder.
  3. Generate a Google Maps API key.
  4. Update android/app/src/main/AndroidManifest.xml with your Google Maps API key. See Maps SDK for Android.
  5. In the Firebase console, scroll down to the Grow menu option and select Remote Config. Associate a key named 'GOOGLE_MAP_KEY' with your Google Maps API key (check this stackoverflow answer).

Current Implementation Status

App is responsive.

Pixel 2 (5.74 in, 1080×1920 px)

Login Screen Home Dialog
Main Screen Timer Dialog

Nexus 9 (8.9 in, 2048×1536 px)

Home Screen Map Dialog
Main Screen Timer Dialog

Learn More on Flutter

Here are a few resources to get you started if you are new to Flutter:

Created & Maintained by

Christophe Bonello (LinkedIn) (Twitter)

Open Source License

Contribution Guidelines

This project is a fully open source project, and contributions are welcome.

Credits

I believe that the image used in this demo app are royalty free. Images were downloaded from:

License

Copyright (c) 2020 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.

About

Prototype of an event reservation Flutter app to experiment with firebase remote config, Google maps and design scaling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published