CCExtractor / beacon

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

Fixed Create Group and join a group button differences #200

Open firoz3130 opened 1 year ago

firoz3130 commented 1 year ago

Fixes # Changed the sizes of the 'Create a group' and 'Join a group' buttons to be equal in size for consistency and improved aesthetics.

Screenshots of the changes- Before Screenshot (221) After Screenshot (222)

firoz3130 commented 1 year ago

Why were the changes required in pubspec, gradle, and user_info.g.dart files? The only change required should be in the home_screen.dart file.

Yeah ! Actually the changes have to be made in home_screen.dart . But since when I forked the code some of the versions have to be updated ->In android android/build.gradle needed update in ext.kotlin_version. The update was needed from ext.kotlin_version = '1.6.10' to ext.kotlin_version = '1.8.0' ->"graphql_flutter" is needed to be updated to latest version. So it was required to update the "connectivity_plus" to be updated to its latest version. At the same time, It was update the package "rxdart" to its latest version.

virajbhartiya commented 1 year ago

I think it will be better to make changes only in home_screen.dart and not change the versions as it may lead to other issues. It will be better to just update the fork to the latest version of the repo and make the necessary changes.