Carlos Marques

Results 28 comments of Carlos Marques
trafficstars

> We're currently in the early phases of rearchitecting our emulator to be a better foundation for the future and any investment we make at the moment into hot-reloading would...

**Environment Info** - Windows - Firebase --version `11.5.0` - Java -version `java version "18.0.2"` **About** Everytime I `start` or `exec` emulators, a java window opens: ``` Aug 08, 2022 10:32:31...

The problem with `flutter_icons: android: true ios: true image_path: "assets/.png"` is that I have 3 different flavors. I want to run `flutter run --flavor {flavor}` and different app icon appear....

Under lib/main.dart on the `flavorConfigFilePattern String` I only get a match on my `flutter_launcher_icons-.yaml ` files if I change it to: `'\.\\\\flutter_launcher_icons-(.*).yaml'` instead of `'\./flutter_launcher_icons-(.*).yaml'`. (I'm on Windows). However, in...

I just copied the `flutter_launcher_icons-.yaml` from the fork and paste on my project and they worked for a single file: `-f option` However, there are 3 envs that I have....

The error `✗ ERROR: NoConfigFoundException Check that your config file `flutter_launcher_icons.yaml` has a `flutter_icons` section pub finished with exit code 1` is being made by this function: `loadConfigFileFromArgResults(argResults, verbose: true)...

`flutter run pub flutter_launcher_icons:main` should run for all flavors. Can't confirm. Still not working for me.

I fixed this by updating firebase tools `npm install -g firebase-tools`

Why was this closed? I still have this issue Windows: **Windows 10 Pro** Firebase Tools: **v11.15.0** I fixed by installing: https://adoptium.net/temurin/releases/?version=17 And restarting my machine

Hello @Skythrew I made a proposal to implement Internationalization [here](https://github.com/getumbrel/umbrel/issues/1659) I am waiting for feedback so I can open a Pull Request