diff --git a/examples/presentation/lib/main.dart b/examples/presentation/lib/main.dart index a6b928a..12aa7c4 100644 --- a/examples/presentation/lib/main.dart +++ b/examples/presentation/lib/main.dart @@ -581,6 +581,7 @@ FlutterDeckSlide sideEffects(BuildContext context) { 'Mutating the private data triggers capsule rebuilds', 'State is stored directly in the container alongside capsule data', 'Compose together into a tree', + 'Idempotent vs. non-idempotent', ], ); },