beacon icon indicating copy to clipboard operation
beacon copied to clipboard

Fix: Updated/Replacing dependencies used.

Open CyberWake opened this issue 1 year ago • 3 comments

Fixes #184

Describe the changes you have made in this PR -

  1. The first thing that was breaking on android side was the compileSdkVersion which was set to 30 previously which needed to be 30 to fix the following error Screenshot 1.

  2. in android android/build.gradle needed update in ext.kotlin_version to resolve the following error shown in Screenshot 2.

  3. The second fix was to update package

    • graphql_flutter was needed updated to latest version. Which required connectivity_plus to be updated to its latest version which in turn required rxdart to be updated to its latest version. This was done to resolve the error shown in Screenshot 3.
    • flutter_duration_picker is 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.
  4. Added .env to gitignore to ensure the environment variables don't get pushed to GitHub.

Screenshots of the changes (If any) -

Screenshot 1
Screenshot 2023-02-22 at 1 59 13 AM
Screenshot 2
Screenshot 2023-02-22 at 2 07 21 AM
Screenshot 3
Screenshot 2023-02-22 at 1 19 51 AM
Screenshot 4
Screenshot 2023-02-22 at 2 21 52 AM

CyberWake avatar Feb 21 '23 21:02 CyberWake