singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

Update quill_screen.dart, i chaged the logic for showing a lock when … #2183

Closed rightpossible closed 2 months ago

rightpossible commented 2 months ago

…in edit mode and showing edit icon when in lock mode

Description

This pull request updates the logic in the library's example to enhance the user experience when toggling between edit and read-only modes. The following changes have been made:

Edit Mode: The UI now displays a lock icon when in edit mode, allowing users to switch to read-only mode easily. Read-Only Mode: Conversely, when in read-only mode, the UI displays an edit icon, enabling users to switch back to edit mode. These changes improve the clarity and functionality of the mode-switching mechanism, making it more intuitive for users.

Related Issues

Suggestions

None at this time.