Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: remove old Yaru*Row and YaruPage references #347

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ A set of convenient widgets made with `material.dart` to easily build desktop an
For example:

- `YaruMasterDetailPage`, for having a UI skeletton that adapts its navigation to the window width, with one layout for a wide/landscape window and one layout for a narrow/portrait window
- `Yaru*Row` widgets, which make it easy to put widgets in a consistent row-container
- `YaruPage`, for creating a scrollable, always-the-same-size container page
- `YaruSection` for putting `Yaru*Row` widgets into a container with a rounded border and a headline
- `YaruTabbedPage`, for creating a tabbed view of `YaruPage`s with sane constraints and looks
- `YaruTabbedPage`, for creating a tabbed view of pages with sane constraints and looks

## What it ain't

Expand Down