Akshit Garg

Results 34 comments of Akshit Garg

If it is fine with the maintainers, I can make a PR to fix the same

What about the quic protocol in general, apart from HTTP/3?

Thank you for your time! I have added Czech and Slovak on crowdin You can start translating at https://crowdin.com/project/passwd

Sorry for the late reply, but I would suggest you to pick one architecture and stick with it. I personally prefer `async_redux` along with dependency injection using `get_it`.

Started in [features/import_export branch](https://github.com/passwdapp/passwd/tree/feature/import_export).

The app hasn't been tested with flutter 2.x and 3.x, and `dart:ffi` changed its API in 2.x so this is expected. Contributions to fix the same are welcome

Might be a transitive dependency. I do not recall a direct use of `dart:ffi`

These are breaking changes and upgrading would be a huge undertaking. I, unfortunately, do not have the time and energy to do that. Although you are welcome to do it...

> > These are breaking changes and upgrading would be a huge undertaking. I, unfortunately, do not have the time and energy to do that. Although you are welcome to...

> Maybe try switching dependencies? For example, we could use local_auth. I usually use that library. That would be a bigger change than upgrading the existing dependencies. Also `local_auth` doesn't...