division icon indicating copy to clipboard operation
division copied to clipboard

Simple to use yet powerfull style widgets with syntax inspired by CSS.

Results 16 division issues
Sort by recently updated
recently updated
newest added

I was thinking about using this in tom one of my next projects but was worried about its future is it going to skipped in favor of styled_widgets as one...

Is it possible to select text in editable Txt? For eg. on double click or some action?

Even though the current way to set up fonts it's pretty straightforward, I believe that adding the possibility of setting your font to one of the `google_fonts` package would be...

While it is currently possible to set a default input value by directly setting the positional argument of the `Txt` widget, the default value only appears after the field is...

the error and the stack trace ``` 'package:flutter/src/services/text_input.dart': Failed assertion: line 742 pos 12: 'attached': is not true. ``` >The following assertion was thrown building TxtBuildEditable(state: _TxtBuildEditableState#e1377): 'package:flutter/src/services/text_input.dart': Failed assertion:...

The problem is that ripple doesn't affect children. How it can be fixed? _If I wrap the parent with another parent and add ripple to it, it doesn't actually work...

bug

Hi @ReinBentdal, I was wondering why you don't use the Material boxshadows that are already on flutter when using elevation with the default color? that would make it look just...

enhancement
help wanted
Discussion

Hey, I like your package a lot. Can you please add support for changing cursor related styles in editable text such as color, ... etc. The current default color is...

enhancement
help wanted

It seems to be triggered only when a long press is made over a Parent. Additionally, it is triggered twice in that case (at least for me).

bug

I have made a new package called `styled_widget` which uses the new dart extension feature added in dart version 2.6.0. This is just an early concept. GitHub: https://github.com/ReinBentdal/styled_widget Pub: https://pub.dev/packages/styled_widget...

Discussion