-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Latest update contains some issues #510
Comments
Please fill a real issue. Also I'm never against some help. |
i have already created 2 issues also as per documentation there are many things that seems to either got removed or does not exists , for starters try to run a example from the documentation you will see Video and Photo text right above capture button is not looking as expected (Text is huge and can bearly see in ui ) i would love to open a pr but i don't want to spend another 5 hours to understand the code (Android kotlin code specificafly) and apply fix so hopefuly whoever is maintaining this repo already has some fixes. |
Everything works well for me @Kaizodo so it must be a personal issue. You should clarify all details to debug the problem including ur machine, OS, simulator type, etc... |
#509 take a look at this issue , devices i have tested it on Nothing phone 1 - Android 14 |
Another issue in documentation it says following code to access the file CameraAwesomeBuilder.awesome(
saveConfig: SaveConfig.photoAndVideo(),
onMediaTap: (mediaCapture) {
OpenFile.open(mediaCapture.filePath);
},
), but mediaCapture.filePath |
I have updated the issue with the details |
I have tried latest examples and plugin and found some issues which i am mentioning as following :-
devices i have tested it on
Nothing phone 1 - Android 14
Honor 8x - Android 10
Redmi Note 5 pro - Andorid 9
Plugin version 2.1.0
Dart and flutter version latest till date
Issue number - 1 :- #509
Incorrect information in documentation issue number -2 :-
in mediaCapture.filePath
filePath does not exists
Issue number 3 :-
When using default awesome ui the text that toggle between photo to video is howing tooo large
let me know if anything else is required.
The text was updated successfully, but these errors were encountered: