Code Monkey home page Code Monkey logo

Comments (36)

salime45 avatar salime45 commented on June 28, 2024 6

Right now, we not have time to resolve this, for us the plugin works.

I recomend you fork the plugin and debug .

from flutter_screen_recording.

grigvik avatar grigvik commented on June 28, 2024 1

Hi
Yes, the plugin doesn’t work. When I press the play button
await FlutterScreenRecording.startRecordScreen("Title");
returns false. And there is no error on the console.
I used the pub package and tested on virtual devices and on my android phone.

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024 1

I did a little update to fix some bugs. Even so in what devices is failing the app?

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024 1

Yeah, but what device are you using?

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

Hi,

Are you using the repo or the pub package?

Have you try in different devices?

from flutter_screen_recording.

Aanu1995 avatar Aanu1995 commented on June 28, 2024

@salime45 I tried using the pub package

from flutter_screen_recording.

DmitriyIgnashchenko avatar DmitriyIgnashchenko commented on June 28, 2024

Hi
Yes, the plugin doesn’t work. When I press the play button
await FlutterScreenRecording.startRecordScreen("Title");
returns false. And there is no error on the console.
I used the pub package and tested on virtual devices and on my android phone.

having the same issue

from flutter_screen_recording.

DmitriyIgnashchenko avatar DmitriyIgnashchenko commented on June 28, 2024

hope you'll fix it

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

Can you provide a project with the fail?

from flutter_screen_recording.

DmitriyIgnashchenko avatar DmitriyIgnashchenko commented on June 28, 2024

Can you provide a project with the fail?

here you are

https://github.com/DmitriyIgnashchenko/record_screen_test

from flutter_screen_recording.

DmitriyIgnashchenko avatar DmitriyIgnashchenko commented on June 28, 2024

[√] Flutter (Channel stable, v1.12.13+hotfix.8, on Microsoft Windows [Version 10.0.18363.720], locale ru-RU)

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[√] Android Studio (version 3.6)
[√] VS Code (version 1.43.2)

from flutter_screen_recording.

prashantspandey avatar prashantspandey commented on June 28, 2024

HI any updates ! My recorder is also not working even after the permissions. the start variable is always false. Please fix this.

from flutter_screen_recording.

prashantspandey avatar prashantspandey commented on June 28, 2024

Has this been fixed yet?

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

Seems @handofthecode fixed the problems. You can try this repository meanwhile we test the changes and merge.
https://github.com/handofthecode/flutter_screen_recording

from flutter_screen_recording.

JAYTARPARA avatar JAYTARPARA commented on June 28, 2024

Right now, we not have time to resolve this, for us the plugin works.

I recomend you fork the plugin and debug .

What a reply man. HATS OFF TO YOU. FROM WHERE YOU GOT THE TIME TO DEVELOP IT??

from flutter_screen_recording.

JAYTARPARA avatar JAYTARPARA commented on June 28, 2024

Seems @handofthecode fixed the problems. You can try this repository meanwhile we test the changes and merge.
https://github.com/handofthecode/flutter_screen_recording

Also for your kind information. This is also not working. Same issue is there still.

from flutter_screen_recording.

no-1ne avatar no-1ne commented on June 28, 2024

Dear @JAYTARPARA. Be nice, instead of being thankful for sharing their work, you expect them to debug issues which they are saying they have no bandwidth to look at.

If you have the skillset to resolve it, pls do and send a pull request instead of having a shouting match.

from flutter_screen_recording.

JAYTARPARA avatar JAYTARPARA commented on June 28, 2024

@startupgurukul This is the scenario When client is on your head and asking to do it ASAP and use the plugin instead of core functionality.

from flutter_screen_recording.

aryan29 avatar aryan29 commented on June 28, 2024

Yes for me also it is not working

from flutter_screen_recording.

Aanu1995 avatar Aanu1995 commented on June 28, 2024

@salime45 the issue is with Android

from flutter_screen_recording.

Aanu1995 avatar Aanu1995 commented on June 28, 2024

Tecno (Android 9.0) and Samsung (Android 7.0)

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

You can execute the example in the repository and paste the log?

The problem in Android is with the resolution and scaledDensity. We need to know this values

from flutter_screen_recording.

safdher avatar safdher commented on June 28, 2024

I have the same problem. When i use your repo it works. but I use the same code in mine it not work..

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

I have the same problem. When i use your repo it works. but I use the same code in mine it not work..

Can you paste your pubspec.yaml? And tell us what device are you using?

from flutter_screen_recording.

safdher avatar safdher commented on June 28, 2024

This is My Yaml file...

environment:
sdk: ">=2.7.0 <3.0.0"

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^0.1.3
video_player: ^0.10.11
flutter_screen_recording: ^1.0.5
quiver: ^2.1.3

dev_dependencies:
flutter_test:
sdk: flutter
permission_handler: ^4.1.0
open_file: ^3.0.1

flutter:
assets:
- data/
- images/Back.mp4

These Permission Are put in XML file


Your Code is run perfectly in my Mobile.. So I think Mobile is not depending on this error( Vivo 1906 is my model)

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

Can you try this way ?

flutter_screen_recording:
git:
url: https://github.com/isvisoft/flutter_screen_recording.git

If it doesn't work, maybe if you send me a project with the error I can debug

from flutter_screen_recording.

safdher avatar safdher commented on June 28, 2024

Sorry for the late replay,

I just put the same code in yaml file but my code doesn't work. after that I copy my code to your project then it work. i don't know why it works.. But get the result. Thanks for your support..

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

that is strange if you want you can send me a copy of the code

from flutter_screen_recording.

safdher avatar safdher commented on June 28, 2024

https://github.com/safdher/Dictionary.git

this is my code,

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

Thanks @safdher. I think is fixed now. Can you try?

Be sure to upgrade the git package, sometimes not refresh well

from flutter_screen_recording.

gotirahul96 avatar gotirahul96 commented on June 28, 2024

It is working for me but the problem is how to record the audio as well because it is only recording the audio without the audio..Please can anyone help ? Thankyou

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

It is working for me but the problem is how to record the audio as well because it is only recording the audio without the audio..Please can anyone help ? Thankyou

This plugin is not prepare to record the audio. I close the thread because there a different issues not related . If anyone have any problem open new issue please.

Thanks

from flutter_screen_recording.

gotirahul96 avatar gotirahul96 commented on June 28, 2024

It is working for me but the problem is how to record the audio as well because it is only recording the audio without the audio..Please can anyone help ? Thankyou

This plugin is not prepare to record the audio. I close the thread because there a different issues not related . If anyone have any problem open new issue please.

Thanks

So if it is not prepared to record audio why it is asking to add permission ?
image

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

The library for screen recording in android recommended add the permission

from flutter_screen_recording.

gotirahul96 avatar gotirahul96 commented on June 28, 2024

from flutter_screen_recording.

salime45 avatar salime45 commented on June 28, 2024

We have not plans for this feature. You can create a new issue and tag like feature. We will study in the future

from flutter_screen_recording.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.