Skip to main content

Posts

Showing posts with the label release

release flutter App to play store (part3)Signing the app To publish on the Play Store

Step- 3 subscribing the app   To publish on the Play Store,     When you are developing an app, you need to subscribe it with a digital hand before you can publish it on the Google Play Store. The digital hand is used to corroborate that the app is authentic and has not been tampered with.     To subscribe your app, you first need to induce a keystore train. This train contains a private key that's used to subscribe the app. You can induce a keystore train using keytool, which is included in the Java Development Kit( JDK).   Once you have generated your keystore train, you need to configure your app'sbuild.gradle train to include the keystore information. This train contains information about your app's dependences , settings, and make configuration. You will need to add the keystore information to thebuild.gradle train so that the app can be inked with the private key.    To add the keystore information to thebuild...

Release flutter App to play store and app icon generator free ( part 1)

  Presentation As a developer, one of the most satisfying moments is when your app is finally ready for release. If you've been working with Flutter, the process of releasing your app to the Play Store is relatively straightforward. In this blog, we will walk you through the steps involved in releasing your Flutter app to the Play Store, as well as a free tool you can use to generate app icons. Step 1: Create a Developer Account on the Play Store The first step in releasing your app to the Play Store is to create a developer account. This involves paying a one-time registration fee of $25. Once you have created your account, you will be able to upload your app to the Play Store. you may want to create a public app that can be downloaded and used by many people. If this is your goal, you've come to the right place. In this tutorial, I will share with you the best and easiest way to publish your Flutter app on the Play Store. Step - 2: Add a Launcher icon After you...