按说推出来也有个至少 2 、3 年了吧,怎么出现这么个情况,使用 Android Studio Flamingo 生成一个 Empty Compose Activity 。
没问题,使用了 material3 ,默认依赖项目如下
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
implementation 'androidx.activity:activity-compose:1.5.1'
implementation platform('androidx.compose:compose-bom:2022.10.00')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
好吧,随便放一个OutlinedTextField
,居然提示:
This material API is experimental and is likely to change or to be removed in the future.
提示我需要增加注解@OptIn(ExperimentalMaterial3Api::class)
消除警告。增加当然很简单,点一下鼠标就来了。
但是我想问的是,这是应该的么?大力推荐出来的material3
,用一个最基本的组件,居然是体验性的?虽然我知道谷歌的尿性,但是这也太不可接受了吧。莫非我的版本使用有问题?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.