Kaizodo Technologies Pvt Ltd
Kaizodo Technologies Pvt Ltd
i have angular 17 fresh project , when add buttons and dropdowns on index.html everything works fine however when i add same into angular component (or dynamically created content) it...
I have following widget that i am trying to capture ```BounceInUp is taken from animate_do package``` video is beeing captured however i don't see text when i start the recording...
This package is Amazing and this is exactly what i was looking for however i endup on a deadwhen when my final app build came out 100mb+. i know ffmpeg...
I am not sure this is a bug or a feature but here is how you can reproduce this situation On a device if i set ```dart UpgradeAlert( showIgnore: false,...
I would be great to have a feature like namespace for views for example ```javascript eta.setNamespace('project1',path.join(root_dir,'project1')); eta.setNamespace('project2',path.join(root_dir,'project2')); eta.render('@project1/somepage',{}); eta.render('@project2/somepage',{}); ``` this is very usefull feature for shorter include paths, with...
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...
```dart takePicture(PhotoCameraState photoState) { photoState.takePhoto(onPhoto: (request) { request.when(single: (single) { print(single.path); }); }); } ``` ```console E/DartMessenger(18127): Uncaught exception in binary message listener E/DartMessenger(18127): java.lang.Exception: paths and imageCaptures must have...
for specific use case we should only ask specific permission from user for example if i want to use camera for taking pictures only then it i only need to...
Is it possible to expose a ref of bar and other progress widgets ? so we can do like this ```ref.currrent.setProgress(0.5)``` and in bar component we can use react native...
Thanks for this awesome package, i would like to know if there is any audio mixing support with this package ?