Open firoz3130 opened 1 year ago
Why were the changes required in pubspec, gradle, and
user_info.g.dart
files? The only change required should be in thehome_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.
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.
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 After