beacon icon indicating copy to clipboard operation
beacon copied to clipboard

Flutter application to share location with a group. (under development)

Results 80 beacon issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The sliding up pannel in hike screen shows details about hike. i.e. expiring time, address of leader, etc. the pannel gets overflowed when address of leader is...

The project currently uses the deprecated property onPopInvoked, which might be incompatible with the newer versions of Flutter. This may create potential issues with compatibility and maintainability. The Pull Request...

**Describe the bug** App still shows setting icon even after enabling location services manually. ![3](https://github.com/user-attachments/assets/747a7f41-de57-4577-b35f-6987d2b7c7d3) **To Reproduce** Steps to reproduce the behavior: 1. create new group 2. create new hike...

**Is your feature request related to a problem? Please describe.** In the current version of the application there is no way to reset your password in case you forget it...

Fixes # Describe the changes you have made in this PR - Screenshots of the changes (If any) - Note: Please check Allow edits from maintainers. if you would like...

Fixes # Describe the changes you have made in this PR - Fixed navigation in VerificationScreen by using BlocConsumer to correctly handle OTPVerifiedState and OTPFailureState, resolving a logical error where...

Fixes # Describe the changes you have made in this PR - Improved the responsiveness of dialogs in create_join_dialog.dart to better adapt across screen sizes. -Replaced fixed heights (e.g., 30.h,...

This pull request implements a comprehensive refactoring of the AuthScreen to enhance both its visual responsiveness and runtime efficiency. Leveraging the responsive_sizer package, all font sizes, padding, and margin values...

This PR refactors the OTP verification flow to enhance the user experience and prepare for future features. It refines the VerificationCubit for better state management, adds meaningful error handling with...

Fixes # Describe the changes you have made in this PR - -Added a dedicated signup FloatingActionButton(FAB) for guest users -Visible only when (isGuest == true) -Routes to '/auth' on...