CCExtractor / beacon

Flutter application to share location with a group. (under development)
58 stars 148 forks source link

Fix: Updated/Replacing dependencies used. #185

Open CyberWake opened 1 year ago

CyberWake commented 1 year ago

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 |

ItsAdityaKSingh commented 1 year ago

Hey @CyberWake, could you rebase your changes to the main branch here, as all the changes and commits are currently being added there?

CyberWake commented 1 year ago

@ItsAdityaKSingh could you please review this PR.

ItsAdityaKSingh commented 1 year ago

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