Skip to content

Commit

Permalink
Add tutorial link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Mar 20, 2024
1 parent 21ae9b0 commit 638d3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,10 @@ A special kind of [Scaffold](https://api.flutter.dev/flutter/material/Scaffold-c

See also:

- [tutorial/sheet_content_scaffold.dart](https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/tutorial/sheet_content_scaffold.dart), which shows the basic usage of this widget.
- [SheetContentScaffold](https://pub.dev/documentation/smooth_sheets/latest/smooth_sheets/SheetContentScaffold-class.html), the API documentation.
- [BottomBarVisibility](https://pub.dev/documentation/smooth_sheets/latest/smooth_sheets/BottomBarVisibility-class.html), which can be used to control the visibility of the bottom bar based on the sheet position.
- [tutorial/sheet_content_scaffold.dart](https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/tutorial/sheet_content_scaffold.dart), which shows the basic usage of SheetContentScaffold.
- [tutorial/bottom_bar_visibility.dart](https://github.com/fujidaiti/smooth_sheets/blob/main/cookbook/lib/tutorial/bottom_bar_visibility.dart), which shows the basic usage of BottomBarVisibility widgets.

<br/>

Expand Down

0 comments on commit 638d3ed

Please sign in to comment.