We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab036b4 commit 908287cCopy full SHA for 908287c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.3.0
2
+
3
+- Added experimental theme support
4
5
## 3.2.0
6
7
- New stream of typed events from driver
pubspec.yaml
@@ -1,6 +1,6 @@
name: duit_kernel
description: "Core library for flutter_duit package. Contains reusable models for developing third-party packages."
-version: 3.2.0
+version: 3.3.0
repository: https://github.com/lesleysin/duit_kernel
environment:
@@ -11,6 +11,7 @@ dependencies:
11
ansicolor: ^2.0.3
12
flutter:
13
sdk: flutter
14
+ web: ^1.1.0
15
16
dev_dependencies:
17
flutter_test:
0 commit comments