styled_widget icon indicating copy to clipboard operation
styled_widget copied to clipboard

Simplifying widget style in Flutter.

Results 22 styled_widget issues
Sort by recently updated
recently updated
newest added

Hey guys! I just discovered Styled_Widgets and I'd like to say Kudos! for building such a wonderful library. I have 2, rather simple questions. 1. Would using this package have...

.textWidthBasic() .textDirection() conflict with the origin same name properties ![Screen Shot 2022-04-24 at 13 07 52](https://user-images.githubusercontent.com/2803210/164957612-5e4e5bc9-f259-436b-aacb-c6a598469290.png) Flutter 2.13.0-0.2.pre • channel beta • https://github.com/flutter/flutter.git Framework • revision 8662e22bac (4 days ago)...

Add support for https://api.flutter.dev/flutter/material/SelectableText-class.html This is something very useful for flutter web.

This might be a nice one to add, especially since you already support gesture()

enhancement

We recently added some extensions directly to TextStyle, and they are really handy: ``` extension TextStyleHelpers on TextStyle { TextStyle get bold => copyWith(fontWeight: FontWeight.bold); TextStyle get italic => copyWith(fontStyle:...

In the latest Flutter they have enabled a classic HandCursor for Desktop and Web with: ``` MouseRegion(mouseCursor: SystemMouseCursors.click) ``` Would be nice if this could be wrapped around the .gestures()...

Would be added Dismissible Widget?

Scale method has named parameter and hasn't declared on what type of argument does `pressed ? 0.95 : 1.0` would be. Line 231 `.scale(pressed ? 0.95 : 1.0, animate: true)`

documentation
help wanted

Hello. I'm new to Flutter with Angular background. I can compare these techs and I see a big pain with Flutter: - it's hard to style widgets (vs css) -...

enhancement

The following methods need support for animation - [ ] aspectRatio - [ ] center - [ ] fittedBox - [ ] fractionallySizedBox - [ ] Card

help wanted