We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d8644 commit 061f5e3Copy full SHA for 061f5e3
docs/getting-started/04-form-basics.md
@@ -240,7 +240,7 @@ class ContentViewModel extends FutureViewModel<Posts> {
240
}
241
242
// Do instead
243
-class ContentViewModel extends FutureViewModel<Posts> with FormStateHelper{
+class ContentViewModel extends FutureViewModel<Posts> with FormStateHelper implements FormViewModel {
244
...
245
246
```
@@ -249,4 +249,4 @@ class ContentViewModel extends FutureViewModel<Posts> with FormStateHelper{
249
250
## We're ready for the Web 🚀
251
252
-Master Flutter on the web with the official [Flutter Web Course](https://masterflutterweb.carrd.co/)
+Master Flutter on the web with the official [Flutter Web Course](https://masterflutterweb.carrd.co/)
0 commit comments