Skip to content

merterkoc/gig_buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gig_buddy

The platform that brings concert lovers together.

Getting Started

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.

Any Problem? So Use This Command

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages