- Update a dependency to the latest release.
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: Wrap ContextMenu items again in a StateBuilder to refresh its state. (f88208d6)
- FIX: Wrap ContextMenu items again in a StateBuilder to refresh its state. (f88208d6)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: Convert local import to relative. (b0dbd644)
- FEAT: Export window_manager, hotkey_manager, and all public members for greater flexibility. Re-organize exports. (d2194b94)
- REFACTOR: Convert local import to relative. (b0dbd644)
- FEAT: Export window_manager, hotkey_manager, and all public members for greater flexibility. Re-organize exports. (d2194b94)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: Properly export OnWillPop function definition. (7618c1c9)
- FIX: Properly export OnWillPop function definition. (7618c1c9)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- REFACTOR(header): Remove unnecessary stateful builder. (bdfecccd)
- BREAKING FEAT(leading): Add seperate callbacks for the back button action and on will pop action. (c529e6ed)
Note: This release has breaking changes.
- REFACTOR(header): Remove unnecessary stateful builder. (bdfecccd)
- BREAKING FEAT(leading): Add seperate callbacks for the back button action and on will pop action. (c529e6ed)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(window_manager): Upgrade window manager and implement updated contract. (f655ccc7)
- FEAT(window_manager): Upgrade window manager and implement updated contract. (f655ccc7)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(web_stub): Correct the signature of ensureInitialized. (eb00ae1e)
- FIX(web_stub): Correct the signature of ensureInitialized. (eb00ae1e)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- BREAKING FEAT: Remove exported libraries and add web stubs for all exported members of the public API. (79909afc)
Note: This release has breaking changes.
- BREAKING FEAT: Remove exported libraries and add web stubs for all exported members of the public API. (79909afc)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(leading): Make drawer visible from small instead of of extra small. (022b18c3)
- FIX(leading): Make drawer visible from small instead of of extra small. (022b18c3)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(leading): Add support for customized auto-implied drawer button on non macos small devices. (20124f10)
- FEAT(leading): Add support for customized auto-implied drawer button on non macos small devices. (20124f10)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(leading): Pass down to leading widget the onWillPopCallback and back button configuration. (d41dfb5d)
- FIX(leading): Pass down to leading widget the onWillPopCallback and back button configuration. (d41dfb5d)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(buttons): Remove unnecessery variables on leading/trailing widgets. (a2228355)
- FIX: Correct repository in pubspec.yaml. (3815de4a)
- FEAT(melos): Add melos for semver. (6b2480e5)
- FEAT(leading): Add user defined callback for back button action. (9a11841e)
- FEAT: Rework. (1402dc9c)
- FIX(buttons): Remove unnecessery variables on leading/trailing widgets. (a2228355)
- FIX: Correct repository in pubspec.yaml. (3815de4a)
- FEAT(melos): Add melos for semver. (6b2480e5)
- FEAT(leading): Add user defined callback for back button action. (9a11841e)
- FEAT: Rework. (1402dc9c)
- You no longer need to edit the
my_application.cc
file to hide the header bar and use this package.
-
Fix a bug where the header icons would not be shown correctly if the user had not enabled the material 3 theme
-
Use BackButton instead of IconButton for the back button
- First release