libadwaita 1.0.0+1 libadwaita: ^1.0.0+1 copied to clipboard
Libadwaita's widgets for Flutter. Following Gnome HIG and available on all platforms.
Changelog #
1.0.0+1 #
- Fix Example link
1.0.0 #
BREAKING #
AdwHeaderBar.minimal
is nowAdwHeaderBar.custom
- Remove
label
parameter fromAdwTextField
ViewSwitcherStyle
is nowViewSwitcherPolicy
ViewSwitcherStyle.desktop
andViewSwitcherStyle.mobile
are also renamed toViewSwitcherPolicy.wide
andViewSwitcherPolicy.narrow
Changes to widgets #
ComboRow
- Dropdown is now scrollable if too many elements are there
Flap
- Renamed
flapController
tocontroller
- Moved most of the things into
FlapStyle
class to simplify its usage inAdwScaffold
HeaderBar
- Now the
AdwHeaderBar
is not dependent on any package,windowDecor
object is now optional - Add
isTransparent
parameter => MakesAdwHeaderBar
's background and border color
Popover
- Revisit popup menu by using
popover_gtk
package (popover package with fade transition) (#35)
TextField
- Add
autofocus
parameter - Add
prefixIcon
parameter - Add
onSubmitted
parameter
ViewSwitcher
- Add
badge
inAdwViewSwitcher
New Widgets
AdwSwitch
=> port ofGtkSwitch
from gtk4AdwAboutWindow
=> port of upcomingAdwAboutWindow
from libadwaita
1.0.0-rc.2 #
BREAKING
AdwHeaderBarMinimal
is nowAdwHeaderBar.minimal
- The
start
andend
parameter ofAdwHeaderBar
are nowList<Widget>
instead ofWidget
AdwTextButton
is nowAdwButton.flat
- The
height
andexpanded
properties of ViewSwitcher are now deprecated
Other Changes
- Add
AdwComboRow
,AdwAvatar
,AdwButton
(.pill
,.circular
,.flat
) - Improve Header Button
- Update Sidebar Theming
- Update View Switcher theming
- Remove Scroll errors from example app by improving
AdwClamp
1.0.0-rc.1 #
- Added the following widgets:
AdwScaffold
AdwTextField
AdwTextButton
AdwViewStack
WindowResizeListener
- Fix Window buttons null error
- Update Example
- Update
AdwActionRow
&AdwStackSidebar
- Improve
AdwFlap
1.0.0-rc.0 #
- Seperate libadwaita (Widgets) and adwaita (Colors)
- Rename Every widget from GtkSomething to AdwSomething
- Rename GtkContainer to AdwClamp and GtkTwoPane to AdwFlap
- Add
AdwPreferenceGroup
andAdwActionRow
from libadwaita. - Add
AdwStackSidebar
which is basicallyGtkStackSidebar
AdwHeaderBar
parameter's- Replace leading with start
- Replace trailing with end
- Replace center with title
Older CHANGELOG can be found here