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
gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
# Remember to never publicly share your keystore.
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
key.properties
...
...
example/android/app/src/main/kotlin/com/example/example/MainActivity.kt
0 → 100644
View file @
aff3c4d
package com.example.example
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}
...
...
Please
register
or
login
to post a comment