Skip to content

Commit dc5f1a8

Browse files
committed
Merge branch 'dev'
2 parents 5a46441 + 807bbd9 commit dc5f1a8

37 files changed

+31
-23
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@
6868
!**/ios/**/default.pbxuser
6969
!**/ios/**/default.perspectivev3
7070
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
71+
android/key.properties

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ android {
6565
signingConfig signingConfigs.release
6666
minifyEnabled false
6767
useProguard false
68+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
6869
}
6970
}
7071
}

android/app/proguard-rules.pro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Flutter wrapper
2+
-keep class io.flutter.app.** { *; }
3+
-keep class io.flutter.plugin.** { *; }
4+
-keep class io.flutter.util.** { *; }
5+
-keep class io.flutter.view.** { *; }
6+
-keep class io.flutter.** { *; }
7+
-keep class io.flutter.plugins.** { *; }

android/key.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/images/material1.gif

-1 MB
Binary file not shown.

assets/images/material2.gif

-134 KB
Binary file not shown.

assets/images/material3.gif

-274 KB
Binary file not shown.

assets/images/material4.gif

-297 KB
Binary file not shown.

0 commit comments

Comments
 (0)