Resonate
Resonate copied to clipboard
Clubhouse, but Open Source. A social voice platform.
## Description The username field on the onboarding_screen was giving error `general_argument_invalid, Invalid documentId param: UID must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, and underscore....
Fixed app launch black screen stuck issue during splash screen, because of new push route was getting null
## Description Initially, the "Anonymous" text did not fit into the button, so reducing the size helped fix it. Fixes #235 ## Type of change Please delete options that are...
## Description The app used to go complete black after the splash screen and other screens were not visible. There was a problem with navigating from splash screen to the...
## Description image of the user in discussion tile throw an Network Image Load Exception while user where scrolling Fixes #300 ## Type of change add on Foreground Image Error...
## Description **Problem:** When tiles on profile page are tapped the spalsh exceedes the visible boundry of the tiles. **Preview of the problem:**  **Reason:** CustomCard widget(from custom_card.dart) is used...
## Description **Problem:** Bottom overflowed error when user is on login screen. **Preview of the problem:**  **Reason:** Hard Coded value of `height=780` is used for setting...
### 🐛 Describe the bug When the button on the profile page is clicked the splash goes beyond the borders of button 
## Description Migrate to gradle's declarative plugin declaration from imperative plugin declaration as refrenced in [Deprecated imperative apply of Flutter's Gradle plugins](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply) Fixes #289 : BUG: You are applying Flutter's...
## Description The Flutter framework has deprecated the usage of WillPopScope constructor in favor of PopScope starting from version v3.12.0-1.0.pre. However, there were still instances of WillPopScope being used in...