HCaseira / lowder_flutter

A lightweight low-code development tool for Flutter.
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

FR: More convenient and readable expression editor #6

Open Ingenu1ty opened 3 weeks ago

Ingenu1ty commented 3 weeks ago

The current implementation is not very convenient when you need to deal with complex expressions. This screenshot clearly shows what I mean: shExpr

Instead I suggest creating something like this:

GIF-ddtphExpr In this GIF, I combined two concepts (I don’t know which one would be better): the typeahead in a gray rectangle and simple dropdowns with a “+” button that allows users to enter expressions of arbitrary length.

I think any solution would be more convenient than what we have now ;-)

Ingenu1ty commented 2 days ago

Or just adding some code editor to enable expressions to be entered. Something like this:

ExprrEdt.webm