AOSSIE-Org / Resonate

Clubhouse, but Open Source. A social voice platform.
GNU General Public License v3.0
187 stars 132 forks source link

Migrate to declarative plugin declaration from imperative plugin declaration #290

Closed bhawesh2002 closed 4 months ago

bhawesh2002 commented 7 months ago

Description

Migrate to gradle's declarative plugin declaration from imperative plugin declaration as refrenced in Deprecated imperative apply of Flutter's Gradle plugins

Fixes

289 : BUG: You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method

Type of change

Modify :

to migrate to gradle's declarative plugin declaration

How Has This Been Tested?

  1. Tested on flutter version: image
  2. Tested on android emulator API 34, API 33 and API 31.

No errors were encountered. Please include screenshots below if applicable.

Checklist:

Maintainer Checklist

bhawesh2002 commented 7 months ago

The Exception: _TypeError (Null check operator used on a null value) is yet to be fixed. The problem is with static double size_56 = 0.068 * Get.width + 0.034 * Get.height; from lib\utils\ui_sizes.dart

Aarush-Acharya commented 4 months ago

Hey @bhawesh2002 this PR is good to merge, will merge once the PR previous to this are resolved

bhawesh2002 commented 4 months ago

Yes, I have resolved the issues and it is good to merge

vrundraval24 commented 4 months ago

Good work @bhawesh2002 🚀