-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New flutter requirements #54
Open
xAlpharax
wants to merge
10
commits into
vladiH:master
Choose a base branch
from
xAlpharax:new-flutter-requirements
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app. Plus, made the Real Time Object Detection / Instance Segmentation / Classification better. Changes to be committed: modified: .gitignore modified: .metadata modified: CHANGELOG.md modified: LICENSE modified: README.md modified: analysis_options.yaml modified: android/.gitignore modified: android/build.gradle modified: android/gradle/wrapper/gradle-wrapper.jar modified: android/gradle/wrapper/gradle-wrapper.properties modified: android/gradlew modified: android/gradlew.bat modified: android/libs/tesseract4android-release.aar modified: android/settings.gradle modified: android/src/main/AndroidManifest.xml modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/FlutterVisionPlugin.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Tesseract.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolo.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolov5.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolov8.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/models/Yolov8Seg.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/utils/FeedInputTensorHelper.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/utils/RenderScriptHelper.java modified: android/src/main/java/com/vladih/computer_vision/flutter_vision/utils/utils.java modified: example/.gitignore modified: example/.metadata modified: example/README.md modified: example/analysis_options.yaml modified: example/android/.gitignore modified: example/android/app/build.gradle modified: example/android/app/src/debug/AndroidManifest.xml modified: example/android/app/src/main/AndroidManifest.xml deleted: example/android/app/src/main/java/com/vladih/computer_vision/flutter_vision_example/MainActivity.java new file: example/android/app/src/main/kotlin/com/example/example/MainActivity.kt modified: example/android/app/src/main/res/drawable-v21/launch_background.xml modified: example/android/app/src/main/res/drawable/launch_background.xml modified: example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png modified: example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png modified: example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png modified: example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png modified: example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png modified: example/android/app/src/main/res/values-night/styles.xml modified: example/android/app/src/main/res/values/styles.xml modified: example/android/app/src/profile/AndroidManifest.xml modified: example/android/build.gradle modified: example/android/gradle.properties modified: example/android/gradle/wrapper/gradle-wrapper.properties modified: example/android/settings.gradle modified: example/assets/labels.txt deleted: example/assets/tessdata/spa.traineddata deleted: example/assets/tessdata_config.json modified: example/assets/yolov5n.tflite modified: example/assets/yolov8n-seg.tflite deleted: example/assets/yolov8n.tflite modified: example/ios/.gitignore modified: example/ios/Flutter/AppFrameworkInfo.plist modified: example/ios/Flutter/Debug.xcconfig modified: example/ios/Flutter/Release.xcconfig modified: example/ios/Runner.xcodeproj/project.pbxproj modified: example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata modified: example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist modified: example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings modified: example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme modified: example/ios/Runner.xcworkspace/contents.xcworkspacedata modified: example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist modified: example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings modified: example/ios/Runner/AppDelegate.swift modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png modified: example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png modified: example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md modified: example/ios/Runner/Base.lproj/LaunchScreen.storyboard modified: example/ios/Runner/Base.lproj/Main.storyboard modified: example/ios/Runner/Info.plist modified: example/ios/Runner/Runner-Bridging-Header.h modified: example/lib/main.dart modified: example/pubspec.lock modified: example/pubspec.yaml modified: example/test/widget_test.dart modified: ios/.gitignore modified: ios/Assets/.gitkeep modified: ios/Classes/FlutterVisionPlugin.h modified: ios/Classes/FlutterVisionPlugin.m modified: ios/Classes/SwiftFlutterVisionPlugin.swift modified: ios/flutter_vision.podspec modified: lib/flutter_vision.dart modified: lib/src/plugin/android.dart modified: lib/src/plugin/base.dart modified: pubspec.yaml modified: test/flutter_vision_test.dart
Changes to be committed: modified: example/pubspec.lock modified: example/pubspec.yaml
Changes to be committed: modified: lib/main.dart
Changes to be committed: modified: example/pubspec.lock modified: example/pubspec.yaml
Changes to be committed: modified: FlutterVisionPlugin.java Untracked files: ../../../../../../../.project ../../../../../../../.settings/ ../../../../../../../../example/android/.project ../../../../../../../../example/android/.settings/ ../../../../../../../../opencv/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.