Skip to content
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

Version 1.11.1 #366

Merged
merged 24 commits into from
Feb 21, 2023
Merged

Version 1.11.1 #366

merged 24 commits into from
Feb 21, 2023

Commits on Jul 27, 2022

  1. Version 1.7.1 (#287)

    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    * Version 1.4.1 (#255)
    
    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: repository, homepage fields
    
    * chore: update readme
    
    * feat(starter_app): Version 1.1.0
    
    * feat(starter_app): multi-window support
    
    * feat: starter_app 1.2.1
    
    * chore: move brick to its own repo & go back to old pana action
    
    * Expand remaining part of row in MacosListTile (#265)
    
    * Expand remaining part of row #264
    
    * Increment to version 1.4.2
    
    * End sidebar (#267)
    
    * chore: add missing trailing comma
    
    * chore: improve MacosIconButton animation curve
    
    * chore: remove false_secrets from pubspec.yaml
    
    * feat: end sidebar
    
    Also fixes the tests portion of the pr_prelaunch_tasks script
    
    * feat: add "isEndSidebarShown" to MacosWindowScope
    
    * fix: Correct the placement of the leading widget in disclosure sidebar items (#272)
    
    * chore: Update changelog
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * Update Actions (#279)
    
    * Update flutter_analysis.yml
    
    * Update dart_code_metrics.yaml
    
    * Update gh_pages.yml
    
    * Update pana_analysis.yml
    
    * Update codecov.yaml
    
    * fix syntax issue
    
    * Version 1.6.0 - `MacosTabView` & `MacosSegmentedControl` (#273)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: update README example for MacosTabView
    
    * chore: fix typo in MacosSegmentedControl
    
    * chore: fix typo in MacosSegmentedControl docstring
    
    * test: remove explicitly setting active property of MacosTabs
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * Version 1.7.0: `MacosImageIcon` & sidebar updates (#274)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * feat: MacosImageIcon & sidebar updates
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: fix README
    
    * test: fix date picker test
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * chore: fix typo in pr template
    
    * feat: gh action to auto-generate releases on push to stable
    
    * chore: update release action with latest from stable
    
    * feat: add action to publish to pub
    
    * docs: update readme
    
    * Addresses #237
    * Adds MacosColorWell to selectors section
    * Adds code snippets for date & time pickers
    
    * fix: 1.7.1
    
    Fixes issue where end sidebar window breakpoint wasn’t being respected
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    Co-authored-by: Jon Saw <jon.saw@gmail.com>
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    4 people authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    aec6f25 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Version 1.7.3 (#293)

    GroovinChip authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    fd8d3ed View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Version 1.7.4 (#295)

    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    * Version 1.4.1 (#255)
    
    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: repository, homepage fields
    
    * chore: update readme
    
    * feat(starter_app): Version 1.1.0
    
    * feat(starter_app): multi-window support
    
    * feat: starter_app 1.2.1
    
    * chore: move brick to its own repo & go back to old pana action
    
    * Expand remaining part of row in MacosListTile (#265)
    
    * Expand remaining part of row #264
    
    * Increment to version 1.4.2
    
    * End sidebar (#267)
    
    * chore: add missing trailing comma
    
    * chore: improve MacosIconButton animation curve
    
    * chore: remove false_secrets from pubspec.yaml
    
    * feat: end sidebar
    
    Also fixes the tests portion of the pr_prelaunch_tasks script
    
    * feat: add "isEndSidebarShown" to MacosWindowScope
    
    * fix: Correct the placement of the leading widget in disclosure sidebar items (#272)
    
    * chore: Update changelog
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * Update Actions (#279)
    
    * Update flutter_analysis.yml
    
    * Update dart_code_metrics.yaml
    
    * Update gh_pages.yml
    
    * Update pana_analysis.yml
    
    * Update codecov.yaml
    
    * fix syntax issue
    
    * Version 1.6.0 - `MacosTabView` & `MacosSegmentedControl` (#273)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: update README example for MacosTabView
    
    * chore: fix typo in MacosSegmentedControl
    
    * chore: fix typo in MacosSegmentedControl docstring
    
    * test: remove explicitly setting active property of MacosTabs
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * Version 1.7.0: `MacosImageIcon` & sidebar updates (#274)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * feat: MacosImageIcon & sidebar updates
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: fix README
    
    * test: fix date picker test
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * chore: fix typo in pr template
    
    * feat: gh action to auto-generate releases on push to stable
    
    * chore: update release action with latest from stable
    
    * feat: add action to publish to pub
    
    * docs: update readme
    
    * Addresses #237
    * Adds MacosColorWell to selectors section
    * Adds code snippets for date & time pickers
    
    * fix: 1.7.1
    
    Fixes issue where end sidebar window breakpoint wasn’t being respected
    
    * Tab view padding (#285)
    
    * fix: use prepared title wrapped with a DefaultTextStyle instead of the raw title (#289)
    
    * chore: fix typo
    
    Closes #290
    
    * feat: add `backgroundColor` to `MacosSheet` (#291)
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    Co-authored-by: Jon Saw <jon.saw@gmail.com>
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    Co-authored-by: st merlhin <77164238+stMerlHin@users.noreply.github.com>
    Co-authored-by: jtdLab <72231111+jtdLab@users.noreply.github.com>
    6 people authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    de69606 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Version 1.7.5 (#299)

    * chore: fix Flutter 3.3 warnings
    GroovinChip authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c177f19 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Version 1.7.6 (#327)

    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    * Version 1.4.1 (#255)
    
    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: repository, homepage fields
    
    * chore: update readme
    
    * feat(starter_app): Version 1.1.0
    
    * feat(starter_app): multi-window support
    
    * feat: starter_app 1.2.1
    
    * chore: move brick to its own repo & go back to old pana action
    
    * Expand remaining part of row in MacosListTile (#265)
    
    * Expand remaining part of row #264
    
    * Increment to version 1.4.2
    
    * End sidebar (#267)
    
    * chore: add missing trailing comma
    
    * chore: improve MacosIconButton animation curve
    
    * chore: remove false_secrets from pubspec.yaml
    
    * feat: end sidebar
    
    Also fixes the tests portion of the pr_prelaunch_tasks script
    
    * feat: add "isEndSidebarShown" to MacosWindowScope
    
    * fix: Correct the placement of the leading widget in disclosure sidebar items (#272)
    
    * chore: Update changelog
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * Update Actions (#279)
    
    * Update flutter_analysis.yml
    
    * Update dart_code_metrics.yaml
    
    * Update gh_pages.yml
    
    * Update pana_analysis.yml
    
    * Update codecov.yaml
    
    * fix syntax issue
    
    * Version 1.6.0 - `MacosTabView` & `MacosSegmentedControl` (#273)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: update README example for MacosTabView
    
    * chore: fix typo in MacosSegmentedControl
    
    * chore: fix typo in MacosSegmentedControl docstring
    
    * test: remove explicitly setting active property of MacosTabs
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * Version 1.7.0: `MacosImageIcon` & sidebar updates (#274)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * feat: MacosImageIcon & sidebar updates
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: fix README
    
    * test: fix date picker test
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * chore: fix typo in pr template
    
    * feat: gh action to auto-generate releases on push to stable
    
    * chore: update release action with latest from stable
    
    * feat: add action to publish to pub
    
    * docs: update readme
    
    * Addresses #237
    * Adds MacosColorWell to selectors section
    * Adds code snippets for date & time pickers
    
    * fix: 1.7.1
    
    Fixes issue where end sidebar window breakpoint wasn’t being respected
    
    * Tab view padding (#285)
    
    * fix: use prepared title wrapped with a DefaultTextStyle instead of the raw title (#289)
    
    * chore: fix typo
    
    Closes #290
    
    * feat: add `backgroundColor` to `MacosSheet` (#291)
    
    * chore: fix Flutter 3.3 warnings
    
    * fix: address ScrollController bug in MacosPopupButton (#300)
    
    * fix(tests): account for Jan -> Dec & Dec -> Jan
    
    date_picker_test.dart was failing due to not accounting for going from January to December and vice-versa.
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    Co-authored-by: Jon Saw <jon.saw@gmail.com>
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    Co-authored-by: st merlhin <77164238+stMerlHin@users.noreply.github.com>
    Co-authored-by: jtdLab <72231111+jtdLab@users.noreply.github.com>
    6 people authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    ae5dc52 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Version 1.9.0 (#339)

    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    * Version 1.4.1 (#255)
    
    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: repository, homepage fields
    
    * chore: update readme
    
    * feat(starter_app): Version 1.1.0
    
    * feat(starter_app): multi-window support
    
    * feat: starter_app 1.2.1
    
    * chore: move brick to its own repo & go back to old pana action
    
    * Expand remaining part of row in MacosListTile (#265)
    
    * Expand remaining part of row #264
    
    * Increment to version 1.4.2
    
    * End sidebar (#267)
    
    * chore: add missing trailing comma
    
    * chore: improve MacosIconButton animation curve
    
    * chore: remove false_secrets from pubspec.yaml
    
    * feat: end sidebar
    
    Also fixes the tests portion of the pr_prelaunch_tasks script
    
    * feat: add "isEndSidebarShown" to MacosWindowScope
    
    * fix: Correct the placement of the leading widget in disclosure sidebar items (#272)
    
    * chore: Update changelog
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * Update Actions (#279)
    
    * Update flutter_analysis.yml
    
    * Update dart_code_metrics.yaml
    
    * Update gh_pages.yml
    
    * Update pana_analysis.yml
    
    * Update codecov.yaml
    
    * fix syntax issue
    
    * Version 1.6.0 - `MacosTabView` & `MacosSegmentedControl` (#273)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: update README example for MacosTabView
    
    * chore: fix typo in MacosSegmentedControl
    
    * chore: fix typo in MacosSegmentedControl docstring
    
    * test: remove explicitly setting active property of MacosTabs
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * Version 1.7.0: `MacosImageIcon` & sidebar updates (#274)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * feat: MacosImageIcon & sidebar updates
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: fix README
    
    * test: fix date picker test
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * chore: fix typo in pr template
    
    * feat: gh action to auto-generate releases on push to stable
    
    * chore: update release action with latest from stable
    
    * feat: add action to publish to pub
    
    * docs: update readme
    
    * Addresses #237
    * Adds MacosColorWell to selectors section
    * Adds code snippets for date & time pickers
    
    * fix: 1.7.1
    
    Fixes issue where end sidebar window breakpoint wasn’t being respected
    
    * Tab view padding (#285)
    
    * fix: use prepared title wrapped with a DefaultTextStyle instead of the raw title (#289)
    
    * chore: fix typo
    
    Closes #290
    
    * feat: add `backgroundColor` to `MacosSheet` (#291)
    
    * chore: fix Flutter 3.3 warnings
    
    * fix: address ScrollController bug in MacosPopupButton (#300)
    
    * fix(tests): account for Jan -> Dec & Dec -> Jan
    
    date_picker_test.dart was failing due to not accounting for going from January to December and vice-versa.
    
    * fix(plugin): Ensure the native color panel releases when closed
    
    * Update flutter_analysis.yml
    
    Closes #334
    
    * Various bug fixes & minor updates (#338)
    
    * Macos slider (#337)
    
    * chore: run flutter format .
    
    * chore: fix analysis
    
    * chore: Bump version and update CHANGELOG.md
    
    * chore: Update images to self taken ones as MacOS images are outdated
    
    * fix: fix position offset by a small value
    
    * fix: PR review feedback
    
    * Update lib/src/indicators/slider.dart
    
    ---------
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    ---------
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    Co-authored-by: Jon Saw <jon.saw@gmail.com>
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    Co-authored-by: st merlhin <77164238+stMerlHin@users.noreply.github.com>
    Co-authored-by: jtdLab <72231111+jtdLab@users.noreply.github.com>
    Co-authored-by: Norbert Kozsir <norbertkozsir@gmail.com>
    7 people authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b55c500 View commit details
    Browse the repository at this point in the history
  2. Version 1.9.1 (#341)

    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    * Version 1.4.1 (#255)
    
    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: repository, homepage fields
    
    * chore: update readme
    
    * feat(starter_app): Version 1.1.0
    
    * feat(starter_app): multi-window support
    
    * feat: starter_app 1.2.1
    
    * chore: move brick to its own repo & go back to old pana action
    
    * Expand remaining part of row in MacosListTile (#265)
    
    * Expand remaining part of row #264
    
    * Increment to version 1.4.2
    
    * End sidebar (#267)
    
    * chore: add missing trailing comma
    
    * chore: improve MacosIconButton animation curve
    
    * chore: remove false_secrets from pubspec.yaml
    
    * feat: end sidebar
    
    Also fixes the tests portion of the pr_prelaunch_tasks script
    
    * feat: add "isEndSidebarShown" to MacosWindowScope
    
    * fix: Correct the placement of the leading widget in disclosure sidebar items (#272)
    
    * chore: Update changelog
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * Update Actions (#279)
    
    * Update flutter_analysis.yml
    
    * Update dart_code_metrics.yaml
    
    * Update gh_pages.yml
    
    * Update pana_analysis.yml
    
    * Update codecov.yaml
    
    * fix syntax issue
    
    * Version 1.6.0 - `MacosTabView` & `MacosSegmentedControl` (#273)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: update README example for MacosTabView
    
    * chore: fix typo in MacosSegmentedControl
    
    * chore: fix typo in MacosSegmentedControl docstring
    
    * test: remove explicitly setting active property of MacosTabs
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * Version 1.7.0: `MacosImageIcon` & sidebar updates (#274)
    
    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * feat: MacosImageIcon & sidebar updates
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: fix README
    
    * test: fix date picker test
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    
    * chore: fix typo in pr template
    
    * feat: gh action to auto-generate releases on push to stable
    
    * chore: update release action with latest from stable
    
    * feat: add action to publish to pub
    
    * docs: update readme
    
    * Addresses #237
    * Adds MacosColorWell to selectors section
    * Adds code snippets for date & time pickers
    
    * fix: 1.7.1
    
    Fixes issue where end sidebar window breakpoint wasn’t being respected
    
    * Tab view padding (#285)
    
    * fix: use prepared title wrapped with a DefaultTextStyle instead of the raw title (#289)
    
    * chore: fix typo
    
    Closes #290
    
    * feat: add `backgroundColor` to `MacosSheet` (#291)
    
    * chore: fix Flutter 3.3 warnings
    
    * fix: address ScrollController bug in MacosPopupButton (#300)
    
    * fix(tests): account for Jan -> Dec & Dec -> Jan
    
    date_picker_test.dart was failing due to not accounting for going from January to December and vice-versa.
    
    * fix(plugin): Ensure the native color panel releases when closed
    
    * Update flutter_analysis.yml
    
    Closes #334
    
    * Various bug fixes & minor updates (#338)
    
    * Macos slider (#337)
    
    * chore: run flutter format .
    
    * chore: fix analysis
    
    * chore: Bump version and update CHANGELOG.md
    
    * chore: Update images to self taken ones as MacOS images are outdated
    
    * fix: fix position offset by a small value
    
    * fix: PR review feedback
    
    * Update lib/src/indicators/slider.dart
    
    ---------
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    * 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 <groovinchip@gmail.com>
    
    ---------
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    Co-authored-by: Jon Saw <jon.saw@gmail.com>
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    Co-authored-by: st merlhin <77164238+stMerlHin@users.noreply.github.com>
    Co-authored-by: jtdLab <72231111+jtdLab@users.noreply.github.com>
    Co-authored-by: Norbert Kozsir <norbertkozsir@gmail.com>
    Co-authored-by: Elijah Luckey <luckeyelijah112@gmail.com>
    8 people authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    02cd183 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. 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
    GroovinChip committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    17982c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. chore: update gitignore

    GroovinChip committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    99d8196 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. chore: update pr template

    GroovinChip committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    afe615b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc4770 View commit details
    Browse the repository at this point in the history
  3. feat: update flutter_analysis workflow (#356)

    * attempt to automate dartfmt on pr's
    
    * finish the if condition
    
    * add some output messages
    GroovinChip authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    427c773 View commit details
    Browse the repository at this point in the history
  4. docs: update README

    Closes #352
    GroovinChip committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6d57a89 View commit details
    Browse the repository at this point in the history
  5. docs(ToolBar): update dartdocs

    Closes #351
    GroovinChip committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    10dda17 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Bottom resizable pane (#349)

    * add bottom_resizable_pane.dart file
    
    * add test for BottomResizablePane
    
    * incremented the package version as appropriate and updated CHANGELOG.md
    
    * include the bottomResizable pane widget on the example app (ButtonsPage) and exports the file
    
    * makes ResizablePane horizontally draggable
    
    * update doc comments
    
    * include breaking change detail in CHANGELOG.md file
    
    * update ResizablePane test
    
    * remove bottom_resizable_pane.dart file and his test file
    
    * update buttons_page.dart file in example app
    
    * fix lints
    
    * run dart format
    
    * set the correct parameter name of resizable pane instance in example's ButtonsPage
    
    * Apply suggestions from code review
    
    * tweak changelog
    
    * dartfmt
    
    ---------
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    stMerlHin and GroovinChip authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b631898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab13cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f93e14 View commit details
    Browse the repository at this point in the history
  4. fix: SearchField overlay actions are not performed (#357)

    * fix: SearchField overlay actions are not performed
    
    See #348 for more details
    
    * fix: run flutter pub get
    
    * fix: add missing MacosSearchField test
    
    * formatting tweak
    
    ---------
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    FelixMethe and GroovinChip authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    caf6598 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e2bd14 View commit details
    Browse the repository at this point in the history
  6. address lints

    GroovinChip committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    bd170da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc8ac9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f198d50 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    53a7417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51dee27 View commit details
    Browse the repository at this point in the history