Skip to content

Releases: clay4649/material_tag_editor

0.2.0-dev.1

0.2.0-dev.1 Pre-release
Pre-release

Choose a tag to compare

@clay4649 clay4649 released this 16 Jan 07:02

[0.2.0-dev.1] - 2023/01/16.

Feature

  • Go to new line when TextField's text overflow

Upgrade to Flutter 2.8.1 and add InputFormatter

Choose a tag to compare

@clay4649 clay4649 released this 02 Feb 10:15
4fd29a6

[0.1.2] - 2022/02/02.

Feature

  • Expose inputFormatter for precustomizing the textField
  • Upgrade flutter to 2.8.1

Minor fixes and more customizable options

Choose a tag to compare

@clay4649 clay4649 released this 07 Mar 08:38
0d86efc

[0.1.1] - 2021/03/07.

Feature

  • Expose minTextViewWidth and tagSpacing for easy customization
  • Prevent delimiter from being enter into the TextField preventing empty tag from being created

Null-Safety and exposing TextEditingController

Choose a tag to compare

@clay4649 clay4649 released this 07 Mar 07:14
5a22751

[0.1.0] - 2021/03/04.

Breaking changes!

  • Update package for sound null safety
  • Update example for sound null safety

Feature

  • Expose TextEditingController for text manipulation and getting value

Add workaround for Flutter Web

Pre-release

Choose a tag to compare

@clay4649 clay4649 released this 07 Mar 07:34

[0.1.0-web.0] - 2021/3/7

Feature

  • Adding some weird workaround for web

Expose focusNode and correct typos

Choose a tag to compare

@clay4649 clay4649 released this 17 Nov 02:50
518161c

Breaking Changes!

  • Correct the spelling of TagEditor's named parameter, delimeters to delimiters

Feature

  • Expose focusNode

Expose textStyle and follow beta channel

Choose a tag to compare

@clay4649 clay4649 released this 10 Nov 08:23

Feature

  • Expose textStyle for custom input styling
  • Follow Flutter's beta channel

Expose more TextField props and allow custom onSubmitted

Choose a tag to compare

@clay4649 clay4649 released this 03 Oct 06:05

Feature

  • Expose keyboardAppearance
  • Expose custom onSubmitted
  • Add more documentation

Expose TextField's props

Choose a tag to compare

@clay4649 clay4649 released this 06 Aug 05:06

Features

  • Expose additional TextField's props
  • Expose key to the widget

Bugfixes

  • Fix problem where enabled prop does not work

Remove duplicating

Choose a tag to compare

@clay4649 clay4649 released this 28 Jul 05:10

Remove duplicating file causing #3