package change and add libs

This commit is contained in:
Nick Fisher
2022-01-30 13:59:42 +08:00
parent dc3f9e9be8
commit e58ce66c8e
61 changed files with 298 additions and 41 deletions

View File

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

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.holovox_filament_example">
package="com.example.polyvox_filament_example">
<application
android:label="holovox_filament_example"
android:label="polyvox_filament_example"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"

View File

@@ -1,6 +0,0 @@
package com.example.holovox_filament_example
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}

View File

@@ -1,4 +1,4 @@
package com.example.holovox_filament_example
package com.example.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.holovox_filament_example">
package="com.example.polyvox_filament_example">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->