Plinzen
Plinzen
Hello @orangex , did you find a solution to your problem? Basically I have the same problem when using split screen.
Hi, is there a release date for this fix? In 0.1.6 it's still present: ``` /** * @param context should be ApplicationContext not Activity * @param iterationCount The iteration count...
Hello @k4zy, it looks like Bouncy Castle License Template is missing (again): ``` Execution failed for task ':xxxx:generateLicensePage'. > java.io.FileNotFoundException: File not found: template/licenses/Bouncy Castle Licence.html ``` using this yaml...
Hello, thanks for your feedback. Please find the example here, I hope it's sufficient for you to reproduce the issue: [test_flutter.zip](https://github.com/gibahjoe/openapi-generator-dart/files/6184690/test_flutter.zip)
Hi, upgrading to latest jetpack uwb library solved the issue for me: ``` implementation 'androidx.core.uwb:uwb:1.0.0-alpha08' ```