Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FOSS_final_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kiung yoon
FOSS_final_project
Commits
3504367c
Commit
3504367c
authored
3 years ago
by
kiung yoon
Browse files
Options
Downloads
Patches
Plain Diff
understand code
parent
a4c2ff4c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
practice_code/README.md
+5
-0
5 additions, 0 deletions
practice_code/README.md
with
5 additions
and
0 deletions
practice_code/README.md
+
5
−
0
View file @
3504367c
...
@@ -19,3 +19,8 @@ Scaffold(
...
@@ -19,3 +19,8 @@ Scaffold(
`Scaffold`
는 App의 화면을 구성하는데 가장 기본이 되는 클래스이다
`Scaffold`
는 App의 화면을 구성하는데 가장 기본이 되는 클래스이다
`appbar`
속성은 앱의 상단을 구성하며 앱의 title등을 넣을 수 있고 좌우로 아이콘을 넣어 tap을 했을 때 어떤 동작을 수행하게 할 수 있다
`appbar`
속성은 앱의 상단을 구성하며 앱의 title등을 넣을 수 있고 좌우로 아이콘을 넣어 tap을 했을 때 어떤 동작을 수행하게 할 수 있다
`body`
속성은 앱의 가운데 메인화면을 구성한다. 여기에서는 다양한 클래스를 이용하여 화면을 구성할 수 있다 실습에서는
`Padding`
`Divider`
`Column`
`Row`
등의 클래스를 사용해 보았다
`body`
속성은 앱의 가운데 메인화면을 구성한다. 여기에서는 다양한 클래스를 이용하여 화면을 구성할 수 있다 실습에서는
`Padding`
`Divider`
`Column`
`Row`
등의 클래스를 사용해 보았다
##
## 다른 참고 자료 소개
아래는 2022-1 Ajou-software capston design에서 제가 Flutter로 어플을 만들어 출품한 코드가 있는 깃허브 링크입니다
위 실습은 Flutter를 완전 모르는 수준으로 제작하였기 때문에 더 재밌는 기능을 알려드리지 못해 아쉬움이 있는데 혹시 더 배우시고 싶다면 아래 링크를 참고하셔도 좋고
<rldnd4429@ajou.ac.kr>
로 문의를 주시면 되겠습니다 :)
https://github.com/ajou-math/growth_prediction
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment