Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

27 lines (27 loc) · 1.67 KB

[1.4.0] - Applied Intellisense suggestions

[1.3.0] - Regenerated package and example with MacOS Sonoma 14.1 on Apple M2 Pro with Flutter 3.16.0-19.0.pre, Dart 3.3.0 (build 3.3.0-71.0.dev, and DevTools 2.28.1

[1.2.0] - Updated sdk to >=3.0.0 <4.0.0

[1.1.0] - Allow more null pass-through given that destination implementations can handle it.

[1.0.0] - Null safety. Support flutter 3.10.6. Migrate deprecated textTheme attributes. Migrate deprecated toggleableActiveColor

[0.0.24] - Set themeData primary colors to the same as the color palette

[0.0.23] - Added border radius and foreground color

[0.0.22] - Removed white overlay from shadow

[0.0.21] - Fixed bug causing null when getting shadow

[0.0.20] - Added getShadow method

[0.0.19] - Added Radial and Sweep background gradients

[0.0.18] - Passing through all linearGradient properties

[0.0.17] - Changed light card color to white instead of light gray

[0.0.16] - Changed colorPalette to private field with public getter

[0.0.15] - Made colorPalette accessible from ThemeManager

[0.0.14] - Added fontSizes base on Material Design guidelines

[0.0.13] - Propagate elevation and icons size

[0.0.12] - Added Card elevation and Icon sizes

[0.0.11] - Updated ThemeManager to propagate Emphasis

[0.0.10] - Updated all lightTheme/darkTheme methods

[0.0.9] - Add all color palette fields to constructor. Example shows background gradient changing.

[0.0.8] - Fixed background gradient bug

[0.0.7] - Added background gradients

[0.0.6] - Updated Provider to 4+ and added an example to main

[0.0.5] - Added more card themes

[0.0.4] - Removed ThemedWidets

[0.0.1] - Initial release.