Skip to content

rareagency/event-app-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event app showcase

flutter build and test

Figma prototype:

Main features:

  • Instagram-ish feed
  • Schedule for your event, when afterparty?
  • Profile
  • Registering to app per invitation basis

Inspiration:

Installation & usage

  • Copy app/assets/.env.example to app/assets/.env and fill.
  • Copy backend/.env.example to backend/.env and fill.
  • Install & start GraphQL server with:
cd backend
yarn install
yarn start
  • Now you can build and run the Flutter app.

Android Studio workspace setup tips

Setup environment variables

  • Set ANDROID_HOME to point to your Android SDK location.
  • If you can't select Target device on Android Studio once project is open, add this to your PATH variable: AndroidSDK/platform-tools/

Troubleshoot

  • Run button is grey, can't run the project * Set path to Dart SDK on Android Studio (Properties → Languages & Frameworks → Dart)

  • Error: Cannot find symbol 'Properties' / 'GradleException'" * Solution

  • When trying to run: "APT: error: resource android:attr/fontVariationSettings" * Change compileSdkVersion in android/app/build.gradle to match to your SDK version.