A chat app built with flutter and firebase
Download from releases.
- iOS: Download the ipa. Sideload the ipa onto your device via altstore or other signing tools/services.
- Android: Download the appbundle or apk for your respective device architecture. Sideload the app onto your device by opening it on your device
cd ios
pod repo update
arch -x86_64 pod installcd ios
pod repo update
pod installIf following warning related to "initialize an object with an unknown UDID" occurs during pod install
pod deintegrate Runner.xcodeproj
pod repo update
#for intel macs
pod install
#for apple silicon macs
arch -x86_64 pod installflutterfire configure
cd android
keytool -genkey -v -keystore ~/.android/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"
./gradlew signingReport
