textfield_tags icon indicating copy to clipboard operation
textfield_tags copied to clipboard

Breaking changes comming up after V2.0.0+ release (BE AWARE BEFORE UPDATING)

Open eyoeldefare opened this issue 2 years ago • 2 comments

Please note that the next release will be v2.0.0 and it will be breaking change. So if you update your package to v2+, it will break your code. The reason i am updating this package is to make it more robust and customizable and also to make it upto date with new features in flutter.

Some of the things that will be implemented are:

  1. Custom autocomplete support by user as per issue #46 request
  2. Build your own custom widget instead of using our implementation
  3. More functionality using custom controller

eyoeldefare avatar Mar 17 '22 22:03 eyoeldefare

Any chance for a detailed way to transfer from old version to new with this change? I must admit I'm quite lost how to get even the basic functionalities back up and running with the > 1.44. Would be awesome and surely help plenty, not just myself :). It's an awesome plugin in overall though and thank you for creating and updating it!

Luppakorva avatar Aug 13 '22 20:08 Luppakorva

Yeah its different from the previous version which is discontinued. The easy way is perhaps to simply use one of the examples: this one or this one

eyoeldefare avatar Sep 15 '22 16:09 eyoeldefare