Rein Gundersen Bentdal

Results 60 comments of Rein Gundersen Bentdal

Wow can't believe I missed that, yes similar to what I wanted. Maybe possible to initially select current window and rather change to whatever the mouse is hovering over when...

I am personally not prioritizing this project. Therefore unless anyone else continues the development, the package would not get updated and improved anymore. I would suggest using the styled_widget package....

they are quite different and with a different premise. My biggest concern with Division is performance and a large abstraction from what happens behind the scene. I would love to...

I will consider adding this in the future

This should be implemented. I dont have that much time to work on this package atm, but if you open a pull request which implements this feature i will most...

Another example ```dart enum style = { elevatedButton, text, etc.. } TxtStyle.themeData.create(style.elevatedButton) ..elevation(10) etc... Widget build(BuildContext context) { ... Txt( 'some text', style: TxtStyle.themeData.use(style.elevatedButton) ) ... } ``` There might...

The idea is to better integrate the way flutter want you to define global style and to for example toggle dark mode. Essentially it would work kinda like how ThemeData...

I will consider adding this feature. As far as i can see the `ExpandedText` widget in your package named `simple_code` is identical to the widget `AutoSizeText` in the package `auto_size_text`....

will look into it in the next couple days. Could you please provide your code where the error occurs?