Skip to content

Commit

Permalink
Add description of the Safari app example
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Feb 5, 2024
1 parent f1a46ce commit 05512d5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
29 changes: 22 additions & 7 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br/>

## Showcases
Expand All @@ -27,26 +31,37 @@
<td>
<h3>AI Playlist Generator</h3>
<p>An AI assistant that helps create a music playlist based on the user's preferences. See <a href="https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/showcase/ai_playlist_generator.dart">the cookbook</a> for more details.</p>
<p>Used components:</p>
<p>Key components:</p>
<ul>
<li>NavigationSheet</li>
<li>ModalSheetPage</li>
<li>SheetContentScaffold</li>
<li>SheetPhysics</li>
<li>DraggableNavigationSheetPage</li>
<li>ScrollableNavigationSheetPage</li>
</ul>
</td>
</tr>
<tr>
<td width="30%"><img src="https://github.com/fujidaiti/smooth_sheets/assets/68946713/ad3f0ec1-fd7b-45d3-94a3-0b17c12b5889"/></td>
<td>
<h3>Safari app</h3>
<p>A practical example of ios-style modal sheets. See <a href="https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/showcase/safari">the cookbook</a> for more details.</p>
<p>Key components:</p>
<ul>
<li>CupertinoStackedTransition</li>
<li>CupertinoModalSheetRoute</li>
</ul>
</td>
</tr>
<tr>
<td width="30%"><img src="https://github.com/fujidaiti/smooth_sheets/assets/68946713/1fb3f047-c993-42be-9a7e-b3efc89be635"/></td>
<td>
<h3>Airbnb mobile app clone</h3>
<p>A partial clone of the Airbnb mobile app. The user can drag the house list down to reveal the map behind it. See <a href="https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/showcase/airbnb_mobile_app.dart">the cookbook</a> for more details.</p>
<p>Used components:</p>
<p>A partial clone of the Airbnb mobile app. The user can drag the house list down to reveal the map behind it. See <a href="https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/showcase/airbnb_mobile_app.dart">the cookbook</a> for more details.</p>
<p>Key components:</p>
<ul>
<li>ScrollableSheet</li>
<li>SheetPhysics</li>
<li>SheetController</li>
<li>SheetDraggable</li>
<li>ExtentDrivenAnimation</li>
</ul>
</td>
Expand All @@ -55,7 +70,7 @@
<td width="30%"><img src="https://github.com/fujidaiti/smooth_sheets/assets/68946713/b1e0f8d0-7037-48c5-ab4e-80a2c43df43b"/></td>
<td>
<h3>Todo List</h3>
<p>A simple Todo app that shows how a sheet handles the on-screen keyboard. See <a href="https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/showcase/todo_list/main.dart">the cookbook</a> for more details.</p>
<p>A simple Todo app that shows how a sheet handles the on-screen keyboard. See <a href="https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/showcase/todo_list">the cookbook</a> for more details.</p>
<p>Used components:</p>
<ul>
<li>ScrollableSheet</li>
Expand Down
Binary file added resources/cookbook-safari.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
![cookbook-airbnb-mobile-app](https://github.com/fujidaiti/smooth_sheets/assets/68946713/1fb3f047-c993-42be-9a7e-b3efc89be635)
![cookbook-extent-driven-animation](https://github.com/fujidaiti/smooth_sheets/assets/68946713/8b9ed0ef-675e-4468-8a3f-cd3f1ed3dfb0)
![cookbook-cupertino-modal-sheet](https://github.com/fujidaiti/smooth_sheets/assets/68946713/242a8d32-a355-4d4a-8248-4572a03c64eb)
![cookbook-safari](https://github.com/fujidaiti/smooth_sheets/assets/68946713/ad3f0ec1-fd7b-45d3-94a3-0b17c12b5889)

0 comments on commit 05512d5

Please sign in to comment.