how to make apk in flutter for android device

admin_img Posted By Bajarangi soft , Posted On 27-10-2021

how to make apk with flutter for android in play store with android studio ,in this blog we are going to talk how to release app with final result in playstore

create final apk in flutter

  1.  flutter clean
  2. flutter pub get
  3. flutter build appbundle
this 3 step will help you to create apk file from flutter you can release , you will get release app in your project folder only (build folder) android studio terminal will show you full path for apk file this file you can use in play store 

Related Post