Skip to content

sunghunaaa/flutter_base

Repository files navigation

flutter_base

The base to use when developing with Flutter.

copy 'https://github.com/fastcampus-flutter/fast_app_base'


Naming Convention

Object File name Description
Widget w_{name}.dart 위젯
Screen s_{name}.dart 전체 디바이스를 덮는 화면
Fragment f_{name}.dart Screen 내부에 일부로 존재하는 큰 화면 Widget
Dialog d_{name}.dart Dialog 혹은 Bottom Sheet
Value Object vo_{name}.dart UI에서 사용하는 객체
Data Transfer Object dto_{name}.dart 통신이나 데이터 저장에 사용되는 객체
Etc 소문자, 숫자, _조합 공식 가이드

About

The base to use when developing with Flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published