Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/libedax/dll/libedax-x64.dll
Binary file not shown.
Binary file modified assets/libedax/dll/libedax.so
Binary file not shown.
Binary file modified macos/libedax.universal.dylib
Binary file not shown.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,10 @@ packages:
dependency: "direct main"
description:
name: libedax4dart
sha256: "191ab393b31e2d0db3cb7b0f8dc61120a16461dedb36b8a30485c99e317af7e0"
sha256: fb135567de81c9fd443997acafd9b4c6858692388096b42a37cefc2f65429b04
url: "https://pub.dev"
source: hosted
version: "7.40.0"
version: "7.41.0"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -488,10 +488,10 @@ packages:
dependency: "direct main"
description:
name: pasteboard
sha256: "7bf733f3a00c7188ec1f2c6f0612854248b302cf91ef3611a2b7bb141c0f9d55"
sha256: "9ff73ada33f79a59ff91f6c01881fd4ed0a0031cfc4ae2d86c0384471525fca1"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.4.0"
path:
dependency: "direct main"
description:
Expand Down Expand Up @@ -552,10 +552,10 @@ packages:
dependency: "direct dev"
description:
name: pedantic_sensuikan1973
sha256: "1ea7d10a2dc41c7ad1dc26c77f44ec9d86e5329a58b755a27068c07789d05a75"
sha256: bba678bc9c3409c2e26811ad12064dc96817f4b5acfc5c2d2cb01353f2502bd0
url: "https://pub.dev"
source: hosted
version: "5.11.0"
version: "5.12.0"
petitparser:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ dependencies:
sdk: flutter
font_awesome_flutter: ^10.8.0
intl: ^0.19.0 # https://docs.flutter.dev/accessibility-and-localization/internationalization#adding-your-own-localized-messages
libedax4dart: ^7.40.0
libedax4dart: ^7.41.0
logger: ^2.5.0
macos_secure_bookmarks: ^0.2.1
meta: ^1.16.0
package_info_plus: ^8.3.0
pasteboard: ^0.3.0
pasteboard: ^0.4.0
path: ^1.9.1
path_provider: ^2.1.5 # See: https://flutter.dev/docs/cookbook/persistence/reading-writing-files
provider: ^6.1.4
Expand All @@ -65,7 +65,7 @@ dev_dependencies:
sdk: flutter
msix: ^3.16.8
path_provider_platform_interface: ^2.1.2
pedantic_sensuikan1973: ^5.11.0
pedantic_sensuikan1973: ^5.12.0
plugin_platform_interface: ^2.1.8
# https://pub.dev/packages/shared_preferences_platform_interface/changelog#220
# https://github.com/sensuikan1973/pedax/pull/1387#issuecomment-1489619974
Expand Down