vitamin compose
0.3.2
重要的
當前版本的維生素將不再發展,並且從現在開始只接受錯誤修復。更多詳細信息。


十項全能設計系統庫,用於Android應用
網站
撰寫的十項全能設計系統是基於材料設計的構圖構成的官方文檔中描述的文物,並由Google開發人員和設計師維護。
但是這些本地組件被覆蓋以尊重十項全能的視覺認同。 Decathlon在Decathlon.design上找到了Decathlon的支持平台的設計規格和技術信息。如果您對樣本感興趣,則可以在技術項目中安裝帶有sample模塊的演示。
粉底工具中可以使用VitaminTheme ,從那裡您可以在可複合的層次結構中獲得所有顏色,印刷和形狀。請注意,如果您想使用其他維生素構成的文物中可用的任何可用的綜合作品,則該主題是必不可少的。如果您不使用它,則在運行時會觸發錯誤。
VitaminTheme {
// Your composable declarations
}Maven Central可以使用釋放工件。檢查發布頁面以了解最新發行版的維生素偽像。
repositories {
mavenCentral()
}
implementation( " com.decathlon.vitamin.compose:<component>:<last_version> " )如果您想測試main分支機構中的最新更改,則可以從快照偽像測試維生素Android,但我們不建議在生產中使用這些物品,在該產品中,您可以進行回歸或破壞更改,直到下一個正式版本。
repositories {
maven {
url = uri( " https://oss.sonatype.org/content/repositories/snapshots/ " )
}
}
implementation( " com.decathlon.vitamin.compose:<component>:<latest-major + 1>.0.0-SNAPSHOT " )如果您對該項目的版本控制有任何疑問,則可以閱讀我們的文檔。
感謝參與這些維生素構成圖書館的貢獻者。 ?
還要感謝您的混音圖標,因為Vitamix Icons是基於其開源圖標庫的官方Decathlon圖標庫(混音設計©2020)。該原始庫在許可證Apache 2.0下,已由DeCathlon修改。了解更多。
Copyright 2022 Decathlon.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.