Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
roi peker
2020-09-10 12:23:45 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aff3c4dde009619640bcb1bec07b4f6682a244e4
aff3c4dd
1 parent
0f604cbb
merge with upstream
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
example/android/.gitignore
example/android/app/src/main/kotlin/com/example/example/MainActivity.kt
example/android/.gitignore
0 → 100644
View file @
aff3c4d
1
+
gradle-wrapper.jar
2
+
/.gradle
3
+
/captures/
4
+
/gradlew
5
+
/gradlew.bat
6
+
/local.properties
7
+
GeneratedPluginRegistrant.java
8
+
9
+
# Remember to never publicly share your keystore.
10
+
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
11
+
key.properties
example/android/app/src/main/kotlin/com/example/example/MainActivity.kt
0 → 100644
View file @
aff3c4d
1
+
package com.example.example
2
+
3
+
import io.flutter.embedding.android.FlutterActivity
4
+
5
+
class MainActivity: FlutterActivity() {
6
+
}
Please
register
or
login
to post a comment