This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Add the ability for ML Kit to create image from bytes #901
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c21de5c
Make it possible to pass bytes
bparrishMines 671b66c
Add metadata for images
bparrishMines 956d20f
Change tests to reflect metadata
bparrishMines f1ccefa
Android side of byte images
bparrishMines 09075d0
Change error string to image type
bparrishMines 4c9c428
Use int as rotation
bparrishMines 7def42f
Send int of rotation
bparrishMines d712e4f
Assertions for metadata
bparrishMines eb1e94f
Merge branch 'master' of github.com:flutter/plugins into mlkit_android
bparrishMines 35ca899
Add ios implementation to take bytes
bparrishMines a94fdd3
Create UIImage for mlkit
bparrishMines 26c77ae
fomatting
bparrishMines 9aca7df
Merge branch 'master' of github.com:flutter/plugins into mlkit_android
bparrishMines eb2c5f6
Make single code place for creating image
bparrishMines 3552446
Add error for wrong type
bparrishMines c5a2ca8
Add ios orientation
bparrishMines 3671e81
Add TODOs and testing
bparrishMines 724c181
Remove orientation
bparrishMines 31b011c
Image documentation
bparrishMines 30e3e31
version bump
bparrishMines 857b303
formatting
bparrishMines c5e4894
Documentation
bparrishMines 10e81e2
Switch statement for ImageRotation
bparrishMines 8081a83
formatting
bparrishMines b139e08
Change default rotation to zero
bparrishMines File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.2.1 | ||
|
||
* Add capability to create image from bytes. | ||
|
||
## 0.2.0+2 | ||
|
||
* Fix bug with empty text object. | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved this to top of
onMethodCall
for all detectors