add viewer/windows files

This commit is contained in:
Nick Fisher
2022-01-30 14:52:19 +08:00
parent d31b1eb09b
commit 97eca4a418
127 changed files with 4028 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.polyvox_filament_example"
applicationId "app.polyvox.polyvox_filament_example"
minSdkVersion 16
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.polyvox_filament_example">
package="app.polyvox.polyvox_filament_example">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.polyvox_filament_example">
package="app.polyvox.polyvox_filament_example">
<application
android:label="polyvox_filament_example"
android:icon="@mipmap/ic_launcher">

View File

@@ -0,0 +1,6 @@
package app.polyvox.polyvox_filament_example
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}

View File

@@ -1,4 +1,4 @@
package com.example.polyvox_filament_example
package app.polyvox.polyvox_filament_example
import io.flutter.embedding.android.FlutterActivity

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.polyvox_filament_example">
package="app.polyvox.polyvox_filament_example">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->