Skip to content

Releases: thecodexhub/typethis

v1.0.2

22 Sep 19:05
df1bfbd
Compare
Choose a tag to compare
  • fix: use characters api to render unicode (#15)
  • chore: create CODE_OF_CONDUCT.md
  • chore: update issue templates

v1.0.1

12 Aug 17:56
Compare
Choose a tag to compare
  • fix: text overflow on long string (#10)

v1.0.0

03 Feb 04:46
Compare
Choose a tag to compare
  • BREAKING: revamp controller structure for TypeThisController
  • docs(README): update documentation to incorporate the controller design change
  • docs(example): update example app with new controller structure

Changes

This is how the controller looks and works now. More details in README.

final controller = TypeThisController();

TypeThis(
  string: 'Example String',
  controller: controller,
);

controller.reset();

v0.3.0

13 Dec 12:12
Compare
Choose a tag to compare
  • feat: add rich text effects using TypeThisMatcher that works with regex pattern
  • docs(README): update documentation on TypeThisMatcher example
  • docs(example): update example app with rich text effect typing animation

v0.2.0

22 Nov 11:47
4cb686b
Compare
Choose a tag to compare
  • feat: add freeze and unfreeze methods on controller to pause and resume animation
  • docs(README): update documentation on freeze and unfreeze method
  • docs(example): update example app with the freeze and unfreeze method showcases

v0.1.1

21 Nov 10:23
Compare
Choose a tag to compare
  • chore(deps): bump to flutter version 3.16.0
  • feat: deprecate textScaleFactor in favor of textScaler

v0.1.0

16 Nov 08:34
Compare
Choose a tag to compare
  • feat(controller): add TypeThisController for reset functionality
  • test(controller): add unit tests and widget tests for controller
  • docs(controller): update example app with reset functionality, update README
  • chore: update package description, add properties (repository, issue_tracker, documentation)
  • chore: add codecov workflow and status badge

v0.0.1

07 Nov 19:57
Compare
Choose a tag to compare

Initial release of the typethis package.