Alexander Makarov

Results 2 issues of Alexander Makarov

Hi! Is it possible to install so that there is no Intent window call? Silent installation is required. ``` Flutter await RUpgrade.upgrade( linkToApk, ); ```

enhancement

The task I want to accomplish: When a suitable event occurs in the process, I want to send an asynchronous HTTP request for my requirements. At the moment, I am...