Skip to content

Conversation

@GroovinChip
Copy link
Collaborator

This PR contains the latest code from dev

Pre-launch Checklist

  • I have incremented the package version as appropriate and updated CHANGELOG.md with my changes
  • I have added/updated relevant documentation
  • I have run "optimize/organize imports" on all changed files
  • I have addressed all analyzer warnings as best I could

TahaTesser and others added 21 commits October 5, 2024 12:30
* fix typo in changelog

* add Flutter version constraint

This was done to prevent the following error when publishing to pub.dev:
  ```
  Package validation found the following error:
  * pubspec.yaml allows Flutter SDK version 1.9.x, which does not support the flutter.plugin.platforms key.
    Please consider increasing the Flutter SDK requirement to ^1.10.0 (environment.sdk.flutter)
  ```

* increase Flutter SDK requirement so that no `ios/` folder is necessary
* fix #536

* bump version to 2.1.3

* add changelog entry for version 2.1.3
* fix barrier color having wrong color in dark mode

* bump version to 2.1.4

* add changelog entry for version 2.1.4

* automatic changes
* migrate from `withOpacity` to `withValues`

* migrate away from `value` in `Color`

* migrate away from `red`, `green`, `blue`, and `alpha`

* bump version to 2.1.5

* add changelog entry for version 2.1.5
* add sidebar header option to SidebarItem

* bump version

add sidebar header option to SidebarItem

* update changelog

* add disclosure variant to SidebarHeaderItem

* fix leading

* bump version to 2.1.6

* fine-tune the appearance of sidebar header elements to get closer to the native look

* apply fine-tuning done in f6f24ff to headings with no disclosure items

* rename a function

* remove spacer from trailing element in sidebar item

* fix the background color in the `showMacosSheet` function when dark mode is enabled

* update changelog for version 2.1.6

* make use of “section” sidebar items in the example app for demonstration purposes

---------

Co-authored-by: Adrian Samoticha <86920182+Adrian-Samoticha@users.noreply.github.com>
Co-authored-by: Adrian Samoticha <86920182+Adrian-Samoticha@users.noreply.github.com>
* fix #545

* document some fields that were introduced in 6c15da0

* bump version to 2.1.9

* add changelog entry for version 2.1.9
#559)

* MacosTextField : Default cursor color to text color when not specified

* make text field cursor color follow accent color if not explicitly set

* export `src/utils/accent_color_listener.dart`

* bump version to 2.1.10

* add changelog entry for version 2.1.10

* remove unused import

* remove default clauses for accent color switch statements

---------

Co-authored-by: Adrian Samoticha <86920182+Adrian-Samoticha@users.noreply.github.com>
* feat: add support for Swift package manager

* chore(example): add Swift package manager integration

This also excludes generated iOS files from version control
when running "flutter run -d macos"

* chore: exclude Swift package manager build files

* chore: update version, add change in CHANGELOG.md, upgrade deps in pubspec.lock

* upgrade dependencies

* update “Modern window look” in README.md

---------

Co-authored-by: Adrian Samoticha <86920182+Adrian-Samoticha@users.noreply.github.com>
* chore: bump supported Dart SDK, dependencies

* chore: address lints

* chore: migrate from `scale()` to `scaleByVector3()`

Requires a new direct dependency on `pkg:vector_math`

* chore: bump version & changelog

* chore: remove old DCM check

* test: fix tests

* chore: ignore lint

* fix: revert return type

* test: fix some tests

* test: fix some more tests

* test: fix search field theme test

* test: fix more failing tests

* chore: add updated DCM action to analysis job

* chore: increase minimum supported Flutter version

* docs: update `readme` to recommend Flutter >= 3.35
* chore: prefer `const BorderRadius.all`

* chore: sort private members

* chore: ignore lint

* chore: bump version & changelog
* fix: wrap toolbar items with MacosToolbarPassthrough

* Add tests for MacosToolbarPassthrough wrapper
Fix setState() called after dispose in MacosPulldownButton
@GroovinChip GroovinChip merged commit 2e60d74 into stable Oct 19, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants