-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Responsive toolbar (#274) #277
base: master
Are you sure you want to change the base?
Responsive toolbar (#274) #277
Conversation
Let me know if the idea is sound for you before I put more work to fix the remaining issues. |
This would be GREAT! All the best, Aggie85 |
I think too that it's a lacking feature. Yet, there are other possible ways to deal with an overflowing menu. Also, my change feels dirty to me. I'm leveraging the FleatherToolbar.basic() factory. We can create instead a separate FleatherToolbar::overflowing() factory and dedicate a State build() for it, keeping a basic (and easily debug-able) Stateful builder clean for "basic" Toolbar. Bottom line: Adding functionalities, not touching things already running fine. Trying to see what is possible since I'm learning Dart & Flutter on the go (C++ & Rust background here). Waiting now for @amantoux or @Amir-P insights since they are active leading contributors. I don't want to break their vision of Fleather. |
9163a00
to
5297491
Compare
I wonder if we should not propose a radically different layout for small displays. |
I am testing it on my phone. I didn't know that it was possible to put something at the bottom. It's quite nice and can be out of the way if there is no focus on the text zone. It would be a nice solution for Android and IOs, yet less for desktop where an always-visible toolbar (or advanced context menu like Office Word) would be preferred. |
Yes we would implement entirely different layouts (& behaviors) for desktop and mobile |
@jacquetc Are you planning to move forward on this? Otherwise we will close this PR |
Hello, |
Hello,
For fun, in relation to #274, here is a preliminary work on a toolbar with an overflow menu.
Left to do: