xOldeVx
xOldeVx
I looked at your code and you did a great job! I have a question about the code.. is it possible to **REWRITE** a network request? for example if the...
Firstly i must to say that a worked with a lot of Flutter's chart library, and this is the best i found! I have a problem with two lines on...
I created a box of history videos (`Hive.openBox(HISTORY_BOX)`), when user watch video, the video is add to the history box, if the user watched the video before a week for...
When download is finished, the notification show a Complete status, when i click on it, it doesn't open the file. Here's my code: ### app.dart ``` FlutterDownloader.enqueue( url: url, headers:...
When the download is complete the notification can't open .docx files, only images/videos/audio files. I didn't try it on PDF files, but i think is the same like .docx files....
I have a **playlist** object that contains a **video** object, i'm trying to add a video to the playlist table and i'm getting compile error, here's the error: Here's the...
I have about 130 installed apps, the package found me only 2(!) I checked other flutter package and it found me all of my installed packages. the **device_apps** package not...
I want to let the user to select to tap on the _snackBar_ to go to the _main screen_, or just dismiss it by swipe, but it doesn't work, the...
When using `onDismissed` function, and the user drag the miniplayer a little bit to down (for dismiss) the player is reloading, it's not good because the user didn't finished the...
When i'm slide the mini-player then you can see the widget is jumping and this is very bad experience. I'm using webview to run the video. can you fix this...