leoafarias / sidekick

A simple app to make Flutter development more delightful
BSD 3-Clause "New" or "Revised" License
1.57k stars 101 forks source link

Bump flutter_acrylic from `12d32dd` to `cebfb68` #272

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flutter_acrylic from 12d32dd to cebfb68.

Changelog

Sourced from flutter_acrylic's changelog.

1.1.0+1

1.1.0

  • Added methods to add a toolbar to the window on macOS and change its style.
  • Added methods to enable/disable the window's shadow on macOS.
  • Added method to make the window fully transparent on macOS.
  • Added methods to ignore mouse events on macOS.
  • Added method to set the window's subtitle on macOS.
  • Added methods and widgets to create visual effect subviews on macOS.
  • Improved documentation of various widgets and classes.

Breaking change: Migrated to macos_window_utils. See the migration guide for more information.

1.0.0+2

  • Hotfix: Fixes a problem with too many rebuilds in TitlebarSafeArea.
  • Using the latest version of bitsdojo_window to fix Flutter 3 compatibility issues.

1.0.0+1

  • Hotfix: Update Linux method call handler to match new channel & method names.

1.0.0

0.1.0

  • Implement WindowEffect.mica for Windows 11 or greater.
  • BREAKING: Rename AcrylicEffect enum to WindowEffect.
  • BREAKING: Rename gradientColor argument to color.
  • Add Window.showWindowControls & Window.hideWindowControls.

0.0.3

  • Update image links & example.

0.0.2

  • Linux support.

0.0.1

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)