Figma prototype:
Main features:
- Instagram-ish feed
- Schedule for your event, when afterparty?
- Profile
- Registering to app per invitation basis
Inspiration:
- https://play.google.com/store/apps/details?id=com.wappuapp
- https://apps.apple.com/lu/app/luuppi50/id1451954350
- Copy
app/assets/.env.example
toapp/assets/.env
and fill. - Copy
backend/.env.example
tobackend/.env
and fill. - Install & start GraphQL server with:
cd backend
yarn install
yarn start
- Now you can build and run the Flutter app.
- 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/
-
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"
* ChangecompileSdkVersion
inandroid/app/build.gradle
to match to your SDK version.