Skip to content
Closed
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
4 changes: 4 additions & 0 deletions flutter_readium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed

- **Breaking**: Minimum Flutter SDK raised to `3.47.2` (from `3.44.8`). Projects must now use Flutter `3.47.2` or later to build.

### Fixed

- **Creating `ReadiumReaderWidget` could freeze the Android UI while the native reader
Expand Down
4 changes: 2 additions & 2 deletions flutter_readium/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.1"
version: "0.4.2"
flutter_readium_platform_interface:
dependency: "direct overridden"
description:
path: "../../flutter_readium_platform_interface"
relative: true
source: path
version: "0.4.1"
version: "0.4.2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion flutter_readium/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ topics:

environment:
sdk: ">=3.8.0 <4.0.0"
flutter: '>=3.44.8'
flutter: '>=3.47.2'

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions flutter_readium_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed

- **Breaking**: Minimum Flutter SDK raised to `3.47.2` (from `3.44.8`), and `meta` bumped to `^1.19.0`. Projects must now use Flutter `3.47.2` or later to build.

## [0.4.2] - 2026-08-28

### Added
Expand Down
18 changes: 9 additions & 9 deletions flutter_readium_platform_interface/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
sha256: "31bd099b47c10cd1aeb55146a2d46ce0277630ecef3f7dae54ad7873f36696cd"
url: "https://pub.dev"
source: hosted
version: "0.12.19"
version: "0.12.20"
material_color_utilities:
dependency: transitive
description:
Expand All @@ -159,10 +159,10 @@ packages:
dependency: "direct main"
description:
name: meta
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
sha256: "307249ce4ff29d58a18e97f6345f539382eb9c9c29ecda628900f31de0443dd9"
url: "https://pub.dev"
source: hosted
version: "1.18.0"
version: "1.19.0"
path:
dependency: "direct main"
description:
Expand Down Expand Up @@ -228,10 +228,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
sha256: "2a122cbe059f8b610d3a5415f42e255b6c17b1f21eee1d960f31080237fb4f11"
url: "https://pub.dev"
source: hosted
version: "0.7.11"
version: "0.7.12"
time:
dependency: transitive
description:
Expand All @@ -252,10 +252,10 @@ packages:
dependency: transitive
description:
name: vector_math
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
sha256: f36f9f3be64c6198714492bb455c11056e33e2f85d9a0b676a48301e44fdcf47
url: "https://pub.dev"
source: hosted
version: "2.2.0"
version: "2.4.2"
vm_service:
dependency: transitive
description:
Expand All @@ -265,5 +265,5 @@ packages:
source: hosted
version: "15.2.0"
sdks:
dart: ">=3.10.0-0 <4.0.0"
dart: ">=3.11.0-0 <4.0.0"
flutter: ">=3.47.2"
4 changes: 2 additions & 2 deletions flutter_readium_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ topics:

environment:
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.44.8"
flutter: ">=3.47.2"

dependencies:
flutter:
sdk: flutter
meta: ^1.18.0
meta: ^1.19.0
plugin_platform_interface: ^2.1.8
dartx: ^1.2.0
dfunc: ^0.10.0
Expand Down
Loading