Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.0.0-beta.4 #12

Merged
merged 1 commit into from
Apr 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Changelog

## 1.0.0-beta.3
## 1.0.0-beta.4 16-04-2023

- Added utility callbacks (`onViewportChanged`, `onPageChanged`)
- Added detailed documentation to README
- Minor bug fixes

## 1.0.0-beta.2
## 1.0.0-beta.3 14-04-2023

- Fixed issues (#1, #2, #3)
- Add utility callbacks (`onViewportChanged`, `onPageChanged`)
- Add detailed documentation to README

## 1.0.0-beta
## 1.0.0-beta.2 13-04-2023

- Fix issues (#1, #2, #3)

## 1.0.0-beta 11-04-2023

The preview version. Not yet well documented.
4 changes: 2 additions & 2 deletions package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: exprollable_page_view
description: Yet another PageView widget whose viewport can be expanded along the scrolling. **Exprollable** is a coined word combining the words expandable and scrollable. This project is an attemt to clone the modal sheet UI used in [Apple Books](https://www.apple.com/jp/apple-books/) app on iOS.Yet another PageView widget that expands its viewport as it scrolls. Exprollable is a coined word combining the words expandable and scrollable.
version: 1.0.0-beta.3
description: Yet another PageView widget that expands its viewport as it scrolls. Exprollable is a coined word combining the words expandable and scrollable.
version: 1.0.0-beta.4
repository: https://github.com/fujidaiti/exprollable_page_view

environment:
Expand Down