Contact+ it's a simple app to manage you contacts in android and ios.
The idea of this repo is make a guide of how to upload an app to the stores.
You can find the apps in the next links:
- App Store
- Play Store (I need 20 testers to upload to production)
The next steps explain the minimal things (developing part) to upload an app to the stores
dart run flutter_launcher_icons -f flutter_launcher_icons.yaml
dart run change_app_package_name:main com.ducos.contactsmanager
- In android go to
android/app/src/main/AndroidManifest.xml
- And update the field
android:label="Contact+"
- In ios go to
ios/Runner/Info.plist
- And update the key
CFBundleDisplayName
dart run flutter_native_splash:create --path=flutter_native_splash.yaml
flutter build ios --release
flutter build appbundle
# Find the build here
# [project]/build/app/outputs/bundle/release/app.aab