Essentially , what I want to do is , press a button that I program in Flutter and when that button is pressed , a python script should start running on my Android device .
I want to use youtube-dl (used to download Youtube videos) library in python but I wanna know if there is a way to run the library in flutter .
Any Help is appreciated . Thanks in advance .