FlutterWidgetGuide
1.0.0

顫抖的申請列出了所有周刊播放列表中的flutter小部件覆蓋的小部件
點擊下圖下載
想加入Slack社區嗎? - 給我邀請我創建了這個項目,以通過Dart和Flutter作為開發平台提高自己的技能。我習慣於開發本地Android應用程序,因此我將專注於為Android平台設計這個項目。
如果您是這個領域的初學者,該項目可能會幫助您了解顫抖。
到目前為止,我在撲朔迷離的經歷一直很棒。
我希望你也喜歡它。
該項目是用DART語言開發的。
所有文件均在 /lib文件夾中列出。























小部件列表探索一個小部件小部件視頻源代碼
由於安全原因,由於包含密鑰值,因此項目可能會缺少某些文件。
這些是您成功構建項目所需的步驟。
請按照以下步驟操作:
步驟1。轉到Android> App> build.gradle
現在,
評論此行KeyStoreProperties.load(new FileInputStream(KeyStorePropertiesFile))
下一個,
評論SigningConfigs和buildTypes中的所有內容
它應該看起來像這樣 -
//keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
signingConfigs {
// release {
// keyAlias keystoreProperties['keyAlias']
// keyPassword keystoreProperties['keyPassword']
//storeFile file(keystoreProperties['storeFile'])
// storePassword keystoreProperties['storePassword']
// }
}
buildTypes {
// release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
// signingConfig signingConfigs.release
// minifyEnabled false
// shrinkResources false
// useProguard true
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// }
}
flutter.versionName=1.0.7
flutter.versionCode=8
flutter.buildMode=release
該文件用於向項目添加火箱服務。您可能需要添加自己的文件,或者更好,請評論項目內部的代碼以刪除實現。轉到home_page.dart文件,然後評論firebase遠程配置的代碼以刪除此錯誤。
官方的撲面文檔
flutter小部件列表
顫抖的YouTube頻道
Annsh Singh(LinkedIn)(Play Store)(Twitter)
該項目是一個完全開源的項目,歡迎捐款。有關如何入門的信息可以在貢獻者指南中找到。
如果您從該項目的源代碼中學到了一些東西,並想感謝我,您可以通過給我一杯☕或a杯來支持?
貝寶
Google Pay (Annsh29-1@Okhdfcbank)
Copyright 2019 Annsh Singh
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.