Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions packages/animations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.1

* Updated the documentation for `OpenContainer.onClosed` to clarify that it is called at the start of the closing transition, not at the end.

## 2.1.0

* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
Expand Down
3 changes: 2 additions & 1 deletion packages/animations/lib/src/open_container.dart
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ class OpenContainer<T extends Object?> extends StatefulWidget {
/// * [Material.shape], which is used to implement this property.
final ShapeBorder openShape;

/// Called when the container was popped and has returned to the closed state.
/// Called when the container was popped and is about to transition back to
/// the closed state.
///
/// The return value from the popped screen is passed to this function as an
/// argument.
Expand Down
2 changes: 1 addition & 1 deletion packages/animations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: animations
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
repository: https://github.com/flutter/packages/tree/main/packages/animations
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22
version: 2.1.0
version: 2.1.1

environment:
sdk: ^3.7.0
Expand Down