Awesome pre-release
Pre-release
Pre-release
BREAKING
flapPolicyandflapPositionare now removed fromFlapStyleuseFlapOptionsand 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
seperatortoseparatoreverywhere AdwPopupMenuis nowGtkPopupMenuAdwStackSwitcheris nowGtkStackSwitcherAdwToggleButtonis nowGtkToggleButton
DEPRECATED
headerbarparameter fromAdwScaffoldandAdwAboutWindowis 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
appNameandappVersionparameter actionsandcontrolsparameter forAdwHeaderBar- Add ability to change
horizontalTitleGapforAdwActionRowandAdwComboRow - Add
visibleproperty ofFlapOptions - Add
borderto ViewSwitcher in mobile view - Init Translations
CHANGED
- Changed default value of
horizontalTitleGapto 8 - Switch to
titlebar_buttonspackage aswindow_decorationsis deprecated - Link to external examples in example.md
Full Changelog: 1.0.2...1.2.0-dev