markdown_editable_textinput 2.2.0
markdown_editable_textinput: ^2.2.0 copied to clipboard
A TextField Widget that allow you to convert easily what's in the TextField to Markdown.
2.2.0 - 2023-01-02 #
- Change the way of adding links to the input. Now, you need to select the text you want to be the label, then click the link button. A dialog will show where you can enter the link.
2.1.0 - 2022-11-17 #
- Add textStyle property
2.0.4 - 2022-10-28 #
- Do not dispose controller when it is passed as an argument
- Fix RTL selection
- Update library dependencies
- Bind textStyle of the TextField to the bodyText1 ThemeData
2.0.3 - 2022-10-19 #
- Add a node to request focus and get back to field on any action click.
- Add possibility to pass validator as null.
2.0.2 - 2021-10-26 #
- Add a controller parameter
2.0.1 - 2021-07-30 #
- Add support for strikethrough, code, blockquote, separator and images.
- Custom actions supported by the input.
2.0.0 - 2021-04-01 #
- Migrate to null-safety.
1.0.2 - 2021-02-11 #
- Reposition cursor if style applied while no text were selected
1.0.1 - 2020-08-13 #
- Add web support
1.0.0 - 2020-07-07 #
- Add RTL support
0.0.2 - 2020-02-19 #
- Remove unused dependency
- Add more docs
0.0.1 - 2020-02-18 #
- Initialize project