I'm new to gio, and from the documentation there's already some input available. But I haven't found the date input yet. Is there any solution for this?
Just want to clarify the question:
If you mean a dedicated GIO Date Picker there is one here: https://github.com/mearaj/giowidgets/blob/main/calendar.go
Its used in: https://github.com/mearaj/bhagad-house-booking/tree/main/frontend
It uses the Materials Design look like the rest of GIO.
If would be awesome if one day this was part of the GIO project, but at the moment its outside the main code.
Thank you very much, that's what I wanted. I also think that if Gio's widgets were richer, more people would enjoy using them. Now the code is spending too much time on widgets.
I agree :)
Maybe make a PR to the main GIO repo at https://github.com/gioui/gio/tree/main/widget ?
I think https://github.com/mearaj would be happy if this happened as its MIT license. https://github.com/mearaj/giowidgets/blob/main/LICENSE
I raised it to see if we can get this happening: https://github.com/mearaj/giowidgets/issues/1
none
Would this be a candidate for gio-x?
E.g. maybe base calendar (https://github.com/mearaj/giowidgets/blob/main/calendar.go) could be ported to gio-x?
This seems likes a very common thing that would be very helpful to may projects
~whereswaldon maintains gio-x, but I have to ask what you hope to achieve by moving the giowidgets calendar to gio-x? With Go modules, there's no difference between using gio-x vs other modules. Perhaps you want the calender to be maintained better? That's probably not going to happen unless the maintainer of giowidgets, or someone else, agree to co-maintain gio-x with Chris.