Fix: Updated/Replacing dependencies used.
Fixes #184
Describe the changes you have made in this PR -
-
The first thing that was breaking on android side was the
compileSdkVersionwhich was set to 30 previously which needed to be 30 to fix the following error Screenshot 1. -
in android
android/build.gradleneeded update inext.kotlin_versionto resolve the following error shown in Screenshot 2. -
The second fix was to update package
graphql_flutterwas needed updated to latest version. Which requiredconnectivity_plusto be updated to its latest version which in turn requiredrxdartto be updated to its latest version. This was done to resolve the error shown in Screenshot 3.flutter_duration_pickeris no longer maintained by the owner hence the newer updated fork published as a package on pub dev was used. This was done to resolve error shown in Screenshot 4.
-
Added
.envtogitignoreto ensure the environment variables don't get pushed to GitHub.
Screenshots of the changes (If any) -
| Screenshot 1 |
|---|
![]() |
| Screenshot 2 |
![]() |
| Screenshot 3 |
![]() |
| Screenshot 4 |
![]() |
Hey @CyberWake, could you rebase your changes to the main branch here, as all the changes and commits are currently being added there?
@ItsAdityaKSingh could you please review this PR.
@ItsAdityaKSingh could you please review this PR.
You need to rebase this PR to the main branch of the beacon; currently, it is aimed at the development branch.



