text_style_editor 1.1.1
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 #
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
onTextStyleChangemethod name toonTextStyleChanged - Update
READMEfile
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
FontColorTooldesign - 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 #
TextStyleEditorStarted from now!