Build and Release Flutter App to Play Store 2023 | URDU

preview_player
Показать описание
In this tutorial, you will learn how to how to build and release your android app to the Google Play Store.

#playstore #flutter #android

Learn more about me:

Build and Release Flutter App to App Store
FlutterFlow Crash Course - For Beginner:
ChatGPT Clone + Flutter Web Tutorial
ChatGPT + Flutter Tutorial - Crash Course

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
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
20:56 - fixing 3 bugs and ignored 2 warnings production release
22:54 - all bugs fixed it's time to submit app for review

🌎 Find Me Here:
-----------------------eTechViral--------------------------------
-----------------------------------------------------

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.
Рекомендации по теме
Комментарии
Автор

maine app ka sign krliya aur aab file genrate krli, ab maine ek issue notice kiya app me kiya usse fix krne ke baad phir se sign process krna hoga? maine abhi tab ek bar bhe app upload nhi kiya hai playstore me, mai confuse hoon

rajvada_
Автор

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

mohitsaini
Автор

Can i publish app without any kind of testing on play store if i want

Prem-okbu
Автор

FAILURE: Build failed with an exception.

* Where:
Build file line: 71

* What went wrong:
A problem occurred evaluating project ':app'.

* 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.


BUILD FAILED in 501ms
Running Gradle task 'bundleRelease'... 989ms
Gradle task bundleRelease failed with exit code 1


how to fix

wildandvibe