imshibaji/flutter_clean_architecture
이것은 기업 소프트웨어 개발을 위한 플러터 보일러플레이트입니다. 더 큰 앱을 쉽게 개발하기 시작하세요.
- Stars
- 134
- Forks
- 44
- 최근 푸시(UTC)
- 2026. 1. 31.
- 프로젝트 상태
- 활성
기술 주제
사용 중인 의존성
의존성 목록 13 개
- flutter
{"sdk":"flutter"} - shared_preferences
^2.2.2 - dio
^5.3.3 - provider
^6.1.1 - url_launcher
^6.2.1 - local_auth
^2.1.7 - flutter_local_notifications
^16.1.0 - flutter_dotenv
^5.1.0 - build_runner개발 의존성
^2.4.6 - flutter_lints개발 의존성
^2.0.0 - flutter_test개발 의존성
{"sdk":"flutter"} - mockito개발 의존성
^5.4.3 - change_app_package_name개발 의존성
^1.1.0
순위
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
Flutter Clean Architecture
A new Flutter Enterprize project structure. If you are interested to build Bigger Application then you can use this application structure.
Screenhots of Application
| Application Boilerplate or Structure |
|---|
| Application Structure |
Getting Started
This project is a Flutter application building frameworks. This structure to helps you to build a big multi-platform software development process.
First Rename .env.sample to .env and put key value.
API Key
Here have a news api integrated from rapidapi.com apis. So for the first time you need to register on that website. then search free news api from here and subscribe this api. then goto under Header Parameters then copy X-RapidAPI-Key value and paste this value in .env file as a key value.
Find API Key Access Web API Key
Use API Key
Put your Rapid API Key to .env
Configuration File Rename
Software Building Architecture
This Project Making for focusing to Develop Bigger project.
- Config
- Core
- Features (Modules)
Application Screenshots Overview
| Dark Login Screen | Light Login Screen |
|---|---|
| Dark Login Screen | Light Login Screen |
| Light News Screen | Dark News Screen |
|---|---|
| Light News Screen | Dark News Screen |
| Light Register Screen | Dark Register Screen |
|---|---|
| Light Register Screen | Dark Register Screen |
| Dark Profile Screen | Light Profile Screen |
|---|---|
| Dark Profile Screen | Light Profile Screen |
| Light Forget Screen | Dark Forget Screen |
|---|---|
| Light Forget Screen | Dark Register Screen |
If you are Beginner in Flutter then Learning about basic concepts
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.