
Flutter Appliction Listing Week의 플러터 위젯으로 덮인 모든 위젯을 나열합니다.
아래 이미지를 클릭하여 다운로드하십시오
슬랙 커뮤니티에 가입하고 싶습니까? - 초대를 보내주세요 Dart와 Flutter로 개발 플랫폼으로 기술을 향상시키기 위해이 프로젝트를 만들었습니다. 나는 기본 Android 앱을 개발하는 데 익숙해 져서 Android 플랫폼 용이 프로젝트를 설계하는 데 집중할 것입니다.
이 프로젝트는이 공간에서 초보자라면 플러터에 대해 배우는 데 도움이 될 수 있습니다.
Flutter에 대한 나의 경험은 지금까지 훌륭했습니다.
나는 당신도 그것을 좋아하기를 바랍니다.
이 프로젝트는 다트 언어로 개발되었습니다.
모든 파일은 /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
이 파일은 프로젝트에 Firebase 서비스를 추가하는 데 사용됩니다. 자신의 파일을 추가하거나 더 나은 아직도 프로젝트 내부의 코드를 주석하여 구현을 제거 할 수도 있습니다. Home_page.dart 파일로 이동하여 FireBase 원격 구성 코드를 주석 하여이 오류를 제거하십시오.
공식 플러터 문서
플러터 위젯 목록
Flutter YouTube 채널
Annsh Singh (LinkedIn) (Play Store) (Twitter)
이 프로젝트는 완전히 오픈 소스 프로젝트이며 기부금을 환영합니다. 시작 방법에 대한 정보는 기고자 안내서에서 찾을 수 있습니다.
이 프로젝트의 소스 코드에서 무언가를 배웠고 감사하고 싶다면 컵을 구입하여 지원할 수 있습니까?
PayPal
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.