-
I have the following default path in the `packages.json` file.
```
"cordova-plugin-localization-strings": {
"TRANSLATION_PATH": "translations/app/"
}
```
Any other path seems to be ignored.
T…
-
Hi there!
First off, thanks for the amazing tools you guys have created!
I'm trying to adapt SwiftGen to play nice with SwiftUI, but localisation seems to be a bit more work. I'll try to expla…
-
Hello!
I've being facing the next issue: after executing po2prop command, the output file is just a copy of the template one. I have no idea what may be happening, but I'm not able to migrate from …
-
Thanks for awesome framework.
I've created an app with Flutter which targets Android TVs along with mobiles and tablets. With little tweaking the app works great on Android TVs too. I'm facing the …
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the `./android/app/build.gradle` file by adding the following inside the `android` tag :-
```
buildTypes {
release {
…
-
So bit of an issue I've been having getting dependencies on Flutter. I work at a bank, and our network blocks the public maven repositories (jcenter(), google(), etc). Instead we have our own hosted p…
-
## Steps to Reproduce
1. Create a `TextField` with `autofocus: true`
2. Run application. The input should be focused and keyboard is showing.
3. Put the application on background, then op…
-
Having a `CustomScrollView` with many slivers and stateful widgets inside these slivers, I noticed that the first child of each sliver is always initialized, even though they are way off screen (beyon…
-
Hello,
I am getting very frequently this weird issue. I can build and run on iOS simulator but for Android, it starts to give me compile/debug failed error, out of no where. And after day or two it …
-
We are currently experiencing an issue where the flutter plugins (specifically, url_launcher) fails to compile during the Xcode build phase. It is related to the issue referenced here: https://github.…