Skip to content

Version 2-6-0

Compare
Choose a tag to compare
@rydmike rydmike released this 30 Aug 22:16
· 109 commits to master since this release

Aug 30, 2022

  • Contains all updates from 2.6.0-dev, dev2 and dev3.
  • Updated minimum dependencies to Dart >=2.18.0 and Flutter >= 3.3.0.

2.6.0-dev.3

August 28, 2022

CHANGE

  • This is a dev release that works with Flutter beta 3.3.0-0.5.pre and master channel.
    It has more relaxed constraints than 2.6.0-dev.2.

  • This version no longer depends directly on package material_color_utilities it uses
    flex_seed_scheme instead, with a transitive dependency on material_color_utilities.

  • Changed all used TextTheme style names to M3 versions, including docs.

2.6.0-dev.2

August 21, 2022

CHANGE

  • This is a dev release for those that need to work with both master channel where Flutter master
    SDK depends on material_color_utilities 0.2.0 and 3.3.0 beta, pre for upcoming Flutter 3.3.0
    stable, use material_color_utilities 0.1.5. It uses a controversial package constraint of:
    material_color_utilities: '>=0.1.5 <=0.2.0'. Using older version 0.1.3 and 0.1.4 in theory
    also works, but they contain some breaking color values in the used algorithm for calculation of
    tonal palettes. The color changes are very minor and typically not visible to the eye.

  • This dev release also disabled two trivial tests that contained incompatible results between
    Flutter 3.0.5 stable, 3.3.0-0.4.pre beta and 3.1.0-x master.

2.6.0-dev.1

August 5, 2022

CHANGE

  • This is a dev release for those that need to work with master channel where Flutter SDK depends on
    material_color_utilities ^0.2.0.

  • Updated material_color_utilities to ^0.2.0. This version constraint does not
    work with Flutter 3.0.x stable or beta 3.3.x, and their earlier versions.
    This dev release is required to use Flutter SDK master 3.1.0-0.0.pre.2111 or later,
    that uses material_color_utilities 0.2.0.

  • For other (older) version of Flutter SDK you can use package version 2.5.0 that has a
    material_color_utilities version constraint of ^0.1.3.

  • This release also updates Dart SDK constraint to '>=2.17.0 <3.0.0' and has Flutter listed as
    '>=3.1.0-0.0.pre.2111'.

DOCS

  • Harmonized the changelog style and its past history. The new style and how it looks will be tested
    with a dev release to ensure it works well on pub.