angrezichatterbox / Flutter-Resolve

Join Flutter Resolve to enhance a simple note-taking app by fixing intentional bugs and adding new features. This challenge is perfect for beginners looking to improve their Flutter skills while contributing to open source. Dive in, debug, and make the app shine!
0 stars 0 forks source link

Add a prefix icon to the Notes Input field #4

Open angrezichatterbox opened 3 weeks ago

angrezichatterbox commented 3 weeks ago

Description:

The current input field for notes lacks a prefix icon, which may lead to user confusion regarding its purpose. To enhance user understanding and improve the overall UI experience, it is necessary to add an appropriate prefix icon.

Steps to Reproduce:

  1. Navigate to the notes input section of the application.
  2. Observe the input field that is intended for note-taking.

Expected Behavior:

The input field should display a prefix icon (e.g., a pencil or note icon) to clearly indicate its purpose for entering notes.

Suggested Solution: