You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/writing-reactive-code.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Our app will look like this:
17
17
18
18
You can find the[ full app source code](https://github.com/flutter-view/examples/tree/master/todolist) with some extra features added such as deleting and persistence in [the examples](../get-started/examples.md#todolist).
19
19
20
-
_Note: this approach requires you add the_[_**flutter\_view\_tools**_](https://pub.dartlang.org/packages/flutter_view_tools)_dependency to your project's **pubspec.yaml** file. It is also recommended to use VS Code with the_[_**flutter-view extensions**_](../get-started/vs-code-support.md)_._
20
+
_Note: this approach requires you add the_[_**flutter\_view\_widgets**_](https://pub.dev/packages/flutter_view_widgets)_dependency to your project's **pubspec.yaml** file. It is also recommended to use VS Code with the_[_**flutter-view extensions**_](../get-started/vs-code-support.md)_._
21
21
22
22
## The basic structure
23
23
@@ -46,7 +46,7 @@ Our task has a name and can be done:
0 commit comments