Herbert Poul
Herbert Poul
@Osika91 imho this should be fixed. maybe you can try the latest beta: https://authpass.app/docs/help-us-beta-testing/#installation
I guess there hasn't been a release for some platforms for quite some time.. I'll have to fix a few release scripts and try to publish everything 😅
I've now added a redirect_uri, it should fix the problem on the play store and apple store version. Maybe somebody can give it a try by adding joining the beta...
thanks.. i think i have to take a closer look at this.. will this break #251 again? 😅
I always thought controlling the formatter by just appending a `,` felt really natural.. sometimes i want short lines to break and use tall formatting, either to stay consistent with...
fwiw, I've published a [simple logging appender](https://github.com/hpoul/dart_logging_appenders) package a while ago which is basically `PrintAppender.setupLogging();` to have a decent default setup (and some simple coloring when attached to a terminal)....
I'm happy with the performance of argon2_ffi, and I don't think dragon2_ffi existed when I implemented it.. never tried it.. I guess we could use an environment variable or something...
fwiw, if you are developing a flutter app the native libraries should be loaded automatically.. just like with authpass.. for dart itself has no way to ship assets with packages...
Out of curiosity, what is the complication with this? Is this just a matter of making sure `webp` are also converted using Wand? Or is Wand also not supporting animated...
somehow this PR has quite a few formatting changes.. are you using `dartfmt`/`flutter format`?