Skip to content

Tags: macosui/macos_ui

Tags

2.1.0

Toggle 2.1.0's commit message
chore: remove straggling import

2.0.2

Toggle 2.0.2's commit message
Merge branch 'stable' into dev

# Conflicts:
#	CHANGELOG.md
#	example/pubspec.lock
#	lib/src/buttons/push_button.dart
#	pubspec.lock
#	pubspec.yaml
#	test/theme/push_button_theme_test.dart

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

1.12.2

Toggle 1.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'stable' into dev

1.12.1+1

Toggle 1.12.1+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: typo in month abbreviation (#370)

Co-authored-by: GroovinChip <[email protected]>

1.12.1

Toggle 1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'stable' into dev

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Sliver toolbar (#368)

* feat: `SliverToolBar`

* chore(example): address lints

* docs(SliverToolbar): update `floating` doc

* feat(example): add page for SliverToolbar

* chore: dart format

* docs(SliverToolBar): slight change to `pinned` docs

* docs(SliverToolBar): add section to readme

* docs(SliverToolBar): tweak sample

* test(SliverAppBar): add initial tests

* chore: update version & changelog

* chore: pub upgrade

* chore: remove unused imports

* test: remove ignore lint

1.11.1

Toggle 1.11.1's commit message
Merge branch 'stable' into dev

# Conflicts:
#	CHANGELOG.md
#	example/lib/pages/buttons_page.dart
#	example/pubspec.lock
#	lib/src/layout/resizable_pane.dart
#	pubspec.yaml
#	test/layout/resizeable_pane_test.dart

1.10.0

Toggle 1.10.0's commit message
Merge branch 'stable' into dev

# Conflicts:
#	CHANGELOG.md
#	example/lib/main.dart
#	example/lib/pages/buttons_page.dart
#	example/lib/pages/colors_page.dart
#	example/lib/pages/dialogs_page.dart
#	example/lib/pages/fields_page.dart
#	example/lib/pages/indicators_page.dart
#	example/lib/pages/toolbar_page.dart
#	example/pubspec.lock
#	lib/macos_ui.dart
#	lib/src/fields/text_field.dart
#	lib/src/indicators/scrollbar.dart
#	lib/src/layout/content_area.dart
#	lib/src/layout/window.dart
#	lib/src/selectors/date_picker.dart
#	pubspec.lock
#	pubspec.yaml
#	test/buttons/help_button_test.dart
#	test/buttons/icon_button_test.dart
#	test/buttons/pulldown_button_test.dart
#	test/buttons/push_button_test.dart
#	test/buttons/radio_button_test.dart
#	test/buttons/segmented_control_test.dart
#	test/layout/macos_list_tile_test.dart
#	test/layout/resizeable_pane_test.dart
#	test/selectors/date_picker_test.dart

1.9.1

Toggle 1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds `intialDate` to `MacosDatePicker` (#329)

* Adds `intialDate` to `MacosDatePicker`

* Bumps `macos_ui` version to `1.7.7`

* Apply suggestions from code review

* spelling correction

---------

Co-authored-by: Reuben Turner <[email protected]>