Stefan Humm
Stefan Humm
Same issue, someone found a solution? Edit: This should fix the issue https://github.com/Mulham-Raee/Horizontal-Calendar/pull/105
Can you check if you have `android:usesCleartextTraffic="true"` if you are using `InAppLocalhostServer` ?
Facing same issue in a production app (P8P). Any workaround or knows when this bug was introduced?
Same issue happened to me on iOS. So I migrated over to official `camera` plugin unfortunately.
@kijato No, you don't need to change anything. The lines above are only for php 5.4 and below.
Since this issue is still open I gonna comment here. I have the same issue right now with Moshi 1.8 (with Moshi-Kotlin), `@Json` is ignored on release build but works...
Thanks for your PR 🙏 Please give me some time to check it
Hey iominh, that would be awesome. Thank you!
I'm using `CodegenLoader` and it works ``` path: 'resources/langs', assetLoader: const CodegenLoader(), ```
No you can still use "string".tr(). But you need to use build_runner now to generate strings ``` flutter pub run easy_localization:generate flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart ```