savitore / STEAM-Celestial-Satellite-tracker-in-real-time

This project represents the orbit of a satellite orbiting earth on a Liquid Galaxy rig and an Arduino-controlled pointer through a mobile application.
MIT License
6 stars 12 forks source link

Feature: Haptic Feedback Toggle in Settings #9

Open andoriyaprashant opened 7 months ago

andoriyaprashant commented 7 months ago

Description

I propose the addition of a Haptic Feedback Toggle in the Settings page. This feature aims to enhance the user experience by providing tactile feedback upon interacting with buttons (IconButton, TextButton, FloatingActionButton, etc.). The default setting will have Haptic Feedback enabled, ensuring a responsive feel for users. However, through the Settings page, users will have the flexibility to disable this feature according to their preferences, offering a customizable experience. The implementation involves integrating a Haptic Feedback service and a toggle switch in the Settings page, contributing to the overall usability and accessibility of the application.

Benefits

andoriyaprashant commented 7 months ago

Hello @savitore Could you assign this issue to me Thank you

savitore commented 7 months ago

assigned @andoriyaprashant

andoriyaprashant commented 6 months ago

Hello sir @savitore , I was working on this issue, and I created a separate file for haptic feedback (haptic_feedback.dart). Here is the code image and I also added a switch for it in the settings image However, whenever I use haptic feedback on any button by executing the command in the code Screenshot 2024-01-18 182052 it is being shown in the terminal, but it is not vibrating physically.