From 05512d53c193ee64983eb5371c3be0a37570cd64 Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Mon, 5 Feb 2024 14:09:01 +0900 Subject: [PATCH] Add description of the Safari app example --- package/README.md | 29 ++++++++++++++++++++++------- resources/cookbook-safari.gif | Bin 0 -> 6926919 bytes resources/index.md | 1 + 3 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 resources/cookbook-safari.gif diff --git a/package/README.md b/package/README.md index d5d84dce..4fd380b3 100644 --- a/package/README.md +++ b/package/README.md @@ -17,6 +17,10 @@ > > This library is currently in the experimental stage. The API may undergo changes without prior notice. +> [!NOTE] +> +> For documentation of the latest published version, please visit the [package page](https://pub.dev/packages/smooth_sheets) on pub.dev. +
## Showcases @@ -27,12 +31,24 @@

AI Playlist Generator

An AI assistant that helps create a music playlist based on the user's preferences. See the cookbook for more details.

-

Used components:

+

Key components:

+ + + + + +

Safari app

+

A practical example of ios-style modal sheets. See the cookbook for more details.

+

Key components:

+ @@ -40,13 +56,12 @@

Airbnb mobile app clone

-

A partial clone of the Airbnb mobile app. The user can drag the house list down to reveal the map behind it. See the cookbook for more details.

-

Used components:

+

A partial clone of the Airbnb mobile app. The user can drag the house list down to reveal the map behind it. See the cookbook for more details.

+

Key components:

@@ -55,7 +70,7 @@

Todo List

-

A simple Todo app that shows how a sheet handles the on-screen keyboard. See the cookbook for more details.

+

A simple Todo app that shows how a sheet handles the on-screen keyboard. See the cookbook for more details.

Used components: