diff --git a/lib/foundation/app.dart b/lib/foundation/app.dart index 523ff9b..acd8cdf 100644 --- a/lib/foundation/app.dart +++ b/lib/foundation/app.dart @@ -10,7 +10,7 @@ export "widget_utils.dart"; export "context.dart"; class _App { - final version = "1.1.2"; + final version = "1.1.3"; bool get isAndroid => Platform.isAndroid; diff --git a/pubspec.lock b/pubspec.lock index 9907c10..0fe101a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: "direct main" description: name: app_links - sha256: ad1a6d598e7e39b46a34f746f9a8b011ee147e4c275d407fa457e7a62f84dd99 + sha256: "433df2e61b10519407475d7f69e470789d23d593f28224c38ba1068597be7950" url: "https://pub.dev" source: hosted - version: "6.3.2" + version: "6.3.3" app_links_linux: dependency: transitive description: @@ -69,10 +69,10 @@ packages: dependency: "direct main" description: name: battery_plus - sha256: "220c8f1961efb01d6870493b5ac5a80afaeaffc8757f7a11ed3025a8570d29e7" + sha256: a0409fe7d21905987eb1348ad57c634f913166f14f0c8936b73d3f5940fac551 url: "https://pub.dev" source: hosted - version: "6.2.0" + version: "6.2.1" battery_plus_platform_interface: dependency: transitive description: @@ -425,10 +425,10 @@ packages: dependency: transitive description: name: flutter_rust_bridge - sha256: fb9d3c9395eae3c71d4fe3ec343b9f30636c9988150c8bb33b60047549b34e3d + sha256: "35c257fc7f98e34c1314d6c145e5ed54e7c94e8a9f469947e31c9298177d546f" url: "https://pub.dev" source: hosted - version: "2.6.0" + version: "2.7.0" flutter_saf: dependency: "direct main" description: @@ -447,10 +447,10 @@ packages: dependency: "direct dev" description: name: flutter_to_arch - sha256: "656cffc182b05af38aa96a1115931620b8865c4b0cfe00813b26fcff0875f2ab" + sha256: b68b2757a89a517ae2141cbc672acdd1f69721dd686cacad03876b6f436ff040 url: "https://pub.dev" source: hosted - version: "1.0.0" + version: "1.0.1" flutter_to_debian: dependency: "direct dev" description: @@ -798,10 +798,10 @@ packages: dependency: "direct main" description: name: rhttp - sha256: "581d57b5b6056d31489af94db8653a1c11d7b59050cbbc41ece4279e50414de5" + sha256: "8212cbc816cc3e761eecb8d4dbbaa1eca95de715428320a198a4e7a89acdcd2e" url: "https://pub.dev" source: hosted - version: "0.9.6" + version: "0.9.8" screen_retriever: dependency: transitive description: @@ -855,18 +855,18 @@ packages: dependency: "direct main" description: name: share_plus - sha256: "9c9bafd4060728d7cdb2464c341743adbd79d327cb067ec7afb64583540b47c8" + sha256: "6327c3f233729374d0abaafd61f6846115b2a481b4feddd8534211dc10659400" url: "https://pub.dev" source: hosted - version: "10.1.2" + version: "10.1.3" share_plus_platform_interface: dependency: transitive description: name: share_plus_platform_interface - sha256: c57c0bbfec7142e3a0f55633be504b796af72e60e3c791b44d5a017b985f7a48 + sha256: cc012a23fc2d479854e6c80150696c4a5f5bb62cb89af4de1c505cf78d0a5d0b url: "https://pub.dev" source: hosted - version: "5.0.1" + version: "5.0.2" shimmer: dependency: "direct main" description: @@ -916,10 +916,10 @@ packages: dependency: "direct main" description: name: sqlite3_flutter_libs - sha256: "636b0fe8a2de894e5455572f6cbbc458f4ffecfe9f860b79439e27041ea4f0b9" + sha256: "73016db8419f019e807b7a5e5fbf2a7bd45c165fed403b8e7681230f3a102785" url: "https://pub.dev" source: hosted - version: "0.5.27" + version: "0.5.28" stack_trace: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 01eb54e..32e6075 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: venera description: "A comic app." publish_to: 'none' -version: 1.1.2+112 +version: 1.1.3+113 environment: sdk: '>=3.6.0 <4.0.0' @@ -17,7 +17,7 @@ dependencies: intl: ^0.19.0 window_manager: ^0.4.3 sqlite3: ^2.4.7 - sqlite3_flutter_libs: any + sqlite3_flutter_libs: ^0.5.28 flutter_qjs: git: url: https://github.com/wgh136/flutter_qjs @@ -33,7 +33,7 @@ dependencies: url: https://github.com/wgh136/photo_view ref: 94724a0b mime: ^2.0.0 - share_plus: ^10.0.2 + share_plus: ^10.1.3 scrollable_positioned_list: git: url: https://github.com/venera-app/flutter.widgets @@ -47,7 +47,7 @@ dependencies: url: https://github.com/wgh136/flutter_desktop_webview path: packages/desktop_webview_window flutter_inappwebview: ^6.1.5 - app_links: ^6.3.2 + app_links: ^6.3.3 sliver_tools: ^0.2.12 flutter_file_dialog: ^3.0.2 file_selector: ^1.0.3 @@ -56,12 +56,12 @@ dependencies: git: url: https://github.com/venera-app/lodepng_flutter ref: 9a784b193af5d55b2a35e58fa390bda3e4f35d00 - rhttp: 0.9.6 + rhttp: 0.9.8 webdav_client: git: url: https://github.com/wgh136/webdav_client ref: 285f87f15bccd2d5d5ff443761348c6ee47b98d1 - battery_plus: ^6.2.0 + battery_plus: ^6.2.1 local_auth: ^2.3.0 flutter_saf: git: @@ -76,7 +76,7 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^5.0.0 - flutter_to_arch: ^1.0.0 + flutter_to_arch: ^1.0.1 flutter_to_debian: flutter: