@ -6,8 +6,6 @@
.idea/
.packages
build/
android/
ios/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
@ -27,3 +25,8 @@ doc/api/
.flutter-plugins
.flutter-plugins-dependencies
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
@ -0,0 +1,5 @@
package com.juxinghe.touchme
import io.flutter.embedding.android.FlutterActivity
class MainActivity : FlutterActivity()