Browse Source

no message

ios
ZHR007 4 months ago
parent
commit
48250773c2
7 changed files with 10 additions and 2 deletions
  1. 7
      .gitignore
  2. 5
      android/app/src/main/kotlin/com/juxinghe/touchme/MainActivity.kt
  3. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  4. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  5. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  6. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  7. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

7
.gitignore

@ -6,8 +6,6 @@
.idea/ .idea/
.packages .packages
build/ build/
android/
ios/
# If you're building an application, you may want to check-in your pubspec.lock # If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock pubspec.lock
@ -27,3 +25,8 @@ doc/api/
.flutter-plugins .flutter-plugins
.flutter-plugins-dependencies .flutter-plugins-dependencies
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release

5
android/app/src/main/kotlin/com/juxinghe/touchme/MainActivity.kt

@ -0,0 +1,5 @@
package com.juxinghe.touchme
import io.flutter.embedding.android.FlutterActivity
class MainActivity : FlutterActivity()

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png

Before After
Width: 72  |  Height: 72  |  Size: 544 B Width: 72  |  Height: 72  |  Size: 4.7 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png

Before After
Width: 48  |  Height: 48  |  Size: 442 B Width: 48  |  Height: 48  |  Size: 3.6 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

Before After
Width: 96  |  Height: 96  |  Size: 721 B Width: 96  |  Height: 96  |  Size: 7.2 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Before After
Width: 144  |  Height: 144  |  Size: 1.0 KiB Width: 144  |  Height: 144  |  Size: 12 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Before After
Width: 192  |  Height: 192  |  Size: 1.4 KiB Width: 192  |  Height: 192  |  Size: 19 KiB
Loading…
Cancel
Save