Skip to content

Commit

Permalink
fix: Update PageView state after schedule update
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Sep 27, 2023
1 parent c82f0e2 commit 5a067f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ class _SchedulePageViewState extends State<SchedulePageView> {

Widget _buildPageView() {
return PageView.builder(
key: const PageStorageKey('pageView'),
controller: _controller,
onPageChanged: (value) {
setState(() {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish_to: 'none'
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.7+31
version: 1.3.8+34

environment:
sdk: ">=3.1.1"
Expand Down

0 comments on commit 5a067f2

Please sign in to comment.