rydmike / flex_color_scheme

A Flutter package to make and use beautiful color scheme based themes.
Other
887 stars 100 forks source link

Version 7-3-0 #180

Closed rydmike closed 10 months ago

rydmike commented 10 months ago

August 16, 2023

This release uses new features in Material-3 theming that are only available in Flutter 3.13 or later. It thus requires minimum Flutter 3.13.0.

In the next Flutter stable release after 3.13, Flutter will change the ThemeData.useMaterial3 default from false to true. In other words, applications using FCS will get the Material-3 colors, text styles, and other visuals, by default. The FlexColorScheme API will then be following along with this breaking change. In this release the FlexColorScheme API useMaterial3 still defaults to false. The Themes Playground app has for quite some time already defaulted to setting the value to true. Which is also already the case in Flutter when you create a new application with flutter create.

PACKAGE

NEW

CHANGE

FIX

THEMES PLAYGROUND

NEW

CHANGE

FIX

codecov[bot] commented 10 months ago

Codecov Report

Merging #180 (3121f71) into master (b5222c9) will not change coverage. Report is 1 commits behind head on master. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180/graphs/tree.svg?width=650&height=150&src=pr&token=4XJU30IGO3&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike)](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike) ```diff @@ Coverage Diff @@ ## master #180 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 17 17 Lines 4871 4947 +76 ========================================= + Hits 4871 4947 +76 ``` | [Files Changed](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike) | Coverage Δ | | |---|---|---| | [lib/src/flex\_color\_scheme.dart](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike#diff-bGliL3NyYy9mbGV4X2NvbG9yX3NjaGVtZS5kYXJ0) | `100.00% <100.00%> (ø)` | | | [lib/src/flex\_sub\_themes.dart](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike#diff-bGliL3NyYy9mbGV4X3N1Yl90aGVtZXMuZGFydA==) | `100.00% <100.00%> (ø)` | | | [lib/src/flex\_sub\_themes\_data.dart](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike#diff-bGliL3NyYy9mbGV4X3N1Yl90aGVtZXNfZGF0YS5kYXJ0) | `100.00% <100.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike). Last update [b5222c9...3121f71](https://app.codecov.io/gh/rydmike/flex_color_scheme/pull/180?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Rydmike).