Breaking the ice
BREAKING
flapPolicy
andflapPosition
are now removed fromFlapStyle
useFlapOptions
and options parameter ofAdwFlap
.- Previously
AdwFlap( style: FlapStyle( width: ..., breakpoint: ..., flapPosition: ..., flapPolicy: ..., ) )
- Now
AdwFlap( style: FlapStyle( width: ..., breakpoint: ..., ), options: FlapOptions( flapPosition: ..., flapPolicy: ..., ) )
- Previously
- Fix spelling by renaming
seperator
toseparator
everywhere AdwPopupMenu
is nowGtkPopupMenu
AdwStackSwitcher
is nowGtkStackSwitcher
AdwToggleButton
is nowGtkToggleButton
DEPRECATED
headerbar
parameter fromAdwScaffold
andAdwAboutWindow
is deprecated- Previously
AdwScaffold( headerbar: (viewS) => AdwHeaderBar( start: start, end: end, title: viewS ?? title, ), viewSwitcher: viewSwitcher, )
- Now
AdwScaffold( start: start, end: end, title: title, viewSwitcher: viewSwitcher, )
- Previously
ADDED
- Add
GtkDialog
- Add
appName
andappVersion
parameter actions
andcontrols
parameter forAdwHeaderBar
- Add ability to change
horizontalTitleGap
forAdwActionRow
andAdwComboRow
- Add
visible
property ofFlapOptions
- Add
border
to ViewSwitcher in mobile view - Init Translations
CHANGED
- Remove null checks from WidgetsBinding (Flutter 3.0.0)
- Changed launch to launchUrl for url_launcher package
- Changed default value of
horizontalTitleGap
to 8 - Switch to
titlebar_buttons
package aswindow_decorations
is deprecated - Link to external examples in example.md
Full Changelog: 1.0.2...1.2.0