Skip to content

Commit bbc4c79

Browse files
committed
test
1 parent c3351ed commit bbc4c79

File tree

2 files changed

+39
-45
lines changed

2 files changed

+39
-45
lines changed

lib/pages/main_page.dart

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,25 @@ class MainPage extends StatelessWidget {
66
@override
77
Widget build(BuildContext context) {
88
return Scaffold(
9-
appBar:AppBar(
10-
title: Text(
11-
"홈",
12-
style: TextStyle(
13-
14-
)
15-
)
16-
),
9+
appBar: AppBar(
10+
title: Text("홈",
11+
style: TextStyle(
12+
fontSize: 26,
13+
))),
1714
body: const Column(
18-
children: [
19-
20-
],
21-
),
22-
bottomNavigationBar: BottomNavigationBar(
23-
items:const [
24-
BottomNavigationBarItem(
25-
icon : Icon(Icons.home),
26-
),
27-
BottomNavigationBarItem(
28-
icon : Icon(Icons.add_comment),
29-
),
30-
BottomNavigationBarItem(
31-
icon : Icon(Icons.more_horiz),
32-
),
33-
]
15+
children: [],
3416
),
17+
bottomNavigationBar: BottomNavigationBar(items: const [
18+
BottomNavigationBarItem(
19+
icon: Icon(Icons.home),
20+
),
21+
BottomNavigationBarItem(
22+
icon: Icon(Icons.add_comment),
23+
),
24+
BottomNavigationBarItem(
25+
icon: Icon(Icons.more_horiz),
26+
),
27+
]),
3528
);
3629
}
3730
}

pubspec.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
40+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.17.2"
43+
version: "1.18.0"
4444
cupertino_icons:
4545
dependency: "direct main"
4646
description:
@@ -79,18 +79,10 @@ packages:
7979
dependency: "direct main"
8080
description:
8181
name: get
82-
sha256: "2ba20a47c8f1f233bed775ba2dd0d3ac97b4cf32fc17731b3dfc672b06b0e92a"
82+
sha256: e4e7335ede17452b391ed3b2ede016545706c01a02292a6c97619705e7d2a85e
8383
url: "https://pub.dev"
8484
source: hosted
85-
version: "4.6.5"
86-
js:
87-
dependency: transitive
88-
description:
89-
name: js
90-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
91-
url: "https://pub.dev"
92-
source: hosted
93-
version: "0.6.7"
85+
version: "4.6.6"
9486
lints:
9587
dependency: transitive
9688
description:
@@ -119,10 +111,10 @@ packages:
119111
dependency: transitive
120112
description:
121113
name: meta
122-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
114+
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
123115
url: "https://pub.dev"
124116
source: hosted
125-
version: "1.9.1"
117+
version: "1.10.0"
126118
path:
127119
dependency: transitive
128120
description:
@@ -148,18 +140,18 @@ packages:
148140
dependency: transitive
149141
description:
150142
name: stack_trace
151-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
143+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
152144
url: "https://pub.dev"
153145
source: hosted
154-
version: "1.11.0"
146+
version: "1.11.1"
155147
stream_channel:
156148
dependency: transitive
157149
description:
158150
name: stream_channel
159-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
151+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
160152
url: "https://pub.dev"
161153
source: hosted
162-
version: "2.1.1"
154+
version: "2.1.2"
163155
string_scanner:
164156
dependency: transitive
165157
description:
@@ -180,10 +172,10 @@ packages:
180172
dependency: transitive
181173
description:
182174
name: test_api
183-
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
175+
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
184176
url: "https://pub.dev"
185177
source: hosted
186-
version: "0.6.0"
178+
version: "0.6.1"
187179
vector_math:
188180
dependency: transitive
189181
description:
@@ -192,5 +184,14 @@ packages:
192184
url: "https://pub.dev"
193185
source: hosted
194186
version: "2.1.4"
187+
web:
188+
dependency: transitive
189+
description:
190+
name: web
191+
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
192+
url: "https://pub.dev"
193+
source: hosted
194+
version: "0.1.4-beta"
195195
sdks:
196-
dart: ">=3.1.0-163.1.beta <4.0.0"
196+
dart: ">=3.2.0-0 <4.0.0"
197+
flutter: ">=3.13.0"

0 commit comments

Comments
 (0)