We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f893ab1 commit cd7fb18Copy full SHA for cd7fb18
2 files changed
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
//028486
10
group = "shop.itbug"
11
-version = "1.8.7"
+version = "1.9.0"
12
13
repositories {
14
mavenCentral()
更新日志log.md
@@ -0,0 +1,8 @@
1
+# 1.9.0
2
+
3
+`StatefulWidget`中的`createState`函数在flutter3中会有一个`Avoid using private types in public APIs`
4
5
+
6
7
+点击即可自动改名
+
0 commit comments