app_theme_kit
A modular Flutter theming kit with light/dark mode, color schemes, text themes, and Material 3 subthemes.
0.1.0
76 downloads/mo
#2619 most downloaded on pub.dev
afesohromeo/app_theme_kit
What this package is like to depend on
Last release 7 months ago
26 Jan 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
11 months old
15 releases · first in 2025
15 releases in the last 12 months
see the full history below
Release timeline
15 releases · Sep 2025 to Jan 2026
2026
Releases
latest 15-
0.1.026 Jan 2026 -
0.0.1019 Jan 2026 -
0.0.913 Jan 2026Release notes
Open source →Changed
- Refactored theming architecture to allow full color customization via
AppColors. - Removed reliance on static color constants inside subthemes.
- All component subthemes (
TextTheme,CardTheme,TabBarTheme,NavigationBarTheme,BottomAppBarTheme,AppBarTheme) now consume injectedAppColors. TextThemenow fully supports Material 3 typography styles.
Added
AppColorsdata class for defining custom color palettes.DefaultAppColorsfor built-in light and dark defaults.- Improved
color_schemes.dartintegration withAppColors. - Updated example app demonstrating:
- Custom color injection
- Typography showcase
- Card, TabBar, NavigationBar, BottomAppBar, and AppBar theming
Fixed
- Example app now correctly uses
AppTheme.light()andAppTheme.dark(). - Removed hardcoded color usage from the example in favor of theme-driven colors.
- Prevented missing or null
TextThemestyles in the example app.
- Refactored theming architecture to allow full color customization via
-
0.0.9+113 Jan 2026Release notes
Open source →- update README.md file to demonstrate switching themes from light to dark
- No code changes.
-
0.0.823 Dec 2025Release notes
Open source →- Fix screenshots rendering on pub.dev. make app_theme_kit repo public
- No code changes.
-
0.0.8+123 Dec 2025 -
0.0.702 Nov 2025Release notes
Open source →- Fixed README images not showing on pub.dev upload images to G drive.
- No code changes.## 0.0.7
- Fixed README images not showing on pub.dev upload images to G drive.
- No code changes.
-
0.0.7+102 Nov 2025Release notes
Open source →- Fixed README images not showing on pub.dev upload images to G drive.
- No code changes.
-
0.0.602 Nov 2025Release notes
Open source →- Fixed README images not showing on pub.dev by including
screenshots/folder. - No code changes.
- Fixed README images not showing on pub.dev by including
-
0.0.502 Nov 2025Release notes
Open source →- Fixed README images not showing on pub.dev by including
screenshots/folder. - No code changes.
- Fixed README images not showing on pub.dev by including
-
0.0.5+102 Nov 2025Release notes
Open source →- Fixed README images not showing on pub.dev by including
screenshots/folder. - No code changes.
- Fixed README images not showing on pub.dev by including
-
0.0.430 Sep 2025 -
0.0.327 Sep 2025 -
0.0.227 Sep 2025 -
0.0.127 Sep 2025Release notes
Open source →- Predefined light & dark ThemeData
- Custom TextTheme using Google Fonts (Quicksand)
- Design tokens for spacing, padding, radius, elevation
- Subthemes included: CardTheme, TabBarTheme, NavigationBarTheme, BottomAppBarTheme
- Example app demonstrating usage