boredcodebyk / minttask

A simple todo manager for Android made using Flutter with Material Design 3
GNU General Public License v3.0
24 stars 3 forks source link

[Feature Request] Dragging up on the bottom sheet widget should open the full page item editor #8

Open droptile opened 1 year ago

droptile commented 1 year ago

After pressing the + button to create a new list item, the bottom sheet can be dragged down to close the new item creator, but can not be dragged up to open the description editor. This means that if you want to create a new list item and add a description, you need to

  1. create the title
  2. close the editor
  3. click on the newly created item
  4. then add the description
  5. then close the item again

This could be much simplified if you could add the description by just dragging up on the new item bottom sheet's dragbar.