Skip to content

Commit c8b160a

Browse files
committed
Fix offset list tile refreshes on same value
1 parent e7b377f commit c8b160a

5 files changed

Lines changed: 36 additions & 35 deletions

File tree

app/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ packages:
753753
dependency: "direct main"
754754
description:
755755
path: "packages/keybinder"
756-
ref: ad904fd4f15fae6bed63728a387b29e1cf023ecf
757-
resolved-ref: ad904fd4f15fae6bed63728a387b29e1cf023ecf
756+
ref: "81eed1f96a53956b10f3ccfe4bc573bc17da5979"
757+
resolved-ref: "81eed1f96a53956b10f3ccfe4bc573bc17da5979"
758758
url: "https://github.com/LinwoodDev/dart_pkgs.git"
759759
source: git
760760
version: "0.0.1"
@@ -853,8 +853,8 @@ packages:
853853
dependency: "direct main"
854854
description:
855855
path: "packages/material_leap"
856-
ref: d3eab604143cac40036985a0483d97e352812ee4
857-
resolved-ref: d3eab604143cac40036985a0483d97e352812ee4
856+
ref: b12a98c7236116c39ed8f3f2bf7f7666163d4fdf
857+
resolved-ref: b12a98c7236116c39ed8f3f2bf7f7666163d4fdf
858858
url: "https://github.com/LinwoodDev/dart_pkgs.git"
859859
source: git
860860
version: "0.0.1"

app/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies:
6262
material_leap:
6363
git:
6464
url: https://github.com/LinwoodDev/dart_pkgs.git
65-
ref: d3eab604143cac40036985a0483d97e352812ee4
65+
ref: b12a98c7236116c39ed8f3f2bf7f7666163d4fdf
6666
path: packages/material_leap
6767
lw_sysapi:
6868
git:
@@ -97,7 +97,7 @@ dependencies:
9797
keybinder:
9898
git:
9999
url: https://github.com/LinwoodDev/dart_pkgs.git
100-
ref: ad904fd4f15fae6bed63728a387b29e1cf023ecf
100+
ref: 81eed1f96a53956b10f3ccfe4bc573bc17da5979
101101
path: packages/keybinder
102102
flutter_localized_locales: ^2.0.5
103103
cryptography_flutter_plus: ^3.0.0

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"remark-math": "^6.0.0",
2828
"typescript": "^6.0.3"
2929
},
30-
"packageManager": "pnpm@11.4.0",
30+
"packageManager": "pnpm@11.5.0",
3131
"devDependencies": {
3232
"@vite-pwa/astro": "^1.2.0",
3333
"sass": "^1.100.0",

docs/pnpm-lock.yaml

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metadata/en-US/changelogs/183.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
* Fix moving PDFs with spacer tools freezing the canvas ([#1106](https://github.com/LinwoodDev/Butterfly/issues/1106))
1616
* Fix stamp tool hover preview looks strange on touch ([#1107](https://github.com/LinwoodDev/Butterfly/issues/1107))
1717
* Fix horizontal and vertical wrongly named in texture background dialog
18+
* Fix offset list tile refreshes on same value
1819

1920
Read more here: https://linwood.dev/butterfly/2.5.3-rc.0

0 commit comments

Comments
 (0)