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