This is the Wave Flutter App. It allows for the transfer of images and text over sound.
Wave Backend API: https://github.com/davidhqr/Wave-API
Wave React Web App: https://github.com/lindaayangg/Wave-Web
Home Page
Send Text Page
Send Image Page
- Install Flutter: https://flutter.dev/docs/get-started/install
- Install Android Studio and its Flutter Plugin: https://flutter.dev/docs/get-started/editor
- Accept the Android SDK license:
~/Library/Android/sdk/tools/bin/sdkmanager --licenses
- Execute
flutter build apkto build the Android APK - Execute
flutter build iosto build the iOS app
- Connect device or open iOS/Android simulator
- Execute
flutter run
- Reference: https://flutter.dev/docs/deployment/android
- Generate
key.jksand add yourkey.properties - Execute
flutter build appbundle - Upload the app bundle to Google Play Console
- Follow instructions in Google Play Console
- Reference: https://flutter.dev/docs/deployment/ios
- Create an archive in Xcode
- Upload the archive to App Store Connect
- Follow instructions in App Store Connect
- Execute
flutter clean - Delete
Podfile.lockand thePodsfolder from/ios - Execute
pod install --repo-update