Skip to content

Commit 8f62b08

Browse files
authored
Change version of LinkedScrollController. (#257)
Update version of LinkedScrollController to 0.2.0
1 parent f67d523 commit 8f62b08

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/linked_scroll_controller/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.0
2+
3+
* Stable release for null safety.
4+
15
# 0.2.0-nullsafety.0
26

37
* Update to null safety.

packages/linked_scroll_controller/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linked_scroll_controller
2-
version: 0.2.0-nullsafety.0
2+
version: 0.2.0
33
description: >
44
A scroll controller that allows two or more scroll views to be in sync.
55
homepage: https://github.com/google/flutter.widgets

0 commit comments

Comments
 (0)