FLUTTER ECOSYSTEM

altive/flutter_app_template

Flutter App Templete는 Flutter 앱 개발을 위한 아키텍처와 프로젝트 구조에 대한 접근 방식을 소개하는 프로젝트입니다.

flutter_app_template 프로젝트 이미지
Stars
270
Forks
28
최근 푸시(UTC)
2026. 6. 19.
프로젝트 상태
활성
Altive GitHub avatar
GITHUB Organization

Altive ↗

Altive inc.

언어DartHTMLSwiftRubyShellJavaScriptMakefileKotlinObjective-C

기술 주제

사용 중인 의존성

의존성 목록 1 개
  • melos개발 의존성^7.4.0

순위

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기
flutter_app_template

Flutter app code check melos codecov

https://codecov.io/gh/altive/flutter_app_template/graphs/icicle.svg?token=NUHMSLBULE

Flutter App Template

"Flutter App Template" is a project to template and introduce an approach to developing Flutter apps, including architecture and project structure.

"Flutter App Template" repository employs a mono-repo and consists of several internal packages and apps.

Packages overview

themes

This package is responsible for the appearance of ThemeData and other appearance-related data used in Flutter apps.

util

This package stores general-purpose functions that are too small to be cut out into a stand-alone package.

App overview

flutter_app

This is a template app package for Flutter apps. It comes with dev, stg, and prod environments set up.

Change the app ID or app name to start building it as a separate app right away.

Also check the flutter_app/README.md.

How to start development

make

The make command will install the required Dart packages, such as FVM and Melos.

How to create a new package

If the project name and the output directory name of the package are the same, --project-name can be omitted.

# Package
flutter create -t package packages/{directory_name} --project-name {project_name}
# App
flutter create --org jp.co.altive packages/{directory_name} --project-name {project_name}

Addition of ISSUE_TEMPLATE

If you do not have .github/ISSUE_TEMPLATE in a repository, you can use Issue templates placed in a special repository named .github.

For altive organization, the Issue templates in the altive/.github repository should also work for this repository.

If necessary, please copy and use the Issue template from the above repository.

References

Internationalization User Guild PresentationDomainSeparation Flutter Architecture Blueprints

Thank you!