text_style_editor 1.1.1 copy "text_style_editor: ^1.1.1" to clipboard
text_style_editor: ^1.1.1 copied to clipboard

TextSyleEditor is a flutter widget that help you to edit a text style dynamically.

[1.0.1] - 2021-06-14 #

  • Now The editor uses the min required size

[1.0.1] - 2021-05-14 #

  • Add initialTool prop

[1.0.0] - 2021-05-03 #

  • New design & more features
  TextStyleEditor({
+   required this.fonts,
+   required this.textAlign,
+   this.paletteColors,
    this.textStyle,
-   required this.onTextStyleChanged,
+   this.onTextStyleEdited,
-   required this.onTextAlignChanged,
+   this.onTextAlignEdited,
+   this.onCpasLockTaggle,
+   this.onToolbarActionChanged,
-   this.primaryColor = Colors.black26,
-   this.secondaryColor = Colors.black12,
-   this.backgroundColor = Colors.white,
-   this.height,
  });

[0.2.1] - 2020-08-14 #

  • Add default font family to FontFamilyTool
  • Fix file formats

[0.2.0] - 2020-08-11 #

  • Change onTextStyleChange method name to onTextStyleChanged
  • Update README file

[0.1.0] - 2020-08-11 #

  • Remove color picker package
  • Add background color to widget
  • Change icons
  • Some code improvment

[0.1.0-beta.2] - 2020-08-11 #

  • Fix some files dar format

[0.1.0-beta.1] - 2020-08-11 #

  • Fix some format issue

[0.1.0-beta] - 2020-08-11 #

  • Scroll able tools body
  • Fix first and second colors issue

[0.1.0-alpha.1] - 2020-08-11 #

Change tools design and colors

  • Change FontColorTool design
  • Deactive color picker option

[0.1.0-alpha] - 2020-08-10 #

These tools added to the editor

  • Font size tool
  • Font family tool
  • Font color tool
  • Text alignment tool

[0.0.1] - 2020-08-08 #

  • TextStyleEditor Started from now!
55
likes
130
pub points
78%
popularity

Publisher

unverified uploader

TextSyleEditor is a flutter widget that help you to edit a text style dynamically.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on text_style_editor