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

feat: Sliver toolbar #368

Merged
merged 16 commits into from
Feb 28, 2023
Merged

feat: Sliver toolbar #368

merged 16 commits into from
Feb 28, 2023

Conversation

GroovinChip
Copy link
Collaborator

@GroovinChip GroovinChip commented Feb 21, 2023

This PR introduces the SliverToolbar widget, which allows developers to achieve effects like those desired in #321.

sliver_toolbar

Closes #321

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

# Conflicts:
#	example/lib/pages/toolbar_page.dart
#	lib/src/library.dart
# Conflicts:
#	example/lib/pages/buttons_page.dart
@GroovinChip GroovinChip self-assigned this Feb 21, 2023
@github-actions
Copy link

github-actions bot commented Feb 21, 2023

Dart Code Metrics analyze report of macos_ui. ✅

Summary

  • Scanned folders: lib

  • Total scanned files: 75

  • Total lines of source code: 9105

  • Total classes: 189

  • Average Cyclomatic Number per line of code: 0.24 / 5

  • Average Source Lines of Code per method: 11

  • Total tech debt: not found

  • Found issues: 0 ✅

@whiplashoo
Copy link
Collaborator

On a trip, will have a look soon!

@whiplashoo
Copy link
Collaborator

Superb! LGTM

@GroovinChip GroovinChip merged commit d601ff9 into dev Feb 28, 2023
@GroovinChip GroovinChip deleted the sliver_toolbar branch February 28, 2023 17:44
GroovinChip added a commit that referenced this pull request Feb 28, 2023
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
GroovinChip added a commit that referenced this pull request Feb 28, 2023
* 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

* fix(SidebarItem): use theme's primary color instead of hardcoded value  (#374)

* fix(SidebarItem): use theme's primary color instead of hardcoded value

Fixes #313

* chore: update version, changelog
@GroovinChip GroovinChip mentioned this pull request Mar 2, 2023
GroovinChip added a commit that referenced this pull request Apr 6, 2023
* 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
# Conflicts:
#	example/lib/pages/fields_page.dart
#	example/lib/pages/toolbar_page.dart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

MacosScaffold's main content area not scrolling under the blurring Toolbar
2 participants