Skip to content

kimday0326/nklcb-flutter

Repository files navigation

NKLCB Flutter

NKLCB Flutter는 테크 블로그 크롤링 서비스인 "네카라쿠배"의 모바일 애플리케이션입니다.

PDF: nklkb.pdf

Stack

  • Dart
  • Flutter

for more information, see pubspec.yaml

Project Structure

  • lib/: 주요 소스 코드 디렉토리
    • constants/: 상수
    • models/: 데이터 모델
    • pages/: 애플리케이션 페이지
    • utils/: 유틸리티 함수
    • views/: 재사용 가능한 UI 위젯
  • assets/: 이미지, 폰트 등 리소스 파일

Getting Started

  1. Clone the repo
    git clone https://github.com/kimday0326/nklcb-flutter.git
  2. Move to the project directory
    cd nklcb-flutter
  3. Install dependencies
    flutter pub get
  4. For using url_launcher library, add the following code
    • Android: android/app/src/main/AndroidManifest.xml
    <queries>
    <intent>
     <action android:name="android.support.customtabs.action.CustomTabsService" />
    </intent>
    </queries>
    • iOS: ios/Runner/Info.plist
    <key>LSApplicationQueriesSchemes</key>
    <array>
    <string>https</string>
    </array>
  5. Run the project
    flutter run

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors