Bhavesh Mankar

Results 8 issues of Bhavesh Mankar

## Description **Problem:** When tiles on profile page are tapped the spalsh exceedes the visible boundry of the tiles. **Preview of the problem:** ![image](https://github.com/AOSSIE-Org/Resonate/assets/55053472/bfc2108a-04d9-4ca5-998d-2e28c53865d1) **Reason:** CustomCard widget(from custom_card.dart) is used...

attended
IMS

## Description **Problem:** Bottom overflowed error when user is on login screen. **Preview of the problem:** ![Screenshot from 2024-05-14 09-28-07](https://github.com/AOSSIE-Org/Resonate/assets/55053472/dabeb7f0-fce7-4e30-967d-f94d52abbee4) **Reason:** Hard Coded value of `height=780` is used for setting...

attended
IMS

### 🐛 Describe the bug When the button on the profile page is clicked the splash goes beyond the borders of button ![Screenshot_1709188487](https://github.com/AOSSIE-Org/Resonate/assets/55053472/c5a8f9d0-04bc-4399-9b9a-b183640273cd)

## 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...

attended
IMS

### 🐛 Describe the bug When running resonate on devices of various screen sizes bottom overflowed error is thrown. ![Screenshot_20240301-102153](https://github.com/AOSSIE-Org/Resonate/assets/55053472/08eb4811-54a5-402f-a2d9-e976c5c4bb91)

### 🐛 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...