-
-
Notifications
You must be signed in to change notification settings - Fork 200
Latest from dev
#586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Latest from dev
#586
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
* 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>
#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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the latest code from
devPre-launch Checklist
CHANGELOG.mdwith my changes