Bhavesh Mankar
Bhavesh Mankar
## 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...
### 🐛 Describe the bug When running resonate on devices of various screen sizes bottom overflowed error is thrown. 
### 🐛 Describe the bug The application is not getting built because gradle plugins were applied using the imperative method which is deprecated. The error: ``` You are applying Flutter's...
### Issue with current documentation: Newer developers including myself are facing problems in understanding the codebase which makes it difficult to contribute to Resonate.
**DartError: MissingPluginException(No implementation found for method getLocale on channel country_codes)** This exception is thrown when using `final initialized = await CountryCodes.init();` in main() function of a Flutter app that is...