A new Flutter Record Sharing project.
Features:
- Save Login Data to local Storage
- Follow Users
- Search Users
- Visit User Profiles
- Share Recordings
- Delete Uploaded Recordings
Packages we are using:
- firebase_auth: link
- firebase_core: link
- cloud_firestore: link
- firebase_storage: link
- shared_preferences: link
- cached_network_image: link
- image_picker: link
- flutter_sound_lite: link
- permission_handler: link
- path_provider: link
- audioplayers: link
- webview: link
This is a complete functional application that works on both Android and iOS devices.
Home Screen
Profile Screen
User Screen
Package - rename: link
- Rename Application Name : run rename --appname "Jaja"
- Rename Application Bundle ID : run rename --bundleId com.jaja.voiceshare
Package - flutter_launcher_icons: link
- step 1 : Replace the logo.png image with your logo.
- step 2 : Change the logo path in pubspec.yaml file
- step 3 : Run "flutter pub get"
- step 4 : Run "flutter pub run flutter_launcher_icons:main"
Package - flutter_native_splash: link
- step 1 : Replace the logo.png image with your logo.
- step 2 : Change the logo path in pubspec.yaml file
- step 3 : Run "flutter pub get"
- step 4 : Run "flutter pub run flutter_native_splash:create"
cd ios
pod cache clean --all
rm Podfile.lock
rm -rf .symlinks/
cd ..
flutter clean
flutter pub get
cd ios
pod update
pod repo update
pod install --repo-update
pod update
pod install
cd ..