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

### Data Domain and Presentation layers approach - [Commit with data, domain, and presentation approach](https://github.com/CCExtractor/beacon/pull/238/commits/6ab45ac2f38f42828781d33538012068233db191) ### Local Storage Implementation with Hive - [Commit with local storage implementation details](https://github.com/CCExtractor/beacon/pull/238/commits/e74e82e3ac64572f951d49e15c8409509e01f875) ### Short...

### **Clean Architecture Folder Structuring** Implemented a clean architecture folder structure with the following main folders: - **Data**: Handles data-related operations, including communication with the backend and data processing. -...

updated project structure | Directory/File | Description | |-----------------------------------------|--------------------------------------------------| | `beacon/` | Root directory of the project | | `├── lib/` | Contains the main application code | | `│...

### **Beacon Management** - **Delete**: Users can now delete beacons. - **Reschedule**: Added functionality to reschedule beacons. - **Filters**: Implemented filters for managing beacons. [Beacon management Commit Details](https://github.com/CCExtractor/beacon/pull/240/commits/8da3162bcb98795cc69f34bd0cd6cbfd1ee04c87) ### **Google...

**Describe the bug** Font size is not responsive which leads to different UIs for different devices. **To Reproduce** Steps to reproduce the behavior: 1. Check fontSize property anywhere in the...

Describe the changes you have made in this PR - Set the same buttonWidth and buttonHeight values for both buttons on Home Screen. Screenshots of the changes (If any) -...

**Describe the bug** The "Create a group" Button and "Join a group" button look different on my device, their height is different which creates a bad experience. **To Reproduce** 1....

![image](https://github.com/user-attachments/assets/4561055a-0c74-452e-b371-599ad274264c) **The code suggests warnings for replacement of above property. Sooner it would no longer be useful with flutter version 3.27.0 or higher.** **Is PR ready with the solution to...

![image](https://github.com/user-attachments/assets/cea968e9-b7e7-46e7-a211-fceaa905b4a4) Fixed issues of the codebase provided in #247 Code is ready for approval and merging.