Skip to content

Releases: mehdizarepour/text-style-editor

v1.0.1

14 May 08:05
627153b
Compare
Choose a tag to compare
  • Add initialTool prop

v1.0.0

03 May 17:52
f7a3476
Compare
Choose a tag to compare

[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

14 Aug 05:44
Compare
Choose a tag to compare
  • Add default font family to FontFamilyTool
  • Fix file formats

0.2.0

11 Aug 10:47
Compare
Choose a tag to compare
  • Change onTextStyleChange method name to onTextStyleChanged
  • Update README file

0.1.0

11 Aug 07:49
Compare
Choose a tag to compare
  • Remove color picker package
  • Add background color to widget
  • Change icons
  • Some code improvment

0.1.0-beta.2

10 Aug 15:42
Compare
Choose a tag to compare

Fix some dart files format

0.1.0-beta.1

10 Aug 15:35
Compare
Choose a tag to compare

Fix some dart format issues

0.1.0-beta

10 Aug 15:17
Compare
Choose a tag to compare
  • Scroll able tools body
  • Fix first and second colors issue

0.1.0-alpha.1

10 Aug 13:58
Compare
Choose a tag to compare
0.1.0-alpha.1 Pre-release
Pre-release

Change tools design and colors

  • Change FontColorTool design
  • Deactive color picker option