diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..176a458f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/flutter_hbb/.gitignore b/.gitignore similarity index 100% rename from flutter_hbb/.gitignore rename to .gitignore diff --git a/flutter_hbb/.metadata b/.metadata similarity index 100% rename from flutter_hbb/.metadata rename to .metadata diff --git a/flutter_hbb/android/.gitignore b/android/.gitignore similarity index 100% rename from flutter_hbb/android/.gitignore rename to android/.gitignore diff --git a/flutter_hbb/android/app/build.gradle b/android/app/build.gradle similarity index 100% rename from flutter_hbb/android/app/build.gradle rename to android/app/build.gradle diff --git a/flutter_hbb/android/app/google-services.json b/android/app/google-services.json similarity index 100% rename from flutter_hbb/android/app/google-services.json rename to android/app/google-services.json diff --git a/flutter_hbb/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml similarity index 100% rename from flutter_hbb/android/app/src/debug/AndroidManifest.xml rename to android/app/src/debug/AndroidManifest.xml diff --git a/flutter_hbb/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml similarity index 100% rename from flutter_hbb/android/app/src/main/AndroidManifest.xml rename to android/app/src/main/AndroidManifest.xml diff --git a/flutter_hbb/android/app/src/main/kotlin/com/carriez/flutter_hbb/MainActivity.kt b/android/app/src/main/kotlin/com/carriez/flutter_hbb/MainActivity.kt similarity index 100% rename from flutter_hbb/android/app/src/main/kotlin/com/carriez/flutter_hbb/MainActivity.kt rename to android/app/src/main/kotlin/com/carriez/flutter_hbb/MainActivity.kt diff --git a/flutter_hbb/android/app/src/main/res/drawable-v21/launch_background.xml b/android/app/src/main/res/drawable-v21/launch_background.xml similarity index 100% rename from flutter_hbb/android/app/src/main/res/drawable-v21/launch_background.xml rename to android/app/src/main/res/drawable-v21/launch_background.xml diff --git a/flutter_hbb/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml similarity index 100% rename from flutter_hbb/android/app/src/main/res/drawable/launch_background.xml rename to android/app/src/main/res/drawable/launch_background.xml diff --git a/flutter_hbb/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from flutter_hbb/android/app/src/main/res/mipmap-hdpi/ic_launcher.png rename to android/app/src/main/res/mipmap-hdpi/ic_launcher.png diff --git a/flutter_hbb/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from flutter_hbb/android/app/src/main/res/mipmap-mdpi/ic_launcher.png rename to android/app/src/main/res/mipmap-mdpi/ic_launcher.png diff --git a/flutter_hbb/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from flutter_hbb/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png rename to android/app/src/main/res/mipmap-xhdpi/ic_launcher.png diff --git a/flutter_hbb/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from flutter_hbb/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png rename to android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png diff --git a/flutter_hbb/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from flutter_hbb/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png rename to android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png diff --git a/flutter_hbb/android/app/src/main/res/values-night/styles.xml b/android/app/src/main/res/values-night/styles.xml similarity index 100% rename from flutter_hbb/android/app/src/main/res/values-night/styles.xml rename to android/app/src/main/res/values-night/styles.xml diff --git a/flutter_hbb/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml similarity index 100% rename from flutter_hbb/android/app/src/main/res/values/styles.xml rename to android/app/src/main/res/values/styles.xml diff --git a/flutter_hbb/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml similarity index 100% rename from flutter_hbb/android/app/src/profile/AndroidManifest.xml rename to android/app/src/profile/AndroidManifest.xml diff --git a/flutter_hbb/android/build.gradle b/android/build.gradle similarity index 100% rename from flutter_hbb/android/build.gradle rename to android/build.gradle diff --git a/flutter_hbb/android/flutter_hbb_android.iml b/android/flutter_hbb_android.iml similarity index 100% rename from flutter_hbb/android/flutter_hbb_android.iml rename to android/flutter_hbb_android.iml diff --git a/flutter_hbb/android/gradle.properties b/android/gradle.properties similarity index 100% rename from flutter_hbb/android/gradle.properties rename to android/gradle.properties diff --git a/flutter_hbb/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from flutter_hbb/android/gradle/wrapper/gradle-wrapper.properties rename to android/gradle/wrapper/gradle-wrapper.properties diff --git a/flutter_hbb/android/key.jks b/android/key.jks similarity index 100% rename from flutter_hbb/android/key.jks rename to android/key.jks diff --git a/flutter_hbb/android/key.properties b/android/key.properties similarity index 100% rename from flutter_hbb/android/key.properties rename to android/key.properties diff --git a/flutter_hbb/android/settings.gradle b/android/settings.gradle similarity index 100% rename from flutter_hbb/android/settings.gradle rename to android/settings.gradle diff --git a/flutter_hbb/assets/insecure.png b/assets/insecure.png similarity index 100% rename from flutter_hbb/assets/insecure.png rename to assets/insecure.png diff --git a/flutter_hbb/assets/insecure_relay.png b/assets/insecure_relay.png similarity index 100% rename from flutter_hbb/assets/insecure_relay.png rename to assets/insecure_relay.png diff --git a/flutter_hbb/assets/linux.png b/assets/linux.png similarity index 100% rename from flutter_hbb/assets/linux.png rename to assets/linux.png diff --git a/flutter_hbb/assets/mac.png b/assets/mac.png similarity index 100% rename from flutter_hbb/assets/mac.png rename to assets/mac.png diff --git a/flutter_hbb/assets/secure.png b/assets/secure.png similarity index 100% rename from flutter_hbb/assets/secure.png rename to assets/secure.png diff --git a/flutter_hbb/assets/secure_relay.png b/assets/secure_relay.png similarity index 100% rename from flutter_hbb/assets/secure_relay.png rename to assets/secure_relay.png diff --git a/flutter_hbb/assets/win.png b/assets/win.png similarity index 100% rename from flutter_hbb/assets/win.png rename to assets/win.png diff --git a/flutter_hbb/build_android.sh b/build_android.sh similarity index 100% rename from flutter_hbb/build_android.sh rename to build_android.sh diff --git a/flutter_hbb/build_ios.sh b/build_ios.sh similarity index 100% rename from flutter_hbb/build_ios.sh rename to build_ios.sh diff --git a/flutter_hbb/ios/.gitignore b/ios/.gitignore similarity index 100% rename from flutter_hbb/ios/.gitignore rename to ios/.gitignore diff --git a/flutter_hbb/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist similarity index 100% rename from flutter_hbb/ios/Flutter/AppFrameworkInfo.plist rename to ios/Flutter/AppFrameworkInfo.plist diff --git a/flutter_hbb/ios/Flutter/Debug.xcconfig b/ios/Flutter/Debug.xcconfig similarity index 100% rename from flutter_hbb/ios/Flutter/Debug.xcconfig rename to ios/Flutter/Debug.xcconfig diff --git a/flutter_hbb/ios/Flutter/Release.xcconfig b/ios/Flutter/Release.xcconfig similarity index 100% rename from flutter_hbb/ios/Flutter/Release.xcconfig rename to ios/Flutter/Release.xcconfig diff --git a/flutter_hbb/ios/Podfile b/ios/Podfile similarity index 100% rename from flutter_hbb/ios/Podfile rename to ios/Podfile diff --git a/flutter_hbb/ios/Podfile.lock b/ios/Podfile.lock similarity index 100% rename from flutter_hbb/ios/Podfile.lock rename to ios/Podfile.lock diff --git a/flutter_hbb/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj similarity index 100% rename from flutter_hbb/ios/Runner.xcodeproj/project.pbxproj rename to ios/Runner.xcodeproj/project.pbxproj diff --git a/flutter_hbb/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from flutter_hbb/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/flutter_hbb/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from flutter_hbb/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/flutter_hbb/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from flutter_hbb/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/flutter_hbb/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme similarity index 100% rename from flutter_hbb/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme rename to ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme diff --git a/flutter_hbb/ios/Runner.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcworkspace/contents.xcworkspacedata similarity index 100% rename from flutter_hbb/ios/Runner.xcworkspace/contents.xcworkspacedata rename to ios/Runner.xcworkspace/contents.xcworkspacedata diff --git a/flutter_hbb/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from flutter_hbb/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/flutter_hbb/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from flutter_hbb/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/flutter_hbb/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift similarity index 100% rename from flutter_hbb/ios/Runner/AppDelegate.swift rename to ios/Runner/AppDelegate.swift diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png rename to ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json rename to ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png rename to ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png rename to ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png rename to ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png diff --git a/flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md similarity index 100% rename from flutter_hbb/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md rename to ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md diff --git a/flutter_hbb/ios/Runner/Base.lproj/LaunchScreen.storyboard b/ios/Runner/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from flutter_hbb/ios/Runner/Base.lproj/LaunchScreen.storyboard rename to ios/Runner/Base.lproj/LaunchScreen.storyboard diff --git a/flutter_hbb/ios/Runner/Base.lproj/Main.storyboard b/ios/Runner/Base.lproj/Main.storyboard similarity index 100% rename from flutter_hbb/ios/Runner/Base.lproj/Main.storyboard rename to ios/Runner/Base.lproj/Main.storyboard diff --git a/flutter_hbb/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist similarity index 100% rename from flutter_hbb/ios/Runner/GoogleService-Info.plist rename to ios/Runner/GoogleService-Info.plist diff --git a/flutter_hbb/ios/Runner/Info.plist b/ios/Runner/Info.plist similarity index 100% rename from flutter_hbb/ios/Runner/Info.plist rename to ios/Runner/Info.plist diff --git a/flutter_hbb/ios/Runner/Runner-Bridging-Header.h b/ios/Runner/Runner-Bridging-Header.h similarity index 100% rename from flutter_hbb/ios/Runner/Runner-Bridging-Header.h rename to ios/Runner/Runner-Bridging-Header.h diff --git a/flutter_hbb/ios/Runner/Runner.entitlements b/ios/Runner/Runner.entitlements similarity index 100% rename from flutter_hbb/ios/Runner/Runner.entitlements rename to ios/Runner/Runner.entitlements diff --git a/flutter_hbb/ios/Runner/ffi.h b/ios/Runner/ffi.h similarity index 100% rename from flutter_hbb/ios/Runner/ffi.h rename to ios/Runner/ffi.h diff --git a/flutter_hbb/ios_arm64.sh b/ios_arm64.sh similarity index 100% rename from flutter_hbb/ios_arm64.sh rename to ios_arm64.sh diff --git a/flutter_hbb/ios_x64.sh b/ios_x64.sh similarity index 100% rename from flutter_hbb/ios_x64.sh rename to ios_x64.sh diff --git a/flutter_hbb/lib/common.dart b/lib/common.dart similarity index 100% rename from flutter_hbb/lib/common.dart rename to lib/common.dart diff --git a/flutter_hbb/lib/home_page.dart b/lib/home_page.dart similarity index 100% rename from flutter_hbb/lib/home_page.dart rename to lib/home_page.dart diff --git a/flutter_hbb/lib/main.dart b/lib/main.dart similarity index 100% rename from flutter_hbb/lib/main.dart rename to lib/main.dart diff --git a/flutter_hbb/lib/model.dart b/lib/model.dart similarity index 100% rename from flutter_hbb/lib/model.dart rename to lib/model.dart diff --git a/flutter_hbb/lib/remote_page.dart b/lib/remote_page.dart similarity index 100% rename from flutter_hbb/lib/remote_page.dart rename to lib/remote_page.dart diff --git a/flutter_hbb/ndk_arm64.sh b/ndk_arm64.sh similarity index 100% rename from flutter_hbb/ndk_arm64.sh rename to ndk_arm64.sh diff --git a/flutter_hbb/ndk_x64.sh b/ndk_x64.sh similarity index 100% rename from flutter_hbb/ndk_x64.sh rename to ndk_x64.sh diff --git a/flutter_hbb/pubspec.lock b/pubspec.lock similarity index 100% rename from flutter_hbb/pubspec.lock rename to pubspec.lock diff --git a/flutter_hbb/pubspec.yaml b/pubspec.yaml similarity index 100% rename from flutter_hbb/pubspec.yaml rename to pubspec.yaml diff --git a/flutter_hbb/test/widget_test.dart b/test/widget_test.dart similarity index 100% rename from flutter_hbb/test/widget_test.dart rename to test/widget_test.dart