Тёмный

Build and Release Flutter App to Play Store 2023 | URDU 

eTechViral
Подписаться 6 тыс.
Просмотров 4,7 тыс.
50% 1

In this tutorial, you will learn how to how to build and release your android app to the Google Play Store.
#playstore #flutter #android
Play Store App: play.google.com/store/apps/de...
AAB : developer.android.com/guide/a...
App Icon Generator: www.appicon.co/
flutter_launcher_icons: pub.dev/packages/flutter_laun...
Learn more about me:
mamirk.com/
Build and Release Flutter App to App Store
• Build and Release Flut...
FlutterFlow Crash Course - For Beginner:
• FlutterFlow Crash Cour...
ChatGPT Clone + Flutter Web Tutorial
• Power of ChatGPT Clone...
ChatGPT + Flutter Tutorial - Crash Course
• ChatGPT + Flutter Tuto...
00:00 - intro?
00:40 - App that we will upload
02:12 - Upload App to play store documentaiton review
02:33 - Adding a launcher icon
03:53 - Enabling Material Components
04:32 - Signing the app
05:47 - crate an upload keystore ore from the app
09:20 - reference the keystore from the app
10:36 - Configure signing in gradle
10:36 - Configure signing in gradle
13:47 - Shrinking your code with R8 flutter build appbundle
13:59 - flutter build appbundle fixing bugs
14:55 - find app-release.aab file
15:40 - setup new play store account brief guide
16:18 - play store console create new app
16:53 - app setup google play store console
19:12 - upload app-release.aab to production create new release
20:56 - fixing 3 bugs and ignored 2 warnings production release
22:54 - all bugs fixed it's time to submit app for review
💼 Business Inquiries: etechviral@gmail.com
💼 Business Inquiries: amirk3321@gmail.com
🌎 Find Me Here:
Github_Profile:github.com/amirk3321​
Instagram: / m.amir.k.official
----------------------eTechViral-------------------------------
Instagram: / etechviral
LinkediIn: / etechviral
FB: / etechviral
twitter: / etechviral
website:etechviral.com/
-----------------------------------------------------
Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

Наука

Опубликовано:

 

3 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@stoneasad20
@stoneasad20 Год назад
Mashallah Bro Really Impressive!
@mohitsaini6642
@mohitsaini6642 4 месяца назад
20:50 Here 1.2.3 (3 stands for minor changes such as bug fix or performance improvements, 2 stands for feature addition, 1 stands for major changes such as change the entire theme or app ui etc) and +1 stands for build number for developers
@hamzashehzad7273
@hamzashehzad7273 2 месяца назад
Very helpful
@saddamafzal8855
@saddamafzal8855 Год назад
Awesome thanks for information
@eTechViral
@eTechViral Год назад
You're welcome
@Prem-ok4bu
@Prem-ok4bu 4 месяца назад
Can i publish app without any kind of testing on play store if i want
@codewithAwais10
@codewithAwais10 8 месяцев назад
GREAT Sir Best 🤩🤩🤩🤩🤩
@eTechViral
@eTechViral 8 месяцев назад
Thanks
@wildandvibe
@wildandvibe Год назад
FAILURE: Build failed with an exception. * Where: Build file '/Users/ashiksam/Downloads/global_training_system_flutter-main/android/app/build.gradle' line: 71 * What went wrong: A problem occurred evaluating project ':app'. > Could not find method storeFile() for arguments [../app/upload-keystore.jks] on SigningConfig_Decorated{name=release, storeFile=null, storePassword=null, keyAlias=upload, keyPassword=Abc@123, storeType=pkcs12, v1SigningEnabled=true, v2SigningEnabled=true, enableV1Signing=null, enableV2Signing=null, enableV3Signing=null, enableV4Signing=null} of type com.android.build.gradle.internal.dsl.SigningConfig. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at help.gradle.org BUILD FAILED in 501ms Running Gradle task 'bundleRelease'... 989ms Gradle task bundleRelease failed with exit code 1 ashiksam@Ashiks-Air global_training_system_flutter-main % how to fix
@eTechViral
@eTechViral Год назад
Please add jsk file (android/app) and check your key.properties add this snippet app level build.gradle file create jsk | keyStore run this cmd keytool -genkey -v -keystore ~/myAppKeys.jks -keyalg RSA -keysize 2048 -validity 10000 -alias myAppKeys def keystoreProperties = new Properties() def keystorePropertiesFile = rootProject.file('key.properties') if (keystorePropertiesFile.exists()) { keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) } android { .. .. .. . signingConfigs { release { keyAlias keystoreProperties['keyAlias'] keyPassword keystoreProperties['keyPassword'] storeFile file(keystoreProperties['storeFile']) storePassword keystoreProperties['storePassword'] } } buildTypes { release { signingConfig signingConfigs.release } } } We hope this will fix your issue
Далее
Build and Release Flutter App to App Store 2023
18:26
ELA NÃO ESPERAVA POR ISSO 🥶 ATTITUDE #shorts
00:20
БАТЯ И СОСЕД😂#shorts
00:59
Просмотров 1,7 млн
5 Awesome Flutter Packages you should Know
2:53
Просмотров 23 тыс.
Deploy to Google Play Store | FlutterFlow University
9:54
What's new in Flutter 3.19 ? Flutter latest release
6:05