Berkay Can

Results 3 issues of Berkay Can

# Problem to solve Games need complex state management solutions and Riverpod is the core dependency for many flutter developers like me. # Proposal It would be amazing if we...

enhancement

### 👟 Reproduction steps this is my app link from manifest.xml : ``` ``` this is my googleOAuth function : ``` Future loginGoogleAuth() async { state = const AsyncLoading(); Future...

bug
product / auth

I need to both encrypt and sign my S/MIME emails. When sending them via SMTP, I explicitly require AES-256 encryption, but I haven’t been able to find a way to...