From abe6025643a2d811633515a6a30cf13db3248f6e Mon Sep 17 00:00:00 2001 From: koukibadr Date: Mon, 31 Aug 2026 11:26:06 +0300 Subject: [PATCH] docs: upgrade project version to alpha 0.0.5 --- CHANGELOG.md | 9 +++++++++ README.md | 6 +++++- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84db04b..8074209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.0.5 - 2026-08-31 + +> Flutter decoupling and dark theme support is now available! + +### Added + +- Flutter decoupling support for the `flutter_skin` package, the package now uses the `material_ui` package to provide a decoupled Material Design implementation. +- The package now supports dark theme tokens and can automatically switch between light and dark themes based on the system settings. + ## 0.0.4 - 2026-08-16 > Caching and offline support is now available! diff --git a/README.md b/README.md index 09ff633..a4d6b50 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Sign up at [app.fskin.dev](https://app.fskin.dev), create a project, and copy yo ```yaml dependencies: - flutter_skin: ^0.0.4 + flutter_skin: ^0.0.5 ``` ```bash @@ -123,6 +123,10 @@ These map directly to Flutter's `ColorScheme` — `FlutterSkin.toThemeData()` co **Upcoming versions: more tokens and more customization** +### Dark Theme Support + +The package now supports dark theme tokens and can automatically switch between light and dark themes based on the system settings. You can define a dark theme for your skin in the FSkin dashboard and publish it. The package will automatically switch between light and dark themes based on the system settings. + ### Fonts and Typography The current skin model supports dynamic fonts and typography styles. You can setup a font or google font for your skin and the package will automatically update the font and typography styles based on SSE updates. diff --git a/pubspec.yaml b/pubspec.yaml index c44dcab..b689fd4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_skin description: A runtime skin engine for Flutter projects, allowing dynamic theme changes without the need for app restarts. -version: 0.0.4 +version: 0.0.5 homepage: https://github.com/koukibadr/flutter_skin screenshots: - description: A runtime skin engine for Flutter projects, allowing dynamic theme