Johannes Fahrenkrug

Results 21 comments of Johannes Fahrenkrug

@mcollina PR is up: https://github.com/pinojs/pino-http-print/pull/1

If you use version `5.0.2`, make sure you use this option when creating the instance: ``` FlutterSecureStorage(aOptions: AndroidOptions( encryptedSharedPreferences: true, )); ``` This causes the package to use Android's built-in...

I'm also seeing this sometimes, but it seems to only happen in the Simulator. I've tested on the device and it seems to work fine. On the Simulator it's almost...

@RuiAAPeres Great question. Are there currently other people with write access besides @Krisiacik?

@RuiAAPeres That would be great! Maybe we could use this Issue as a place where people could volunteer to help. I can gladly help occasionally, but my time is very...

> @jfahrenkrug might be worth reviewing this PR? Actually this one looks more complete: https://github.com/Krisiacik/ImageViewer/pull/215#pullrequestreview-303497916 Maybe go with that one instead?

@mribeirodantas I'm happy to take this on (I was the one complaining about it seven years ago hahaha).

@jeff-odopass That's a great question. We had the same combination in our app... Do you have some additional info as to why you suspect that that combination could cause problems?

A workaround is to use `class SomeStore extends _SomeStoreBase with _$SomeStore {}` instead of `class SomeStore = _SomeStoreBase with _$SomeStore;`. However, the next linting error then occurs in the `.g.dart`...