chore: update dependencies

This commit is contained in:
Moustapha Kodjo Amadou 2025-11-28 14:31:39 +01:00
parent 485696ea3f
commit 57fcb9e1c9
18 changed files with 85 additions and 85 deletions

View file

@ -74,7 +74,7 @@ const SourcePreferenceSchema = CollectionSchema(
getId: _sourcePreferenceGetId, getId: _sourcePreferenceGetId,
getLinks: _sourcePreferenceGetLinks, getLinks: _sourcePreferenceGetLinks,
attach: _sourcePreferenceAttach, attach: _sourcePreferenceAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _sourcePreferenceEstimateSize( int _sourcePreferenceEstimateSize(
@ -993,7 +993,7 @@ const SourcePreferenceStringValueSchema = CollectionSchema(
getId: _sourcePreferenceStringValueGetId, getId: _sourcePreferenceStringValueGetId,
getLinks: _sourcePreferenceStringValueGetLinks, getLinks: _sourcePreferenceStringValueGetLinks,
attach: _sourcePreferenceStringValueAttach, attach: _sourcePreferenceStringValueAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _sourcePreferenceStringValueEstimateSize( int _sourcePreferenceStringValueEstimateSize(

View file

@ -46,7 +46,7 @@ const CategorySchema = CollectionSchema(
getId: _categoryGetId, getId: _categoryGetId,
getLinks: _categoryGetLinks, getLinks: _categoryGetLinks,
attach: _categoryAttach, attach: _categoryAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _categoryEstimateSize( int _categoryEstimateSize(

View file

@ -44,7 +44,7 @@ const ChangedPartSchema = CollectionSchema(
getId: _changedPartGetId, getId: _changedPartGetId,
getLinks: _changedPartGetLinks, getLinks: _changedPartGetLinks,
attach: _changedPartAttach, attach: _changedPartAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _changedPartEstimateSize( int _changedPartEstimateSize(

View file

@ -93,7 +93,7 @@ const ChapterSchema = CollectionSchema(
getId: _chapterGetId, getId: _chapterGetId,
getLinks: _chapterGetLinks, getLinks: _chapterGetLinks,
attach: _chapterAttach, attach: _chapterAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _chapterEstimateSize( int _chapterEstimateSize(

View file

@ -58,7 +58,7 @@ const CustomButtonSchema = CollectionSchema(
getId: _customButtonGetId, getId: _customButtonGetId,
getLinks: _customButtonGetLinks, getLinks: _customButtonGetLinks,
attach: _customButtonAttach, attach: _customButtonAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _customButtonEstimateSize( int _customButtonEstimateSize(

View file

@ -55,7 +55,7 @@ const DownloadSchema = CollectionSchema(
getId: _downloadGetId, getId: _downloadGetId,
getLinks: _downloadGetLinks, getLinks: _downloadGetLinks,
attach: _downloadAttach, attach: _downloadAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _downloadEstimateSize( int _downloadEstimateSize(

View file

@ -57,7 +57,7 @@ const HistorySchema = CollectionSchema(
getId: _historyGetId, getId: _historyGetId,
getLinks: _historyGetLinks, getLinks: _historyGetLinks,
attach: _historyAttach, attach: _historyAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _historyEstimateSize( int _historyEstimateSize(

View file

@ -112,7 +112,7 @@ const MangaSchema = CollectionSchema(
getId: _mangaGetId, getId: _mangaGetId,
getLinks: _mangaGetLinks, getLinks: _mangaGetLinks,
attach: _mangaAttach, attach: _mangaAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _mangaEstimateSize( int _mangaEstimateSize(

View file

@ -812,7 +812,7 @@ const SettingsSchema = CollectionSchema(
getId: _settingsGetId, getId: _settingsGetId,
getLinks: _settingsGetLinks, getLinks: _settingsGetLinks,
attach: _settingsAttach, attach: _settingsAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _settingsEstimateSize( int _settingsEstimateSize(

View file

@ -145,7 +145,7 @@ const SourceSchema = CollectionSchema(
getId: _sourceGetId, getId: _sourceGetId,
getLinks: _sourceGetLinks, getLinks: _sourceGetLinks,
attach: _sourceAttach, attach: _sourceAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _sourceEstimateSize( int _sourceEstimateSize(

View file

@ -74,7 +74,7 @@ const SyncPreferenceSchema = CollectionSchema(
getId: _syncPreferenceGetId, getId: _syncPreferenceGetId,
getLinks: _syncPreferenceGetLinks, getLinks: _syncPreferenceGetLinks,
attach: _syncPreferenceAttach, attach: _syncPreferenceAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _syncPreferenceEstimateSize( int _syncPreferenceEstimateSize(

View file

@ -84,7 +84,7 @@ const TrackSchema = CollectionSchema(
getId: _trackGetId, getId: _trackGetId,
getLinks: _trackGetLinks, getLinks: _trackGetLinks,
attach: _trackAttach, attach: _trackAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _trackEstimateSize( int _trackEstimateSize(

View file

@ -43,7 +43,7 @@ const TrackPreferenceSchema = CollectionSchema(
getId: _trackPreferenceGetId, getId: _trackPreferenceGetId,
getLinks: _trackPreferenceGetLinks, getLinks: _trackPreferenceGetLinks,
attach: _trackPreferenceAttach, attach: _trackPreferenceAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _trackPreferenceEstimateSize( int _trackPreferenceEstimateSize(

View file

@ -50,7 +50,7 @@ const UpdateSchema = CollectionSchema(
getId: _updateGetId, getId: _updateGetId,
getLinks: _updateGetLinks, getLinks: _updateGetLinks,
attach: _updateAttach, attach: _updateAttach,
version: '3.3.0-dev.3', version: '3.3.0',
); );
int _updateEstimateSize( int _updateEstimateSize(

View file

@ -180,7 +180,7 @@ class _MangaChapterPageGalleryState
); );
} }
discordRpc?.showIdleText(); discordRpc?.showIdleText();
// _readerController.keepAliveLink?.close(); _readerController.keepAliveLink?.close();
super.dispose(); super.dispose();
} }
@ -2335,7 +2335,7 @@ class _MangaChapterPageGalleryState
final scaleType = ref.watch(scaleTypeStateProvider); final scaleType = ref.watch(scaleTypeStateProvider);
final fullScreenReader = ref.watch(fullScreenReaderStateProvider); final fullScreenReader = ref.watch(fullScreenReaderStateProvider);
final backgroundColor = ref.watch(backgroundColorStateProvider); final backgroundColor = ref.watch(backgroundColorStateProvider);
return SingleChildScrollView( return SingleChildScrollView(
child: Padding( child: Padding(
padding: const EdgeInsets.symmetric(vertical: 20), padding: const EdgeInsets.symmetric(vertical: 20),

View file

@ -45,10 +45,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: app_links name: app_links
sha256: "5f88447519add627fe1cbcab4fd1da3d4fed15b9baf29f28b22535c95ecee3e8" sha256: "3462d9defc61565fde4944858b59bec5be2b9d5b05f20aed190adb3ad08a7abc"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "6.4.1" version: "7.0.0"
app_links_linux: app_links_linux:
dependency: transitive dependency: transitive
description: description:
@ -189,10 +189,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: built_value name: built_value
sha256: a30f0a0e38671e89a492c44d005b5545b830a961575bbd8336d42869ff71066d sha256: "426cf75afdb23aa74bd4e471704de3f9393f3c7b04c1e2d9c6f1073ae0b8b139"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "8.12.0" version: "8.12.1"
characters: characters:
dependency: transitive dependency: transitive
description: description:
@ -285,10 +285,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: cross_file name: cross_file
sha256: "942a4791cd385a68ccb3b32c71c427aba508a1bb949b86dff2adbe4049f16239" sha256: "701dcfc06da0882883a2657c445103380e53e647060ad8d9dfb710c100996608"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.3.5" version: "0.3.5+1"
crypto: crypto:
dependency: "direct main" dependency: "direct main"
description: description:
@ -374,10 +374,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: device_info_plus name: device_info_plus
sha256: dd0e8e02186b2196c7848c9d394a5fd6e5b57a43a546082c5820b1ec72317e33 sha256: "4df8babf73058181227e18b08e6ea3520cf5fc5d796888d33b7cb0f33f984b7c"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "12.2.0" version: "12.3.0"
device_info_plus_platform_interface: device_info_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -618,10 +618,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: flutter_plugin_android_lifecycle name: flutter_plugin_android_lifecycle
sha256: "306f0596590e077338312f38837f595c04f28d6cdeeac392d3d74df2f0003687" sha256: ee8068e0e1cd16c4a82714119918efdeed33b3ba7772c54b5d094ab53f9b7fd1
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.0.32" version: "2.0.33"
flutter_qjs: flutter_qjs:
dependency: "direct main" dependency: "direct main"
description: description:
@ -718,10 +718,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: go_router name: go_router
sha256: f02fd7d2a4dc512fec615529824fdd217fecb3a3d3de68360293a551f21634b3 sha256: c92d18e1fe994cb06d48aa786c46b142a5633067e8297cff6b5a3ac742620104
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "14.8.1" version: "17.0.0"
google_fonts: google_fonts:
dependency: "direct main" dependency: "direct main"
description: description:
@ -862,26 +862,26 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: isar_community name: isar_community
sha256: "28f59e54636c45ba0bb1b3b7f2656f1c50325f740cea6efcd101900be3fba546" sha256: d92315e1862448f236489c2b2b1f9a7ad5ba2405f42d87216234be4fb2e1dd2d
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.3.0-dev.3" version: "3.3.0"
isar_community_flutter_libs: isar_community_flutter_libs:
dependency: "direct main" dependency: "direct main"
description: description:
name: isar_community_flutter_libs name: isar_community_flutter_libs
sha256: c2934fe755bb3181cb67602fd5df0d080b3d3eb52799f98623aa4fc5acbea010 sha256: "3c072d8d77e820196fa23839b88481c50d903c73b3c0db6e647b29509d04fe3b"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.3.0-dev.3" version: "3.3.0"
isar_community_generator: isar_community_generator:
dependency: "direct dev" dependency: "direct dev"
description: description:
name: isar_community_generator name: isar_community_generator
sha256: "1d760de09ffbc837ad65476f14b6ad17381f0fb485e01bf77d76d825ef734bec" sha256: "6ca1487b7551850f7896443aa8079a12b23cdf71a99dafb1f567c83d6e031042"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.3.0-dev.3" version: "3.3.0"
isolate_contactor: isolate_contactor:
dependency: transitive dependency: transitive
description: description:
@ -1078,10 +1078,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.16.0" version: "1.17.0"
mime: mime:
dependency: transitive dependency: transitive
description: description:
@ -1134,10 +1134,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: package_info_plus name: package_info_plus
sha256: "16eee997588c60225bda0488b6dcfac69280a6b7a3cf02c741895dd370a02968" sha256: f69da0d3189a4b4ceaeb1a3defb0f329b3b352517f52bed4290f83d4f06bc08d
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "8.3.1" version: "9.0.0"
package_info_plus_platform_interface: package_info_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -1166,18 +1166,18 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: path_provider_android name: path_provider_android
sha256: e122c5ea805bb6773bb12ce667611265980940145be920cd09a4b0ec0285cb16 sha256: f2c65e21139ce2c3dad46922be8272bb5963516045659e71bb16e151c93b580e
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.2.20" version: "2.2.22"
path_provider_foundation: path_provider_foundation:
dependency: transitive dependency: transitive
description: description:
name: path_provider_foundation name: path_provider_foundation
sha256: efaec349ddfc181528345c56f8eda9d6cccd71c177511b132c6a0ddaefaa2738 sha256: "6d13aece7b3f5c5a9731eaf553ff9dcbc2eff41087fd2df587fd0fed9a3eb0c4"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.4.3" version: "2.5.1"
path_provider_linux: path_provider_linux:
dependency: transitive dependency: transitive
description: description:
@ -1698,26 +1698,26 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: test name: test
sha256: "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb" sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.26.2" version: "1.26.3"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.7.6" version: "0.7.7"
test_core: test_core:
dependency: transitive dependency: transitive
description: description:
name: test_core name: test_core
sha256: "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a" sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.6.11" version: "0.6.12"
time: time:
dependency: transitive dependency: transitive
description: description:
@ -1770,34 +1770,34 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: url_launcher_android name: url_launcher_android
sha256: "5c8b6c2d89a78f5a1cca70a73d9d5f86c701b36b42f9c9dac7bad592113c28e9" sha256: "767344bf3063897b5cf0db830e94f904528e6dd50a6dfaf839f0abf509009611"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "6.3.24" version: "6.3.28"
url_launcher_ios: url_launcher_ios:
dependency: transitive dependency: transitive
description: description:
name: url_launcher_ios name: url_launcher_ios
sha256: "6b63f1441e4f653ae799166a72b50b1767321ecc263a57aadf825a7a2a5477d9" sha256: cfde38aa257dae62ffe79c87fab20165dfdf6988c1d31b58ebf59b9106062aad
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "6.3.5" version: "6.3.6"
url_launcher_linux: url_launcher_linux:
dependency: transitive dependency: transitive
description: description:
name: url_launcher_linux name: url_launcher_linux
sha256: "4e9ba368772369e3e08f231d2301b4ef72b9ff87c31192ef471b380ef29a4935" sha256: d5e14138b3bc193a0f63c10a53c94b91d399df0512b1f29b94a043db7482384a
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.2.1" version: "3.2.2"
url_launcher_macos: url_launcher_macos:
dependency: transitive dependency: transitive
description: description:
name: url_launcher_macos name: url_launcher_macos
sha256: "8262208506252a3ed4ff5c0dc1e973d2c0e0ef337d0a074d35634da5d44397c9" sha256: "368adf46f71ad3c21b8f06614adb38346f193f3a59ba8fe9a2fd74133070ba18"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.2.4" version: "3.2.5"
url_launcher_platform_interface: url_launcher_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -1818,10 +1818,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: url_launcher_windows name: url_launcher_windows
sha256: "3284b6d2ac454cf34f114e1d3319866fdd1e19cdc329999057e44ffe936cfa77" sha256: "712c70ab1b99744ff066053cbe3e80c73332b38d46e5e945c98689b2e66fc15f"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.1.4" version: "3.1.5"
uuid: uuid:
dependency: transitive dependency: transitive
description: description:
@ -1858,10 +1858,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: wakelock_plus name: wakelock_plus
sha256: "61713aa82b7f85c21c9f4cd0a148abd75f38a74ec645fcb1e446f882c82fd09b" sha256: "9296d40c9adbedaba95d1e704f4e0b434be446e2792948d0e4aa977048104228"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.3.3" version: "1.4.0"
wakelock_plus_platform_interface: wakelock_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -1999,5 +1999,5 @@ packages:
source: hosted source: hosted
version: "2.2.2" version: "2.2.2"
sdks: sdks:
dart: ">=3.9.2 <4.0.0" dart: ">=3.10.1 <4.0.0"
flutter: ">=3.35.0" flutter: ">=3.38.1"

View file

@ -4,17 +4,17 @@ publish_to: "none"
version: 0.6.70+90 version: 0.6.70+90
environment: environment:
sdk: ^3.9.2 sdk: ^3.10.1
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
go_router: ^14.6.3 go_router: ^17.0.0
flutter_riverpod: ^3.0.3 flutter_riverpod: ^3.0.3
riverpod_annotation: ^3.0.3 riverpod_annotation: ^3.0.3
html: ^0.15.5 html: ^0.15.6
font_awesome_flutter: ^10.12.0 font_awesome_flutter: ^10.12.0
flex_color_scheme: ^8.3.1 flex_color_scheme: ^8.3.1
extended_image: ^10.0.0 extended_image: ^10.0.0
@ -23,12 +23,12 @@ dependencies:
intl: ^0.20.2 intl: ^0.20.2
google_fonts: ^6.2.1 google_fonts: ^6.2.1
url_launcher: ^6.3.1 url_launcher: ^6.3.1
package_info_plus: ^8.0.0 package_info_plus: ^9.0.0
permission_handler: ^12.0.1 permission_handler: ^12.0.1
flutter_inappwebview: ^6.2.0-beta.2 flutter_inappwebview: ^6.2.0-beta.2
draggable_menu: ^4.4.1 draggable_menu: ^4.4.1
isar_community: ^3.3.0-dev.2 isar_community: ^3.3.0
isar_community_flutter_libs: ^3.3.0-dev.2 isar_community_flutter_libs: ^3.3.0
share_plus: ^12.0.1 share_plus: ^12.0.1
xpath_selector_html_parser: ^3.0.1 xpath_selector_html_parser: ^3.0.1
archive: ^4.0.1 archive: ^4.0.1
@ -51,10 +51,10 @@ dependencies:
git: git:
url: https://github.com/Schnitzel5/media-kit.git url: https://github.com/Schnitzel5/media-kit.git
path: libs/universal/media_kit_libs_video path: libs/universal/media_kit_libs_video
crypto: ^3.0.6 crypto: ^3.0.7
cupertino_icons: ^1.0.8 cupertino_icons: ^1.0.8
window_manager: ^0.5.1 window_manager: ^0.5.1
ffi: ^2.1.3 ffi: ^2.1.4
ffigen: 19.1.0 ffigen: 19.1.0
http_interceptor: ^2.0.0 http_interceptor: ^2.0.0
js_packer: ^0.0.6 js_packer: ^0.0.6
@ -82,7 +82,7 @@ dependencies:
flutter_html: ^3.0.0 flutter_html: ^3.0.0
convert: ^3.1.2 convert: ^3.1.2
connectivity_plus: ^7.0.0 connectivity_plus: ^7.0.0
app_links: ^6.4.0 app_links: ^7.0.0
win32: ^5.10.1 win32: ^5.10.1
protobuf: ^5.0.0 protobuf: ^5.0.0
device_info_plus: ^12.2.0 device_info_plus: ^12.2.0
@ -115,7 +115,7 @@ dev_dependencies:
build_runner: ^2.4.11 build_runner: ^2.4.11
riverpod_generator: ^3.0.3 riverpod_generator: ^3.0.3
flutter_launcher_icons: ^0.14.3 flutter_launcher_icons: ^0.14.3
isar_community_generator: ^3.3.0-dev.2 isar_community_generator: ^3.3.0
flutter_lints: ^6.0.0 flutter_lints: ^6.0.0
freezed: ^3.0.0 freezed: ^3.0.0
inno_bundle: ^0.9.0 inno_bundle: ^0.9.0

View file

@ -269,10 +269,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: pool name: pool
sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" sha256: "978783255c543aa3586a1b3c21f6e9d720eb315376a915872c61ef8b5c20177d"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.5.1" version: "1.5.2"
pub_semver: pub_semver:
dependency: transitive dependency: transitive
description: description:
@ -373,26 +373,26 @@ packages:
dependency: "direct dev" dependency: "direct dev"
description: description:
name: test name: test
sha256: "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb" sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.26.2" version: "1.26.3"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.7.6" version: "0.7.7"
test_core: test_core:
dependency: transitive dependency: transitive
description: description:
name: test_core name: test_core
sha256: "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a" sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.6.11" version: "0.6.12"
toml: toml:
dependency: "direct main" dependency: "direct main"
description: description:
@ -421,18 +421,18 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: vm_service name: vm_service
sha256: ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02 sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "15.0.0" version: "15.0.2"
watcher: watcher:
dependency: transitive dependency: transitive
description: description:
name: watcher name: watcher
sha256: "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104" sha256: "592ab6e2892f67760543fb712ff0177f4ec76c031f02f5b4ff8d3fc5eb9fb61a"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.1.1" version: "1.1.4"
web: web:
dependency: transitive dependency: transitive
description: description: