Results 146 comments of Erlend

What i optimally would like to happen is that `loadedCallback` is called after image is loaded ( whether it is cached or not ), and that i then can call...

This app is great but missing that feature, but it seem this is not being worked on anymore. Might have to build something myself. Google spreadsheets and libre office is...

You can now use `flutterfire cli` to create two separate Firebase config dart files which you will initialize in two separate main `dart` files, e.g. `main_prod.dart` and `main_dev.dart` using the...

But if you need API KEYS other than Firebase (google maps, stripe, etc.), you'd still need to pass these on, and i think here maybe --dart-define is better than flavors....

As the author of the article on `--dart-define` and this example, would you recommend using `--dart-define` for other API KEYS or are there still reasons to use multiple environments?

I mean are there still reasons to have multiple flavors / environments / build schemes, with multiple xcconfig files or local.properties to avoid adding API keys to the git repo,...

Sounds great! I have a solution now which uses dart-defines (as per your article) to use API KEYS outside source control. We use the Firebase CLI's functions:config:get to fetch API...

I think [vis](https://github.com/martanne/vis) has got this right by combining [sam's structural regular expressions](http://doc.cat-v.org/bell_labs/structural_regexps/) with multiple selections. This way you can do a search to 'collect' multiple selections and also do...

@notramo Nice, i did not know that. I looked into Kakoune previously and found it a very nice editor except the keys are quite different than vim/vis.

I did not fix it. Not sure i will be using it... but i'll reopen it.