Flutter-News-App
Flutter News App with newsapi.org. Developed using the Test Driven Development.
파일 탐색기
최종 버전 다운로드 (.zip)- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- img_business.png
- img_entertainment.png
- img_health.png
- img_not_found.jpg
- img_placeholder.jpg
- img_science.png
- img_sport.png
- img_technology.png
- undraw_newspaper.svg
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- .gitignore
- base_url_config.dart
- constant_config.dart
- device_utils.dart
- flavor_config.dart
- exception.dart
- failure.dart
- network_info.dart
- usecase.dart
- dio_logging_interceptor.dart
- util.dart
- news_remote_data_source.dart
- category_news_model.dart
- category_news_model.g.dart
- top_headlines_news_response_model.dart
- top_headlines_news_response_model.g.dart
- news_repository_impl.dart
- news_repository.dart
- get_top_headlines_news.dart
- search_top_headlines_news.dart
- bloc.dart
- top_headlines_news_bloc.dart
- top_headlines_news_event.dart
- top_headlines_news_state.dart
- home_page.dart
- search_page.dart
- settings_page.dart
- widget_failure_message.dart
- widget_item_news.dart
- app.dart
- injection_container.dart
- main_development.dart
- main_production.dart
- android_dark_mode_01.png
- android_light_mode_01.png
- iphone_x_dark_mode_01.png
- iphone_x_dark_mode_02.png
- iphone_x_light_mode_01.png
- iphone_x_light_mode_02.png
- output_app.png
- output_app_v2.png
- social media preview.png
- failure_test.dart
- network_info_test.dart
- usecase_test.dart
- news_remote_data_source_test.dart
- category_news_model_test.dart
- top_headlines_news_response_model_test.dart
- news_repository_impl_test.dart
- get_top_headlines_news_test.dart
- search_top_headlines_news_test.dart
- top_headlines_news_bloc_test.dart
- top_headlines_news_event_test.dart
- top_headlines_news_state_test.dart
- category_news_model.json
- fixture_reader.dart
- top_headlines_news_response_model.json
- .gitignore
- .metadata
- analysis_options.yaml
- codemagic.yml
- LICENSE
- pubspec.lock
- pubspec.yaml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/CoderJava/Flutter-News-App
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Flutter-News-App
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd android/app
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
