File tree Expand file tree Collapse file tree 9 files changed +464
-461
lines changed
Expand file tree Collapse file tree 9 files changed +464
-461
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ packages:
1313 dependency: transitive
1414 description:
1515 name: analyzer
16- sha256: f4ad0fea5f102201015c9aae9d93bc02f75dd9491529a8c21f88d17a8523d44c
16+ sha256: b1ade5707ab7a90dfd519eaac78a7184341d19adb6096c68d499b59c7c6cf880
1717 url: "https://pub.dev"
1818 source: hosted
19- version: "7.6 .0"
19+ version: "7.7 .0"
2020 ansicolor:
2121 dependency: transitive
2222 description:
@@ -117,10 +117,10 @@ packages:
117117 dependency: transitive
118118 description:
119119 name: built_value
120- sha256: "082001b5c3dc495d4a42f1d5789990505df20d8547d42507c29050af6933ee27 "
120+ sha256: "0b1b12a0a549605e5f04476031cd0bc91ead1d7c8e830773a18ee54179b3cb62 "
121121 url: "https://pub.dev"
122122 source: hosted
123- version: "8.10.1 "
123+ version: "8.11.0 "
124124 checked_yaml:
125125 dependency: transitive
126126 description:
@@ -198,10 +198,10 @@ packages:
198198 dependency: transitive
199199 description:
200200 name: dart_style
201- sha256: "5b236382b47ee411741447c1f1e111459c941ea1b3f2b540dde54c210a3662af "
201+ sha256: "8a0e5fba27e8ee025d2ffb4ee820b4e6e2cf5e4246a6b1a477eb66866947e0bb "
202202 url: "https://pub.dev"
203203 source: hosted
204- version: "3.1.0 "
204+ version: "3.1.1 "
205205 ffi:
206206 dependency: transitive
207207 description:
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ class RecentHomeView extends StatelessWidget {
1212 Widget build (BuildContext context) {
1313 return Column (
1414 mainAxisSize: MainAxisSize .min,
15+ crossAxisAlignment: CrossAxisAlignment .stretch,
1516 children: [
1617 Card (
1718 child: Padding (
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ packages:
1313 dependency: transitive
1414 description:
1515 name: analyzer
16- sha256: f4ad0fea5f102201015c9aae9d93bc02f75dd9491529a8c21f88d17a8523d44c
16+ sha256: b1ade5707ab7a90dfd519eaac78a7184341d19adb6096c68d499b59c7c6cf880
1717 url: "https://pub.dev"
1818 source: hosted
19- version: "7.6 .0"
19+ version: "7.7 .0"
2020 ansicolor:
2121 dependency: transitive
2222 description:
@@ -149,10 +149,10 @@ packages:
149149 dependency: transitive
150150 description:
151151 name: built_value
152- sha256: "082001b5c3dc495d4a42f1d5789990505df20d8547d42507c29050af6933ee27 "
152+ sha256: "0b1b12a0a549605e5f04476031cd0bc91ead1d7c8e830773a18ee54179b3cb62 "
153153 url: "https://pub.dev"
154154 source: hosted
155- version: "8.10.1 "
155+ version: "8.11.0 "
156156 characters:
157157 dependency: transitive
158158 description:
@@ -262,10 +262,10 @@ packages:
262262 dependency: transitive
263263 description:
264264 name: dart_style
265- sha256: "5b236382b47ee411741447c1f1e111459c941ea1b3f2b540dde54c210a3662af "
265+ sha256: "8a0e5fba27e8ee025d2ffb4ee820b4e6e2cf5e4246a6b1a477eb66866947e0bb "
266266 url: "https://pub.dev"
267267 source: hosted
268- version: "3.1.0 "
268+ version: "3.1.1 "
269269 dbus:
270270 dependency: transitive
271271 description:
@@ -1547,4 +1547,4 @@ packages:
15471547 version: "3.1.3"
15481548sdks:
15491549 dart: ">=3.8.1 <4.0.0"
1550- flutter: ">=3.32.6 "
1550+ flutter: ">=3.32.7 "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ publish_to: none
1616
1717environment :
1818 sdk : " >=3.8.0 <4.0.0"
19- flutter : 3.32.6
19+ flutter : 3.32.7
2020
2121dependencies :
2222 flutter :
Original file line number Diff line number Diff line change 1212 "dependencies" : {
1313 "@astrojs/check" : " ^0.9.4" ,
1414 "@astrojs/react" : " ^4.3.0" ,
15- "@astrojs/starlight" : " ^0.35.0 " ,
15+ "@astrojs/starlight" : " ^0.35.1 " ,
1616 "@phosphor-icons/react" : " ^2.1.10" ,
1717 "@types/react" : " ^19.1.8" ,
1818 "@types/react-dom" : " ^19.1.6" ,
19- "astro" : " ^5.11.1 " ,
19+ "astro" : " ^5.12.0 " ,
2020 "react" : " ^19.1.0" ,
2121 "react-dom" : " ^19.1.0" ,
2222 "remark-gemoji" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments