@@ -144,22 +144,23 @@ function HomepageBlogs() {
144
144
< div className = { styles . column } >
145
145
< img
146
146
style = { { height : 'auto' } }
147
- src = "https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/63befc9d00bc927526667313_Full%20Stack%20DF .png"
148
- alt = "Dart on the server with Dart Frog "
147
+ src = "https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/64c7f8b7022291aa80ec30bd_DF1 .png"
148
+ alt = "Dart Frog 1.0 is here "
149
149
width = "452"
150
150
height = "254"
151
151
/>
152
152
</ div >
153
153
< div className = { styles . column } >
154
154
< div className = { styles . content } >
155
- < h2 > Dart Frog full stack tutorial </ h2 >
155
+ < h2 > Dart Frog 1.0 is here! 🎉 </ h2 >
156
156
< p >
157
- Learn how to build a real-time Flutter counter app using
158
- WebSockets and Dart Frog.
157
+ Announcing Dart Frog 1.0! Learn about the main features of this
158
+ release, the history of Dart Frog, and why you should consider
159
+ using it in your projects.
159
160
</ p >
160
161
< Link
161
162
style = { { fontWeight : 'bold' } }
162
- to = "https://verygood.ventures/blog/dart-frog-full-stack-tutorial "
163
+ to = "https://verygood.ventures/blog/dart-frog-1-0-release "
163
164
>
164
165
Read the Blog < ExternalLinkIcon />
165
166
</ Link >
@@ -171,23 +172,22 @@ function HomepageBlogs() {
171
172
< div className = { styles . column } >
172
173
< img
173
174
style = { { height : 'auto' } }
174
- src = "https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/62fa66a12a4c4e37c353db07_Dart%20Frog%20stable%20release%20announcement .png"
175
- alt = "Dart Frog is now stable "
175
+ src = "https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/63befc9d00bc927526667313_Full%20Stack%20DF .png"
176
+ alt = "Dart on the server with Dart Frog "
176
177
width = "452"
177
178
height = "254"
178
179
/>
179
180
</ div >
180
181
< div className = { styles . column } >
181
182
< div className = { styles . content } >
182
- < h2 > Dart Frog is now stable 🎉 </ h2 >
183
+ < h2 > Dart Frog full stack tutorial </ h2 >
183
184
< p >
184
- Announcing the stable v0.1.0 release, including hot reload
185
- improvements, interoperability with the shelf package, a custom
186
- entrypoint, and four new tutorials.
185
+ Learn how to build a real-time Flutter counter app using
186
+ WebSockets and Dart Frog.
187
187
</ p >
188
188
< Link
189
189
style = { { fontWeight : 'bold' } }
190
- to = "https://verygood.ventures/blog/dart-frog-stable "
190
+ to = "https://verygood.ventures/blog/dart-frog-full-stack-tutorial "
191
191
>
192
192
Read the Blog < ExternalLinkIcon />
193
193
</ Link >
0 commit comments