Search
 
SCRIPT & CODE EXAMPLE
 

DART

release apk not working flutter

add a proguard file and fix it.

1. On your app level build.gradle add this to your buildTypes > release section
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2. Along the build.gradle file create a proguard-rules.pro file and add:
-keep class io.flutter.plugin.editing.** { *; }
Comment

PREVIOUS NEXT
Code Example
Dart :: dart pow 
Dart :: destructor in dart 
Dart :: android studio avd blue screen 
Dart :: how to display current date time in flutter 
Dart :: flutter get key from map 
Dart :: open url in flutter 
Dart :: dart to string 
Dart :: flutter table row height 
Dart :: flutter get initials from name 
Dart :: dart ternary operator multiple 
Dart :: find and update element in list dart 
Dart :: how to blur container in flutter 
Dart :: padding flutter top 
Dart :: for in dart 
Dart :: flutter map with index 
Dart :: Main function for flutter 
Dart :: dart httop client 
Dart :: card in flutter 
Dart :: alternate of string class in dart 
Dart :: dart list 
Dart :: dart while loop 
Dart :: add all items to a list in dart 
Dart :: flutter splash on tap 
Dart :: callback with arguments flutter 
Dart :: callback after last frame flutter 
Dart :: text widget not recognize the currency symbol flutter 
Dart :: create array in flutter 
Dart :: dictionary in dart 
Dart :: flutter circular elevated button 
Swift :: swift ui for loop high to low 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =