Skip to content

Releases: Joran-Dob/flutter_subtitle_wrapper

Release 2.2.1

02 Apr 17:26
7017245
Compare
Choose a tag to compare

[2.2.1] - 02/04/2024.

Fixed

  • Updated dependencies.
  • Resolved minor lint issues.

Full Changelog: 2.2.0...2.2.1

Release 2.2.0

30 Sep 14:17
ddf69b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.2.0

Release 2.1.1

14 Feb 20:43
ca06e30
Compare
Choose a tag to compare

What's Changed

  • fix: hide subtitle item when time is not matching by @Joran-Dob in #75

Full Changelog: 2.1.0...2.1.1

Release 2.1.0

22 May 13:12
2d065de
Compare
Choose a tag to compare

[2.1.0] - 22/05/2022.

  • BREAKING: Name changed from SubTitleWrapper to SubtitleWrapper.
  • Code quality improvements and refactoring.

Release 2.0.3

21 May 20:02
593849a
Compare
Choose a tag to compare

[2.0.3] - 21/05/2022.

  • Added possibility to add background color to the text.
  • After the last subtitle item the text will be removed.

Release 2.0.2

21 May 19:17
69eaacc
Compare
Choose a tag to compare

[2.0.2] - 21/05/2022.

  • Updated dependencies.
  • Resolved minor lint issues.

Release 2.0.1

15 Apr 16:54
876ec85
Compare
Choose a tag to compare

[2.0.1] - 15/04/2021.

  • Changed all pre-release package versions to release ones.

Release 2.0.0

07 Mar 14:31
04ba044
Compare
Choose a tag to compare

[2.0.0] - 7/03/2021.

  • Migrated to sound null safety.
  • Cleaned up null safety code and typing.
  • Fixed some deprecation issues.
  • Changed linting rules to be stricter.

Release 2.0.0-nullsafety.0

03 Feb 14:13
2064724
Compare
Choose a tag to compare
Pre-release

[2.0.0-nullsafety.0] - 3/02/2021.

  • Migrated to sound null safety.
  • Fixed some deprecation issues.

Release 1.0.4

27 Nov 11:19
3a04e4e
Compare
Choose a tag to compare
  • Added a check to see if content-types end with a semicolon 👀.
  • Added a fix for content-types that end with a semicolon 👨‍🔧.