Dmitry Gaimaldinov
Dmitry Gaimaldinov
**Is your feature request related to a problem? Please describe.** I want to have https scheme support for Windows. **Describe the solution you'd like** I'd like to have plugin support....
Adding `compileOptions` and `kotlinOptions` fixes https://github.com/acoutts/flutter_libphonenumber/issues/79. Upgrading `compileSdk` fixes https://github.com/acoutts/flutter_libphonenumber/issues/78 Similar issues in another libs: https://github.com/OneSignal/OneSignal-Flutter-SDK/issues/930
After upgrading to flutter 3.24.0 this error is thrown: ``` 'compileReleaseJavaWithJavac' task (current target is 1.8) and 'compileReleaseKotlin' task (current target is 17) jvm target compatibility should be set to...
**Is your feature request related to a problem? Please describe.** I use retrofit with [dio_smart_retry](https://pub.dev/packages/dio_smart_retry) package. I want to have ability to retry multipart requests with files. In dio_smart_retry this...