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.