Skip to content

Commit d5fd695

Browse files
blueneogeogitbook-bot
authored andcommitted
GitBook: [#121] No subject
1 parent 8f5f930 commit d5fd695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

get-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Flutter-view has an optional Dart tooling library. It allows you to use the reac
3939

4040
To install it, add the following dependency to your project **pubspec.yaml** file:
4141

42-
> `flutter_view_widgets: ^2.0.0-dev.1`
42+
> `flutter_view_widgets: ^2.1.1-dev.1`
4343
4444
_Important: the modern version of flutter-view is for Dart 2.13 and higher, and support type safety. If you have an older project, use the following:_
4545

reference/tag-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ For more information, see [monitoring the state lifecycle](../guide/writing-reac
157157

158158
_Note: Requires the_ [_flutter-view-widgets_](https://pub.dev/packages/flutter\_view\_widgets) _Dart library._
159159

160-
Rerenders its children if the Listenable it watches updates.
160+
Re-renders its children if the Listenable it watches updates.
161161

162162
This widget was made to work well with the [ScopedModel library](https://pub.dartlang.org/packages/scoped\_model). However when using flutter-view, you no longer need to use the **ScopedModel** and **ScopedModelDescendant** widgets. Instead, you pass a model into a flutter-view, and use the reactive tag to watch for changes.
163163

0 commit comments

Comments
 (0)