Skip to content

Commit 1f54c8b

Browse files
author
Victor Ohashi
committed
chore: Deprecated isParentAlive
1 parent 9a80e2d commit 1f54c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/popover.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Future<T?> showPopover<T extends Object?>({
9494
VoidCallback? onPop,
9595
@Deprecated(
9696
'No longer used, please remove any reference to it.\n'
97-
'This feature was deprecated after 0.2.7.',
97+
'This feature was deprecated after 0.3.0.',
9898
)
9999
bool Function()? isParentAlive,
100100
BoxConstraints? constraints,

0 commit comments

Comments
 (0)