Daniel Fagadau
Daniel Fagadau
Hello! This pull request fixes a minor bug in the Flutter Talker Screen; basically since the `BlocStateLog` and the `BlocChangeLog` didn't call `super()` with all the data they provide, only...
This PR adds support for the method signInWithProvider (from the flutter SDK) for macOS, allowing us to login with SSO on macOS platform. Tried with Microsoft AD SSO. The proposed...
This PR solves an encoding issue encountered on web where some special accented characters (i.e. èéàùìò) would translate to `\uFFFD` (�) which would make the app crash when trying to...