The platform that brings concert lovers together.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
flutter clean
rm -Rf ios/Pods
rm -Rf ios/.symlinks
rm -Rf ios/Flutter/Flutter.framework
rm -Rf ios/Flutter/Flutter.podspec
rm -Rf ios/Podfile.lock
pod cache clean --all
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
cd ios
rm -Rf ios/Podfile.lock
cd ..
flutter build ios --release --flavor dev
arch -x86_64 rm -rf Podfile.lock
arch -x86_64 pod install --repo-update
If you are getting an error on M1 processors, try this command.
sudo arch -x86_64 gem install ffi
keytool -genkeypair -v \
-keystore android/secrets/gigbuddy-dev-release-key.jks \
-keyalg RSA \
-keysize 2048 \
-validity 10000 \
-alias gigbuddy_dev_key_alias
keytool -list -v \
-keystore android/secrets/gigbuddy-dev-release-key.jks \
-alias gigbuddy_dev_key_alias
keytool -genkeypair -v \
-keystore android/secrets/gigbuddy-prod-release-key.jks \
-keyalg RSA \
-keysize 2048 \
-validity 10000 \
-alias gigbuddy_prod_key_alias
keytool -list -v \
-keystore android/secrets/gigbuddy-prod-release-key.jks \
-alias gigbuddy_prod_key_alias