Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 18:02
· 1347 commits to main since this release

Features

New Insets-UI library

You no longer need to copy InsetsAwareTopAppBar() into your projects. We now provide some commonly used layouts which support a contentPadding parameter. We also provide a copy of Scaffold which draws the content behind both the top and bottom bars, to be better support edge-to-edge use-cases.

See here for more info.

New properties for controlling the system ui

We now provide new properties for controlling the visibility of the status, navigation and system bars. See here for more information.

All changes