고원빈

[frontend] Inside Outside Page 구현

{
"dart.previewFlutterUiGuides": true
}
\ No newline at end of file
......@@ -26,4 +26,8 @@ appbar 관련 디자인은 추후 구현 예정
### 2021-05-10
+ Appbar 디자인 변경 및 Navgation Bar 구현
+ Setting은 별도의 페이지로 구성
\ No newline at end of file
+ Setting은 별도의 페이지로 구성
### 2021-05-11
+ Inside Information 화면 구성
+ Outside Information 화면 구성
......
......@@ -173,7 +173,7 @@ class _SignInPageState extends State<SignInPage> {
context,
MaterialPageRoute(
builder: (BuildContext context) =>
DashBoard(pageNumber: 0),
DashBoard(pageNumber: 1),
));
}
}
......
......@@ -43,3 +43,16 @@ flutter:
- images/main_logo.png
- images/setting.png
fonts:
# - family: Raleway
# fonts:
# - asset: fonts/Raleway-Regular.ttf
# - asset: fonts/Raleway-Italic.ttf
# style: italic
- family: NotoSansKR
fonts:
- asset: assets/fonts/NotoSansKR-Regular.otf
- asset: assets/fonts/NotoSansKR-Bold.otf
weight: 500
- asset: assets/fonts/NotoSansKR-Black.otf
weight: 700
\ No newline at end of file
......