hls
hls
I have just upgraded to `^4.0.0` and I can confirm that this is still a problem. ``` android { compileSdk 34 ndkVersion "25.1.8937393" sourceSets { main.java.srcDirs += 'src/main/kotlin' } //...
Sure, ``` == Building for Android == > flutter build appbundle --release --dart-define-from-file=api-keys.json Running Gradle task 'bundleRelease'... Building with Flutter multidex support enabled. Checking the license for package Android SDK...
Thanks mate. @vbuberen literally came to post the link you just pasted.
For anyone facing issues with Codemagic, set your environment variable. `JAVA_HOME: /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home`
Just stumbled upon this and was using the `--dart-define-from-file` for a long time! How about having a single file but use some sort of prefix to handle native sharing? For...
Same issue ``` [ERROR:flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.mm(203)] Error retrieving thread information: (os/kern) invalid argument ``` If this helps ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable,...
Preferably, migrations first. We are migrating a project to Turso and we use Prisma extensively. It would be a shame if we have to move away from Prisma due to...
Currently using this as I cannot flip the enum just for Zod ```typescript z.string().length(2).regex(/^[A-Z]{2}$/, 'Invalid country code').nullable() ```
Yes! Would be cool in the cases of updating a field only if the field is null/empty Using something like this but as you can see it loses the type...
Same issue! Any updates on this? ```bash updater | 2024/07/16 14:33:01 INFO Checking if logger 2.3.0 needs updating updater | 2024/07/16 14:33:01 INFO Latest version is 2.4.0 updater | 2024/07/16...