package and namespace changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# mimetic_filament_example
|
||||
# holovox_filament_example
|
||||
|
||||
Demonstrates how to use the mimetic_filament plugin.
|
||||
Demonstrates how to use the holovox_filament plugin.
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
||||
@@ -350,7 +350,7 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.mimeticAvatarExample;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.holovoxAvatarExample;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
@@ -489,7 +489,7 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.mimeticAvatarExample;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.holovoxAvatarExample;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
@@ -516,7 +516,7 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.mimeticAvatarExample;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.holovoxAvatarExample;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
|
||||
@@ -19,7 +19,7 @@ class MyApp extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _MyAppState extends State<MyApp> {
|
||||
final FilamentController _filamentController = MimeticFilamentController();
|
||||
final FilamentController _filamentController = HolovoxFilamentController();
|
||||
|
||||
bool _rotate = false;
|
||||
int _primitiveIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user