Skip to content

Releases: Nialixus/typewritertext

TypeWriter v3.0.8

14 Jul 05:06

Choose a tag to compare

3.0.8

  • Add TypeWriterController.fromStream documentation
  • Add autorun parameter in TypeWriterController and TypeWriterController.fromValue
  • Add try and catch in getting index
  • Now support empty string

Full Changelog: v3.0.7...v3.0.8

TypeWriter v3.0.7

13 Jul 10:02

Choose a tag to compare

3.0.5

  • Fix README

3.0.6

  • Merge library

3.0.7

  • Fix text overflow clipped
  • Add TypeWriterController.fromStream
  • Support emoji in text

What's Changed

  • fix: string to runes fix emoji length by @Muzm in #14

New Contributors

  • @Muzm made their first contribution in #14

Full Changelog: v3.0.4...v3.0.7

TypeWriter v3.0.4

22 May 15:58

Choose a tag to compare

3.0.4

  • Added Mounted checker for safety
  • Deprecated TypeWriterText
  • Split the library into TypeWriter (v3) and TypeWriterText (v1)
  • Increase Unit Test

TypeWriter v3.0.3

24 Apr 08:52

Choose a tag to compare

3.0.3

  • Add onFinished callback.

TypeWriter v3.0.2

25 Feb 04:07

Choose a tag to compare

3.0.0

  • Add TypeWriter v3

3.0.1

  • Calling stop before dispose

3.0.2

  • Add assertion of text length
  • Update readme

TypeWriterText v2.3.1

08 Dec 02:14

Choose a tag to compare

2.3.1

  • Remove deprecated textScaleFactor

TypeWriterText v2.3.0

05 Oct 05:25

Choose a tag to compare

2.3.0

  • Fix Changelog

TypeWriterText v2.2.0

05 Oct 05:11

Choose a tag to compare

2.2.0

  • Update pubspec

TypeWriterText v2.1.0

17 Sep 06:07

Choose a tag to compare

2.1.0

  • Add TypeWriterText.builder

TypeWriterText v2.0.0

03 Sep 02:24

Choose a tag to compare

2.0.0

  • Change Timer to TickerProvider