diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 2b495bbb..2f5945db 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -2,18 +2,23 @@ "appName": "Wonderous", "localeSwapButton": "简体中文", "animatedArrowSemanticSwipe": "Explore details about {title}.", + "@animatedArrowSemanticSwipe": {"placeholders": {"title": {}}}, "appBarTitleFactsHistory": "Facts and History", "appBarTitleConstruction": "Construction", "appBarTitleLocation": "Location Info", "bottomScrubberSemanticScrubber": "scrubber", "bottomScrubberSemanticTimeline": "Timeline Scrubber, drag horizontally to navigate the timeline.", "collectionLabelDiscovered": "{percentage}% discovered", + "@collectionLabelDiscovered": {"placeholders": {"percentage": {}}}, "collectionLabelCount": "{count} of {total}", + "@collectionLabelCount": {"placeholders": {"count": {}, "total": {}}}, "collectionButtonReset": "Reset Collection", "eventsListButtonOpenGlobal": "Open global timeline", - "newlyDiscoveredSemanticNew": "{count} new item{plural} to explore. Scroll to new item", - "newlyDiscoveredLabelNew": "{count} new item{plural} to explore", - "resultsPopupEnglishContent": "This content is provided by the Metropolitan Museum of Art Collection API, and is only available in English.", + "newlyDiscoveredSemanticNew": "{count} new item{suffix} to explore. Scroll to new item", + "@newlyDiscoveredSemanticNew": {"placeholders": {"count": {}, "suffix": {}}}, + "newlyDiscoveredLabelNew": "{count} new item{suffix} to explore", + "@newlyDiscoveredLabelNew": {"placeholders": {"count": {}, "suffix": {}}}, + "resultsPopupEnglishContent": "This content is provided by the Metropolitan Museum of Art Collection API, and is only available in English.", "resultsSemanticDismiss": "dismiss message", "scrollingContentSemanticYoutube": "Youtube thumbnail", "scrollingContentSemanticOpen": "Open fullscreen maps view", @@ -21,14 +26,19 @@ "searchInputHintSearch": "Search (ex. type or material)", "searchInputSemanticClear": "clear search", "timelineSemanticDate": "{fromDate} to {endDate}", + "@timelineSemanticDate": {"placeholders": {"fromDate": {}, "endDate": {}}}, "titleLabelDate": "{fromDate} to {endDate}", + "@titleLabelDate": {"placeholders": {"fromDate": {}, "endDate": {}}}, "appModalsButtonOk": "Ok", "appModalsButtonCancel": "Cancel", "appPageDefaultTitlePage": "page", "appPageSemanticSwipe": "{pageTitle} {count} of {total}.", + "@appPageSemanticSwipe": {"placeholders": {"pageTitle": {}, "total": {}, "count": {}}}, "artifactsTitleArtifacts": "ARTIFACTS", "semanticsPrevious": "Previous {title}", + "@semanticsPrevious": {"placeholders": {"title": {}}}, "semanticsNext": "Next {title}", + "@semanticsNext": {"placeholders": {"title": {}}}, "artifactsSemanticsPrevious": "Previous artifact", "artifactsSemanticsNext": "Next artifact", "artifactsSemanticArtifact": "Artifact", @@ -41,11 +51,13 @@ "artifactDetailsLabelClassification": "Classification", "artifactDetailsSemanticThumbnail": "thumbnail image", "artifactDetailsErrorNotFound": "Unable to find info for artifact {artifactId} ", + "@artifactDetailsErrorNotFound": {"placeholders": {"artifactId": {}}}, "artifactsSearchTitleBrowse": "Browse Artifacts", "artifactsSearchLabelNotFound": "No artifacts found", "artifactsSearchButtonToggle": "Toggle Timeframe", "artifactsSearchSemanticTimeframe": "timeframe", "artifactsSearchLabelFound": "{numFound} artifacts found, {numResults} in ", + "@artifactsSearchLabelFound": {"placeholders": {"numFound": {}, "numResults": {}}}, "artifactsSearchLabelAdjust": "Adjust your", "artifactsSearchLabelSearch": "search terms", "artifactsSearchLabelTimeframe": "timeframe", @@ -64,15 +76,20 @@ "homeMenuButtonAbout": "About this app", "homeMenuAboutWonderous": "Wonderous is a visual showcase of eight wonders of the world. ", "homeMenuAboutBuilt": "Built with {flutterUrl} by the team at {gskinnerUrl}.", + "@homeMenuAboutBuilt": {"placeholders": {"flutterUrl": {}, "gskinnerUrl": {}}}, "homeMenuAboutLearn": "Learn more at {wonderousUrl}.", + "@homeMenuAboutLearn": {"placeholders": {"wonderousUrl": {}}}, "homeMenuAboutSource": "To see the source code for this app, please visit the {githubUrl}.", + "@homeMenuAboutSource": {"placeholders": {"githubUrl": {}}}, "homeMenuAboutRepo": "Wonderous github repo", "homeMenuAboutFlutter": "Flutter", "homeMenuAboutGskinner": "gskinner", "homeMenuAboutApp": "wonderous.app", "homeMenuAboutPublic": "Public-domain artworks from {metUrl}.", + "@homeMenuAboutPublic": {"placeholders": {"metUrl": {}}}, "homeMenuAboutMet": "The Metropolitan Museum of Art, New York", "homeMenuAboutPhotography": "Photography from {unsplashUrl}.", + "@homeMenuAboutPhotography": {"placeholders": {"unsplashUrl": {}}}, "homeMenuAboutUnsplash": "Unsplash", "introTitleJourney": "Journey to the past", "introDescriptionNavigate": "Navigate the intersection of time, art, and culture.", @@ -87,7 +104,9 @@ "labelledToggleSemanticToggle": "toggle", "photoGallerySemanticCollectible": "collectible!", "photoGallerySemanticFocus": "Photo {photoIndex} of {photoTotal}. Tap to focus.", + "@photoGallerySemanticFocus": {"placeholders": {"photoIndex": {}, "photoTotal": {}}}, "photoGallerySemanticFullscreen": "Photo {photoIndex} of {photoTotal}. Tap to open fullscreen view.", + "@photoGallerySemanticFullscreen": {"placeholders": {"photoIndex": {}, "photoTotal": {}}}, "eraPrehistory": "Prehistory", "eraClassical": "Classical Era", "eraEarlyModern": "Early Modern Era", @@ -95,8 +114,10 @@ "yearBCE": "BCE", "yearCE": "CE", "yearFormat": "{date} {era}", + "@yearFormat": {"placeholders": {"date": {}, "era": {}}}, "year": "Year", "timelineLabelConstruction": "Construction of {title} begins.", + "@timelineLabelConstruction": {"placeholders": {"title": {}}}, "timelineTitleGlobalTimeline": "Global Timeline", "wallpaperModalSave": "Save this poster to your photo gallery?", "wallpaperModalSaving": "Saving Image. Please wait...", diff --git a/lib/logic/common/string_utils.dart b/lib/logic/common/string_utils.dart index 564b852e..138c7909 100644 --- a/lib/logic/common/string_utils.dart +++ b/lib/logic/common/string_utils.dart @@ -46,13 +46,7 @@ class StringUtils { static String formatYr(int yr) { if (yr == 0) yr = 1; - return supplant( - $strings.yearFormat, - { - '{date}': yr.abs().toString(), - '{era}': getYrSuffix(yr), - }, - ); + return $strings.yearFormat(yr.abs().toString(), getYrSuffix(yr)); } static String getYrSuffix(int yr) => yr < 0 ? $strings.yearBCE : $strings.yearCE; diff --git a/lib/logic/met_api_logic.dart b/lib/logic/met_api_logic.dart index cf37a1ba..a083eecc 100644 --- a/lib/logic/met_api_logic.dart +++ b/lib/logic/met_api_logic.dart @@ -1,12 +1,10 @@ import 'dart:collection'; import 'package:wonders/common_libs.dart'; -import 'package:wonders/logic/common/string_utils.dart'; +import 'package:wonders/logic/common/http_client.dart'; import 'package:wonders/logic/data/artifact_data.dart'; import 'package:wonders/logic/met_api_service.dart'; -import 'package:wonders/logic/common/http_client.dart'; - class MetAPILogic { final HashMap _artifactCache = HashMap(); @@ -16,7 +14,7 @@ class MetAPILogic { Future getArtifactByID(String id) async { if (_artifactCache.containsKey(id)) return _artifactCache[id]; ServiceResult result = (await service.getObjectByID(id)); - if (!result.success) throw StringUtils.supplant($strings.artifactDetailsErrorNotFound, {'{artifactId}': id}); + if (!result.success) throw $strings.artifactDetailsErrorNotFound(id); ArtifactData? artifact = result.content; return _artifactCache[id] = artifact; } diff --git a/lib/logic/timeline_logic.dart b/lib/logic/timeline_logic.dart index 0b70be1e..9f9c63e6 100644 --- a/lib/logic/timeline_logic.dart +++ b/lib/logic/timeline_logic.dart @@ -1,5 +1,4 @@ import 'package:wonders/common_libs.dart'; -import 'package:wonders/logic/common/string_utils.dart'; import 'package:wonders/logic/data/timeline_data.dart'; class TimelineLogic { @@ -12,7 +11,7 @@ class TimelineLogic { ...wondersLogic.all.map( (w) => TimelineEvent( w.startYr, - StringUtils.supplant($strings.timelineLabelConstruction, {'{title}': w.title}), + $strings.timelineLabelConstruction(w.title), ), ) ]; diff --git a/lib/ui/common/controls/app_page_indicator.dart b/lib/ui/common/controls/app_page_indicator.dart index cb9b337d..352d10e7 100644 --- a/lib/ui/common/controls/app_page_indicator.dart +++ b/lib/ui/common/controls/app_page_indicator.dart @@ -1,6 +1,5 @@ import 'package:smooth_page_indicator/smooth_page_indicator.dart'; import 'package:wonders/common_libs.dart'; -import 'package:wonders/logic/common/string_utils.dart'; class AppPageIndicator extends StatefulWidget { AppPageIndicator({ @@ -53,11 +52,11 @@ class _AppPageIndicatorState extends State { liveRegion: true, focusable: false, readOnly: true, - label: StringUtils.supplant($strings.appPageSemanticSwipe, { - '{pageTitle}': widget.semanticPageTitle, - '{count}': (_controllerPage % (widget.count) + 1).toString(), - '{total}': widget.count.toString(), - }), + label: $strings.appPageSemanticSwipe( + widget.semanticPageTitle, + (_controllerPage % (widget.count) + 1), + widget.count, + ), child: Container()); }), ), diff --git a/lib/ui/screens/artifact/artifact_details/artifact_details_screen.dart b/lib/ui/screens/artifact/artifact_details/artifact_details_screen.dart index b9d3fb13..0e92c2ba 100644 --- a/lib/ui/screens/artifact/artifact_details/artifact_details_screen.dart +++ b/lib/ui/screens/artifact/artifact_details/artifact_details_screen.dart @@ -79,7 +79,7 @@ class _ArtifactDetailsScreenState extends State { SizedBox( width: $styles.insets.xxl * 3, child: Text( - StringUtils.supplant($strings.artifactDetailsErrorNotFound, {'{artifactId}': widget.artifactId}), + $strings.artifactDetailsErrorNotFound(widget.artifactId), style: $styles.text.body.copyWith(color: $styles.colors.offWhite), textAlign: TextAlign.center, ), diff --git a/lib/ui/screens/artifact/artifact_search/artifact_search_screen.dart b/lib/ui/screens/artifact/artifact_search/artifact_search_screen.dart index 8d5751f8..1204e722 100644 --- a/lib/ui/screens/artifact/artifact_search/artifact_search_screen.dart +++ b/lib/ui/screens/artifact/artifact_search/artifact_search_screen.dart @@ -1,6 +1,5 @@ import 'package:flutter_staggered_grid_view/flutter_staggered_grid_view.dart'; import 'package:wonders/common_libs.dart'; -import 'package:wonders/logic/common/string_utils.dart'; import 'package:wonders/logic/data/wonder_data.dart'; import 'package:wonders/logic/data/wonders_data/search/search_data.dart'; import 'package:wonders/ui/common/app_icons.dart'; @@ -144,13 +143,7 @@ class _ArtifactSearchScreenState extends State with GetItS child: Row(mainAxisAlignment: MainAxisAlignment.center, children: [ Gap($styles.insets.sm), Text( - StringUtils.supplant( - $strings.artifactsSearchLabelFound, - { - '{numFound}': _searchResults.length.toString(), - '{numResults}': _filteredResults.length.toString(), - }, - ), + $strings.artifactsSearchLabelFound(_searchResults.length, _filteredResults.length), textHeightBehavior: TextHeightBehavior(applyHeightToFirstAscent: false), style: statusStyle, ), diff --git a/lib/ui/screens/collection/widgets/_collection_footer.dart b/lib/ui/screens/collection/widgets/_collection_footer.dart index bca072cd..fa0ddc11 100644 --- a/lib/ui/screens/collection/widgets/_collection_footer.dart +++ b/lib/ui/screens/collection/widgets/_collection_footer.dart @@ -44,18 +44,12 @@ class _CollectionFooter extends StatelessWidget { Widget _buildProgressRow(BuildContext context) { return Row(children: [ Text( - StringUtils.supplant( - $strings.collectionLabelDiscovered, - {'{percentage}': (count / total * 100).round().toString()}, - ), + $strings.collectionLabelDiscovered((count / total * 100).round()), style: $styles.text.body.copyWith(color: $styles.colors.accent1), ), Spacer(), Text( - StringUtils.supplant( - $strings.collectionLabelCount, - {'{count}': count.toString(), '{total}': total.toString()}, - ), + $strings.collectionLabelCount(count, total), style: $styles.text.body.copyWith(color: $styles.colors.offWhite), ) ]); diff --git a/lib/ui/screens/collection/widgets/_newly_discovered_items_btn.dart b/lib/ui/screens/collection/widgets/_newly_discovered_items_btn.dart index a57fb8dc..b698f00c 100644 --- a/lib/ui/screens/collection/widgets/_newly_discovered_items_btn.dart +++ b/lib/ui/screens/collection/widgets/_newly_discovered_items_btn.dart @@ -12,10 +12,7 @@ class _NewlyDiscoveredItemsBtn extends StatelessWidget { if (count == 0) return SizedBox.shrink(); return AppBtn.basic( - semanticLabel: StringUtils.supplant( - $strings.newlyDiscoveredSemanticNew, - {'{count}': count.toString(), '{plural}': count == 1 ? '' : 's'}, - ), + semanticLabel: $strings.newlyDiscoveredSemanticNew(count, count == 1 ? '' : 's'), onPressed: onPressed, child: Container( alignment: Alignment.center, @@ -23,10 +20,7 @@ class _NewlyDiscoveredItemsBtn extends StatelessWidget { color: $styles.colors.black, padding: EdgeInsets.symmetric(vertical: $styles.insets.xs), child: Text( - StringUtils.supplant( - $strings.newlyDiscoveredLabelNew, - {'{count}': count.toString(), '{plural}': count == 1 ? '' : 's'}, - ), + $strings.newlyDiscoveredLabelNew(count, count == 1 ? '' : 's'), textAlign: TextAlign.center, textHeightBehavior: TextHeightBehavior(applyHeightToFirstAscent: false), style: $styles.text.bodySmallBold.copyWith(color: $styles.colors.accent1), diff --git a/lib/ui/screens/editorial/widgets/_title_text.dart b/lib/ui/screens/editorial/widgets/_title_text.dart index 97f9c553..7dd45066 100644 --- a/lib/ui/screens/editorial/widgets/_title_text.dart +++ b/lib/ui/screens/editorial/widgets/_title_text.dart @@ -82,13 +82,7 @@ class _TitleText extends StatelessWidget { /// Date Text( - StringUtils.supplant( - $strings.titleLabelDate, - { - '{fromDate}': StringUtils.formatYr(data.startYr), - '{endDate}': StringUtils.formatYr(data.endYr), - }, - ), + $strings.titleLabelDate(StringUtils.formatYr(data.startYr), StringUtils.formatYr(data.endYr)), style: $styles.text.h4, textAlign: TextAlign.center, ), diff --git a/lib/ui/screens/home/widgets/_animated_arrow_button.dart b/lib/ui/screens/home/widgets/_animated_arrow_button.dart index 716f2f0f..6ff0d58a 100644 --- a/lib/ui/screens/home/widgets/_animated_arrow_button.dart +++ b/lib/ui/screens/home/widgets/_animated_arrow_button.dart @@ -22,7 +22,7 @@ class _AnimatedArrowButton extends StatelessWidget { @override Widget build(BuildContext context) { final Duration duration = $styles.times.med; - final btnLbl = StringUtils.supplant($strings.animatedArrowSemanticSwipe, {'{title}': semanticTitle}); + final btnLbl = $strings.animatedArrowSemanticSwipe(semanticTitle); return AppBtn.basic( semanticLabel: btnLbl, onPressed: onTap, diff --git a/lib/ui/screens/home_menu/about_dialog_content.dart b/lib/ui/screens/home_menu/about_dialog_content.dart index 17e9da9c..a94d01cc 100644 --- a/lib/ui/screens/home_menu/about_dialog_content.dart +++ b/lib/ui/screens/home_menu/about_dialog_content.dart @@ -48,28 +48,28 @@ class AboutDialogContent extends StatelessWidget { style: $styles.text.bodySmall.copyWith(color: Colors.black, fontSize: fontSize), children: [ ...buildSpan($strings.homeMenuAboutWonderous), - ...buildSpan($strings.homeMenuAboutBuilt, linkSupplants: { - '{flutterUrl}': [$strings.homeMenuAboutFlutter, 'https://flutter.dev'], - '{gskinnerUrl}': [$strings.homeMenuAboutGskinner, 'https://gskinner.com/flutter'], + ...buildSpan($strings.homeMenuAboutBuilt('{flutterUrl}', '{gskinnerUrl}'), linkSupplants: { + 'flutterUrl': [$strings.homeMenuAboutFlutter, 'https://flutter.dev'], + 'gskinnerUrl': [$strings.homeMenuAboutGskinner, 'https://gskinner.com/flutter'], }), ...buildSpan('\n\n'), - ...buildSpan($strings.homeMenuAboutLearn, linkSupplants: { - '{wonderousUrl}': [$strings.homeMenuAboutApp, 'https://wonderous.app'], + ...buildSpan($strings.homeMenuAboutLearn('wonderousUrl'), linkSupplants: { + 'wonderousUrl': [$strings.homeMenuAboutApp, 'https://wonderous.app'], }), ...buildSpan('\n\n'), - ...buildSpan($strings.homeMenuAboutSource, linkSupplants: { - '{githubUrl}': [$strings.homeMenuAboutRepo, 'https://github.com/gskinnerTeam/flutter-wonderous-app'], + ...buildSpan($strings.homeMenuAboutSource('githubUrl'), linkSupplants: { + 'githubUrl': [$strings.homeMenuAboutRepo, 'https://github.com/gskinnerTeam/flutter-wonderous-app'], }), ...buildSpan('\n\n'), - ...buildSpan($strings.homeMenuAboutPublic, linkSupplants: { - '{metUrl}': [ + ...buildSpan($strings.homeMenuAboutPublic('metUrl'), linkSupplants: { + 'metUrl': [ $strings.homeMenuAboutMet, 'https://www.metmuseum.org/about-the-met/policies-and-documents/open-access' ], }), ...buildSpan('\n\n'), - ...buildSpan($strings.homeMenuAboutPhotography, linkSupplants: { - '{unsplashUrl}': [$strings.homeMenuAboutUnsplash, 'https://unsplash.com/@gskinner/collections'], + ...buildSpan($strings.homeMenuAboutPhotography('unsplashUrl'), linkSupplants: { + 'unsplashUrl': [$strings.homeMenuAboutUnsplash, 'https://unsplash.com/@gskinner/collections'], }), ], ), diff --git a/lib/ui/screens/photo_gallery/photo_gallery.dart b/lib/ui/screens/photo_gallery/photo_gallery.dart index 40565a42..be60c062 100644 --- a/lib/ui/screens/photo_gallery/photo_gallery.dart +++ b/lib/ui/screens/photo_gallery/photo_gallery.dart @@ -2,7 +2,6 @@ import 'dart:async'; import 'package:flutter/cupertino.dart'; import 'package:wonders/common_libs.dart'; -import 'package:wonders/logic/common/string_utils.dart'; import 'package:wonders/logic/data/unsplash_photo_data.dart'; import 'package:wonders/ui/common/controls/app_loading_indicator.dart'; import 'package:wonders/ui/common/controls/eight_way_swipe_detector.dart'; @@ -206,14 +205,8 @@ class _PhotoGalleryState extends State { semanticLbl = $strings.collectibleItemSemanticCollectible; } else { semanticLbl = !selected - ? StringUtils.supplant($strings.photoGallerySemanticFocus, { - '{photoIndex}': (index + 1).toString(), - '{photoTotal}': _imgCount.toString(), - }) - : StringUtils.supplant($strings.photoGallerySemanticFullscreen, { - '{photoIndex}': (index + 1).toString(), - '{photoTotal}': _imgCount.toString(), - }); + ? $strings.photoGallerySemanticFocus(index + 1, _imgCount) + : $strings.photoGallerySemanticFullscreen(index + 1, _imgCount); } return MergeSemantics( child: Semantics( diff --git a/lib/ui/screens/timeline/widgets/_timeline_section.dart b/lib/ui/screens/timeline/widgets/_timeline_section.dart index 799ec291..d0b938a9 100644 --- a/lib/ui/screens/timeline/widgets/_timeline_section.dart +++ b/lib/ui/screens/timeline/widgets/_timeline_section.dart @@ -16,10 +16,10 @@ class TimelineSection extends StatelessWidget { fraction = fraction.clamp(0, 1); return Semantics( - label: '${data.title}, ${StringUtils.supplant($strings.timelineSemanticDate, { - '{fromDate}': StringUtils.formatYr(data.startYr), - '{endDate}': StringUtils.formatYr(data.endYr) - })}', + label: '${data.title}, ${$strings.timelineSemanticDate( + StringUtils.formatYr(data.startYr), + StringUtils.formatYr(data.endYr), + )}', child: IgnorePointer( ignoringSemantics: false, child: Container( diff --git a/lib/ui/screens/wonder_events/widgets/_wonder_image_with_timeline.dart b/lib/ui/screens/wonder_events/widgets/_wonder_image_with_timeline.dart index b6689e74..2e303a21 100644 --- a/lib/ui/screens/wonder_events/widgets/_wonder_image_with_timeline.dart +++ b/lib/ui/screens/wonder_events/widgets/_wonder_image_with_timeline.dart @@ -96,12 +96,9 @@ class _WonderImageWithTimeline extends StatelessWidget { crossAxisAlignment: CrossAxisAlignment.center, children: [ Text( - StringUtils.supplant( - $strings.titleLabelDate, - { - '{fromDate}': StringUtils.formatYr(data.startYr), - '{endDate}': StringUtils.formatYr(data.endYr), - }, + $strings.titleLabelDate( + StringUtils.formatYr(data.startYr), + StringUtils.formatYr(data.endYr), ), style: textStyle, ), diff --git a/pubspec.lock b/pubspec.lock index 86b72c53..d9d6b631 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,259 +5,304 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - url: "https://pub.dartlang.org" + sha256: d976d24314f193899a3079b14fe336215a63a3b1e1c3743eabba8f83e049e9a9 + url: "https://pub.dev" source: hosted - version: "40.0.0" + version: "49.0.0" analyzer: dependency: transitive description: name: analyzer - url: "https://pub.dartlang.org" + sha256: "40ba2c6d2ab41a66476f8f1f099da6be0795c1b47221f5e2c5f8ad6048cdffae" + url: "https://pub.dev" source: hosted - version: "4.1.0" + version: "5.1.0" analyzer_plugin: dependency: transitive description: name: analyzer_plugin - url: "https://pub.dartlang.org" + sha256: c1d5f167683de03d5ab6c3b53fc9aeefc5d59476e7810ba7bbddff50c6f4392d + url: "https://pub.dev" source: hosted - version: "0.10.0" + version: "0.11.2" ansicolor: dependency: transitive description: name: ansicolor - url: "https://pub.dartlang.org" + sha256: "607f8fa9786f392043f169898923e6c59b4518242b68b8862eb8a8b7d9c30b4a" + url: "https://pub.dev" source: hosted version: "2.0.1" archive: dependency: transitive description: name: archive - url: "https://pub.dartlang.org" + sha256: "80e5141fafcb3361653ce308776cfd7d45e6e9fbb429e14eec571382c0c5fecb" + url: "https://pub.dev" source: hosted - version: "3.3.1" + version: "3.3.2" args: dependency: transitive description: name: args - url: "https://pub.dartlang.org" + sha256: b003c3098049a51720352d219b0bb5f219b60fbfb68e7a4748139a06a5676515 + url: "https://pub.dev" source: hosted version: "2.3.1" async: dependency: transitive description: name: async - url: "https://pub.dartlang.org" + sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + url: "https://pub.dev" source: hosted - version: "2.9.0" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector - url: "https://pub.dartlang.org" + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" build: dependency: transitive description: name: build - url: "https://pub.dartlang.org" + sha256: "3fbda25365741f8251b39f3917fb3c8e286a96fd068a5a242e11c2012d495777" + url: "https://pub.dev" source: hosted - version: "2.3.0" + version: "2.3.1" build_config: dependency: transitive description: name: build_config - url: "https://pub.dartlang.org" + sha256: bf80fcfb46a29945b423bd9aad884590fb1dc69b330a4d4700cac476af1708d1 + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.1" build_daemon: dependency: transitive description: name: build_daemon - url: "https://pub.dartlang.org" + sha256: "6bc5544ea6ce4428266e7ea680e945c68806c4aae2da0eb5e9ccf38df8d6acbf" + url: "https://pub.dev" source: hosted version: "3.1.0" build_resolvers: dependency: transitive description: name: build_resolvers - url: "https://pub.dartlang.org" + sha256: "687cf90a3951affac1bd5f9ecb5e3e90b60487f3d9cdc359bb310f8876bb02a6" + url: "https://pub.dev" source: hosted - version: "2.0.8" + version: "2.0.10" build_runner: dependency: "direct dev" description: name: build_runner - url: "https://pub.dartlang.org" + sha256: "6f48c61a9dcd2c3a9e62d3dcdab1ba382790e2f31026288cbabe55d6003c9c23" + url: "https://pub.dev" source: hosted - version: "2.2.0" + version: "2.3.2" build_runner_core: dependency: transitive description: name: build_runner_core - url: "https://pub.dartlang.org" + sha256: "14febe0f5bac5ae474117a36099b4de6f1dbc52df6c5e55534b3da9591bf4292" + url: "https://pub.dev" source: hosted - version: "7.2.3" + version: "7.2.7" built_collection: dependency: transitive description: name: built_collection - url: "https://pub.dartlang.org" + sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100" + url: "https://pub.dev" source: hosted version: "5.1.1" built_value: dependency: transitive description: name: built_value - url: "https://pub.dartlang.org" + sha256: "59e08b0079bb75f7e27392498e26339387c1089c6bd58525a14eb8508637277b" + url: "https://pub.dev" source: hosted - version: "8.3.0" + version: "8.4.2" characters: dependency: transitive description: name: characters - url: "https://pub.dartlang.org" + sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c + url: "https://pub.dev" source: hosted version: "1.2.1" checked_yaml: dependency: transitive description: name: checked_yaml - url: "https://pub.dartlang.org" + sha256: dd007e4fb8270916820a0d66e24f619266b60773cddd082c6439341645af2659 + url: "https://pub.dev" source: hosted version: "2.0.1" clock: dependency: transitive description: name: clock - url: "https://pub.dartlang.org" + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + url: "https://pub.dev" source: hosted version: "1.1.1" code_builder: dependency: transitive description: name: code_builder - url: "https://pub.dartlang.org" + sha256: "02ce3596b459c666530f045ad6f96209474e8fee6e4855940a3cee65fb872ec5" + url: "https://pub.dev" source: hosted - version: "4.1.0" + version: "4.3.0" collection: dependency: "direct main" description: name: collection - url: "https://pub.dartlang.org" + sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 + url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.0" convert: dependency: transitive description: name: convert - url: "https://pub.dartlang.org" + sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" + url: "https://pub.dev" source: hosted - version: "3.0.1" + version: "3.1.1" copy_with_extension: dependency: "direct main" description: name: copy_with_extension - url: "https://pub.dartlang.org" + sha256: "9c17d2b9a041ad19c97aa544c46a60f192cd409529bb9cfb98f48f336bb84d31" + url: "https://pub.dev" source: hosted - version: "4.0.3" + version: "4.0.4" copy_with_extension_gen: dependency: "direct dev" description: name: copy_with_extension_gen - url: "https://pub.dartlang.org" + sha256: "19ab5e5095a9047315b42a6c2bb7ddf59a85cd23a75278500661ced4299165e9" + url: "https://pub.dev" source: hosted - version: "4.0.3" + version: "4.0.4" + cross_file: + dependency: transitive + description: + name: cross_file + sha256: f71079978789bc2fe78d79227f1f8cfe195b31bbd8db2399b0d15a4b96fb843b + url: "https://pub.dev" + source: hosted + version: "0.3.3+2" crypto: dependency: transitive description: name: crypto - url: "https://pub.dartlang.org" + sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67 + url: "https://pub.dev" source: hosted version: "3.0.2" csslib: dependency: transitive description: name: csslib - url: "https://pub.dartlang.org" + sha256: b36c7f7e24c0bdf1bf9a3da461c837d1de64b9f8beb190c9011d8c72a3dfd745 + url: "https://pub.dev" source: hosted - version: "0.17.1" + version: "0.17.2" dart_code_metrics: dependency: "direct dev" description: name: dart_code_metrics - url: "https://pub.dartlang.org" + sha256: "219607f5abbf4c0d254ca39ee009f9ff28df91c40aef26718fde15af6b7a6c24" + url: "https://pub.dev" source: hosted - version: "4.17.1" + version: "4.21.3" dart_style: dependency: transitive description: name: dart_style - url: "https://pub.dartlang.org" + sha256: "7a03456c3490394c8e7665890333e91ae8a49be43542b616e414449ac358acd4" + url: "https://pub.dev" source: hosted - version: "2.2.3" + version: "2.2.4" desktop_window: dependency: "direct main" description: name: desktop_window - url: "https://pub.dartlang.org" + sha256: "6256fb6feb7b5ec1311c76a3503f89202825bfe92c0458ec5fe7a728ffa216d5" + url: "https://pub.dev" source: hosted version: "0.4.0" drop_cap_text: dependency: "direct main" description: name: drop_cap_text - url: "https://pub.dartlang.org" + sha256: "9839d788ad6600c6c374fbc995a3cf784bbe9bf1823bcfa7dc49c4c50d918757" + url: "https://pub.dev" source: hosted version: "1.1.3" equatable: dependency: "direct main" description: name: equatable - url: "https://pub.dartlang.org" + sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2 + url: "https://pub.dev" source: hosted version: "2.0.5" extra_alignments: dependency: "direct main" description: name: extra_alignments - url: "https://pub.dartlang.org" + sha256: cc0425d08b3f1b3404439da939593aa3b7931c6f7f251030632e14337bf79e00 + url: "https://pub.dev" source: hosted version: "1.0.0+1" fake_async: dependency: transitive description: name: fake_async - url: "https://pub.dartlang.org" + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + url: "https://pub.dev" source: hosted version: "1.3.1" ffi: dependency: transitive description: name: ffi - url: "https://pub.dartlang.org" + sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978 + url: "https://pub.dev" source: hosted version: "2.0.1" file: dependency: transitive description: name: file - url: "https://pub.dartlang.org" + sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d" + url: "https://pub.dev" source: hosted version: "6.1.4" fixnum: dependency: transitive description: name: fixnum - url: "https://pub.dartlang.org" + sha256: "04be3e934c52e082558cc9ee21f42f5c1cd7a1262f4c63cd0357c08d5bba81ec" + url: "https://pub.dev" source: hosted version: "1.0.1" flextras: dependency: "direct main" description: name: flextras - url: "https://pub.dartlang.org" + sha256: e73b5c86dd9419569d2a48db470059b41b496012513e4e1bdc56ba2c661048d9 + url: "https://pub.dev" source: hosted version: "1.0.0" flutter: @@ -269,23 +314,26 @@ packages: dependency: "direct main" description: name: flutter_animate - url: "https://pub.dartlang.org" + sha256: "1f6fdee1f63eda3c35e04c07664593c31b7fdae290b6b0dc513d2fdfb2d27c76" + url: "https://pub.dev" source: hosted version: "1.0.0" flutter_circular_text: dependency: "direct main" description: name: flutter_circular_text - url: "https://pub.dartlang.org" + sha256: "8b7a090198dc5f8651d97584e02fc121b51e92f4e3141c147a63243401609021" + url: "https://pub.dev" source: hosted version: "0.3.1" flutter_displaymode: dependency: "direct main" description: name: flutter_displaymode - url: "https://pub.dartlang.org" + sha256: fdeaceb35d84ed000625ae0666bbec5b015407d1f90135cdd1bbfdb4ca73de1a + url: "https://pub.dev" source: hosted - version: "0.4.0" + version: "0.4.1" flutter_driver: dependency: transitive description: flutter @@ -295,14 +343,16 @@ packages: dependency: "direct main" description: name: flutter_inappwebview - url: "https://pub.dartlang.org" + sha256: "43319594a48b298b77c8ed9d2c91b83cbcb2bcb7c09761b33203eca58abaca7e" + url: "https://pub.dev" source: hosted - version: "5.7.1" + version: "5.7.2" flutter_lints: dependency: "direct dev" description: name: flutter_lints - url: "https://pub.dartlang.org" + sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c + url: "https://pub.dev" source: hosted version: "2.0.1" flutter_localizations: @@ -314,30 +364,34 @@ packages: dependency: "direct main" description: name: flutter_native_splash - url: "https://pub.dartlang.org" + sha256: "6777a3abb974021a39b5fdd2d46a03ca390e03903b6351f21d10e7ecc969f12d" + url: "https://pub.dev" source: hosted - version: "2.2.7" + version: "2.2.16" flutter_plugin_android_lifecycle: dependency: transitive description: name: flutter_plugin_android_lifecycle - url: "https://pub.dartlang.org" + sha256: "60fc7b78455b94e6de2333d2f95196d32cf5c22f4b0b0520a628804cb463503b" + url: "https://pub.dev" source: hosted - version: "2.0.6" + version: "2.0.7" flutter_staggered_grid_view: dependency: "direct main" description: name: flutter_staggered_grid_view - url: "https://pub.dartlang.org" + sha256: "1312314293acceb65b92754298754801b0e1f26a1845833b740b30415bbbcf07" + url: "https://pub.dev" source: hosted version: "0.6.2" flutter_svg: dependency: "direct main" description: name: flutter_svg - url: "https://pub.dartlang.org" + sha256: "6ff9fa12892ae074092de2fa6a9938fb21dbabfdaa2ff57dc697ff912fc8d4b2" + url: "https://pub.dev" source: hosted - version: "1.1.4" + version: "1.1.6" flutter_test: dependency: "direct dev" description: flutter @@ -352,9 +406,10 @@ packages: dependency: transitive description: name: frontend_server_client - url: "https://pub.dartlang.org" + sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612" + url: "https://pub.dev" source: hosted - version: "2.1.3" + version: "3.2.0" fuchsia_remote_debug_protocol: dependency: transitive description: flutter @@ -364,147 +419,168 @@ packages: dependency: transitive description: name: functional_listener - url: "https://pub.dartlang.org" + sha256: "18f4f43478b78b037c9a64c3c10d4067a8c9a5d510f3e174775705ce4337414a" + url: "https://pub.dev" source: hosted version: "2.1.0" gap: dependency: "direct main" description: name: gap - url: "https://pub.dartlang.org" + sha256: "6e35ee60d5bbc61b0bec97cc5ba7ed32f62f1f62449e281ea77677479418a15d" + url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.0.1" get_it: dependency: "direct main" description: name: get_it - url: "https://pub.dartlang.org" + sha256: "290fde3a86072e4b37dbb03c07bec6126f0ecc28dad403c12ffe2e5a2d751ab7" + url: "https://pub.dev" source: hosted version: "7.2.0" get_it_mixin: dependency: "direct main" description: name: get_it_mixin - url: "https://pub.dartlang.org" + sha256: d6e90b642e6bae0eed2db366e2c18c7126427f9ae76b3a2ec88239ce2fa51ec5 + url: "https://pub.dev" source: hosted - version: "3.1.4" + version: "3.1.4+2" glob: dependency: transitive description: name: glob - url: "https://pub.dartlang.org" + sha256: "4515b5b6ddb505ebdd242a5f2cc5d22d3d6a80013789debfbda7777f47ea308c" + url: "https://pub.dev" source: hosted - version: "2.0.2" + version: "2.1.1" go_router: dependency: "direct main" description: name: go_router - url: "https://pub.dartlang.org" + sha256: aec1999abe8b2f131eda46d4c9629048fb1befed2b65e90b73f9193a300ce489 + url: "https://pub.dev" source: hosted - version: "4.2.8" + version: "4.5.1" google_maps: dependency: transitive description: name: google_maps - url: "https://pub.dartlang.org" + sha256: eb20a162d642599a05179e2d155b9e803899cb377764fdec9044fa7fa474bfb8 + url: "https://pub.dev" source: hosted - version: "6.1.0" + version: "6.2.0" google_maps_flutter: dependency: "direct main" description: name: google_maps_flutter - url: "https://pub.dartlang.org" + sha256: "460b8c3318c5be1346e7182b848e3c2b83fe65f2f5d404c871ac7e134ee59801" + url: "https://pub.dev" source: hosted - version: "2.1.12" + version: "2.2.1" google_maps_flutter_android: dependency: transitive description: name: google_maps_flutter_android - url: "https://pub.dartlang.org" + sha256: "09e7e7fa642ea105bd507bb0c184c3d2fa9f9ad08f55bd8c8d609388d9078328" + url: "https://pub.dev" source: hosted - version: "2.1.10" + version: "2.3.3" google_maps_flutter_ios: dependency: transitive description: name: google_maps_flutter_ios - url: "https://pub.dartlang.org" + sha256: "43a71553d9973af6886b6984e246dac18b8a62dc59581904d8d1292388b05ea5" + url: "https://pub.dev" source: hosted - version: "2.1.11" + version: "2.1.12" google_maps_flutter_platform_interface: dependency: transitive description: name: google_maps_flutter_platform_interface - url: "https://pub.dartlang.org" + sha256: cde5d8713fd61f48ba675190be5ab294a022eec966748a2f83063f487d076fbc + url: "https://pub.dev" source: hosted - version: "2.2.1" + version: "2.2.4" google_maps_flutter_web: dependency: "direct main" description: name: google_maps_flutter_web - url: "https://pub.dartlang.org" + sha256: f83e2d9a0c6b30cb48d8d0fc31699fb607b06590d4fb70dc698236da85cdce20 + url: "https://pub.dev" source: hosted - version: "0.4.0+1" + version: "0.4.0+3" graphs: dependency: transitive description: name: graphs - url: "https://pub.dartlang.org" + sha256: f9e130f3259f52d26f0cfc0e964513796dafed572fa52e45d2f8d6ca14db39b2 + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.2.0" html: dependency: transitive description: name: html - url: "https://pub.dartlang.org" + sha256: d9793e10dbe0e6c364f4c59bf3e01fb33a9b2a674bc7a1081693dba0614b6269 + url: "https://pub.dev" source: hosted - version: "0.15.0" + version: "0.15.1" http: dependency: "direct main" description: name: http - url: "https://pub.dartlang.org" + sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482" + url: "https://pub.dev" source: hosted version: "0.13.5" http_multi_server: dependency: transitive description: name: http_multi_server - url: "https://pub.dartlang.org" + sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b" + url: "https://pub.dev" source: hosted - version: "3.2.0" + version: "3.2.1" http_parser: dependency: transitive description: name: http_parser - url: "https://pub.dartlang.org" + sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" + url: "https://pub.dev" source: hosted - version: "4.0.1" + version: "4.0.2" icons_launcher: dependency: "direct dev" description: name: icons_launcher - url: "https://pub.dartlang.org" + sha256: c8e3ae1263822feafaec8a3c666ec84c2143470e1612f5481f1c875024c5f37e + url: "https://pub.dev" source: hosted - version: "2.0.1" + version: "2.0.6" image: dependency: transitive description: name: image - url: "https://pub.dartlang.org" + sha256: f6ffe2895e3c86c6ad5a27e6302cf807403463e397cb2f0c580f619ac2fa588b + url: "https://pub.dev" source: hosted - version: "3.2.0" + version: "3.2.2" image_fade: dependency: "direct main" description: name: image_fade - url: "https://pub.dartlang.org" + sha256: "6ec32003f451f3341f1b8ebd899b97e94f80ce0d66b13e59ade41ae03c34b464" + url: "https://pub.dev" source: hosted version: "0.6.1" image_gallery_saver: dependency: "direct main" description: name: image_gallery_saver - url: "https://pub.dartlang.org" + sha256: be812580c7a320d3bf583af89cac6b376f170d48000aca75215a73285a3223a0 + url: "https://pub.dev" source: hosted version: "1.7.1" integration_test: @@ -516,441 +592,504 @@ packages: dependency: "direct main" description: name: internet_connection_checker - url: "https://pub.dartlang.org" + sha256: "6836d1e2193b3deab615820084a69521ec245550aba6e0a91b21c3757129872e" + url: "https://pub.dev" source: hosted version: "0.0.1+4" intl: dependency: "direct main" description: name: intl - url: "https://pub.dartlang.org" + sha256: "910f85bce16fb5c6f614e117efa303e85a1731bb0081edf3604a2ae6e9a3cc91" + url: "https://pub.dev" source: hosted version: "0.17.0" io: dependency: transitive description: name: io - url: "https://pub.dartlang.org" + sha256: "0d4c73c3653ab85bf696d51a9657604c900a370549196a91f33e4c39af760852" + url: "https://pub.dev" source: hosted version: "1.0.3" js: dependency: transitive description: name: js - url: "https://pub.dartlang.org" + sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" + url: "https://pub.dev" source: hosted - version: "0.6.4" + version: "0.6.5" js_wrapping: dependency: transitive description: name: js_wrapping - url: "https://pub.dartlang.org" + sha256: e385980f7c76a8c1c9a560dfb623b890975841542471eade630b2871d243851c + url: "https://pub.dev" source: hosted version: "0.7.4" json_annotation: dependency: "direct main" description: name: json_annotation - url: "https://pub.dartlang.org" + sha256: "3520fa844009431b5d4491a5a778603520cdc399ab3406332dcc50f93547258c" + url: "https://pub.dev" source: hosted - version: "4.6.0" + version: "4.7.0" json_serializable: dependency: "direct dev" description: name: json_serializable - url: "https://pub.dartlang.org" + sha256: f3c2c18a7889580f71926f30c1937727c8c7d4f3a435f8f5e8b0ddd25253ef5d + url: "https://pub.dev" source: hosted - version: "6.3.1" - lint: - dependency: transitive - description: - name: lint - url: "https://pub.dartlang.org" - source: hosted - version: "1.10.0" + version: "6.5.4" lints: dependency: transitive description: name: lints - url: "https://pub.dartlang.org" + sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593" + url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.0.1" logging: dependency: transitive description: name: logging - url: "https://pub.dartlang.org" + sha256: c0bbfe94d46aedf9b8b3e695cf3bd48c8e14b35e3b2c639e0aa7755d589ba946 + url: "https://pub.dev" source: hosted - version: "1.0.2" + version: "1.1.0" matcher: dependency: transitive description: name: matcher - url: "https://pub.dartlang.org" + sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" + url: "https://pub.dev" source: hosted - version: "0.12.12" + version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities - url: "https://pub.dartlang.org" + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 + url: "https://pub.dev" source: hosted version: "0.2.0" meta: dependency: transitive description: name: meta - url: "https://pub.dartlang.org" + sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" + url: "https://pub.dev" source: hosted version: "1.8.0" mime: dependency: transitive description: name: mime - url: "https://pub.dartlang.org" + sha256: "52e38f7e1143ef39daf532117d6b8f8f617bf4bcd6044ed8c29040d20d269630" + url: "https://pub.dev" source: hosted - version: "1.0.2" + version: "1.0.3" modal_bottom_sheet: dependency: "direct main" description: name: modal_bottom_sheet - url: "https://pub.dartlang.org" + sha256: ef533916a2c3089571c32bd34e410faca77a6849a3f28f748e0794525c5658a0 + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.2" nested: dependency: transitive description: name: nested - url: "https://pub.dartlang.org" + sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20" + url: "https://pub.dev" source: hosted version: "1.0.0" package_config: dependency: transitive description: name: package_config - url: "https://pub.dartlang.org" + sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd" + url: "https://pub.dev" source: hosted - version: "2.0.2" + version: "2.1.0" package_info_plus: dependency: "direct main" description: name: package_info_plus - url: "https://pub.dartlang.org" + sha256: f62d7253edc197fe3c88d7c2ddab82d68f555e778d55390ccc3537eca8e8d637 + url: "https://pub.dev" source: hosted version: "1.4.3+1" package_info_plus_linux: dependency: transitive description: name: package_info_plus_linux - url: "https://pub.dartlang.org" + sha256: "04b575f44233d30edbb80a94e57cad9107aada334fc02aabb42b6becd13c43fc" + url: "https://pub.dev" source: hosted version: "1.0.5" package_info_plus_macos: dependency: transitive description: name: package_info_plus_macos - url: "https://pub.dartlang.org" + sha256: a2ad8b4acf4cd479d4a0afa5a74ea3f5b1c7563b77e52cc32b3ee6956d5482a6 + url: "https://pub.dev" source: hosted version: "1.3.0" package_info_plus_platform_interface: dependency: transitive description: name: package_info_plus_platform_interface - url: "https://pub.dartlang.org" + sha256: f7a0c8f1e7e981bc65f8b64137a53fd3c195b18d429fba960babc59a5a1c7ae8 + url: "https://pub.dev" source: hosted version: "1.0.2" package_info_plus_web: dependency: transitive description: name: package_info_plus_web - url: "https://pub.dartlang.org" + sha256: f0829327eb534789e0a16ccac8936a80beed4e2401c4d3a74f3f39094a822d3b + url: "https://pub.dev" source: hosted - version: "1.0.5" + version: "1.0.6" package_info_plus_windows: dependency: transitive description: name: package_info_plus_windows - url: "https://pub.dartlang.org" + sha256: "79524f11c42dd9078b96d797b3cf79c0a2883a50c4920dc43da8562c115089bc" + url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.1.0" particle_field: dependency: "direct main" description: name: particle_field - url: "https://pub.dartlang.org" + sha256: "33ef365ffa50c5f7e550ebbddb961d74fe27124fc4b81b5d6c4c281b49f3daba" + url: "https://pub.dev" source: hosted version: "0.0.1+1" path: dependency: transitive description: name: path - url: "https://pub.dartlang.org" + sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b + url: "https://pub.dev" source: hosted version: "1.8.2" path_drawing: dependency: transitive description: name: path_drawing - url: "https://pub.dartlang.org" + sha256: bbb1934c0cbb03091af082a6389ca2080345291ef07a5fa6d6e078ba8682f977 + url: "https://pub.dev" source: hosted version: "1.0.1" path_parsing: dependency: transitive description: name: path_parsing - url: "https://pub.dartlang.org" + sha256: e3e67b1629e6f7e8100b367d3db6ba6af4b1f0bb80f64db18ef1fbabd2fa9ccf + url: "https://pub.dev" source: hosted version: "1.0.1" path_provider: dependency: "direct main" description: name: path_provider - url: "https://pub.dartlang.org" + sha256: "050e8e85e4b7fecdf2bb3682c1c64c4887a183720c802d323de8a5fd76d372dd" + url: "https://pub.dev" source: hosted version: "2.0.11" path_provider_android: dependency: transitive description: name: path_provider_android - url: "https://pub.dartlang.org" + sha256: a776c088d671b27f6e3aa8881d64b87b3e80201c64e8869b811325de7a76c15e + url: "https://pub.dev" source: hosted - version: "2.0.14" + version: "2.0.22" path_provider_ios: dependency: transitive description: name: path_provider_ios - url: "https://pub.dartlang.org" + sha256: "03d639406f5343478352433f00d3c4394d52dac8df3d847869c5e2333e0bbce8" + url: "https://pub.dev" source: hosted - version: "2.0.9" + version: "2.0.11" path_provider_linux: dependency: transitive description: name: path_provider_linux - url: "https://pub.dartlang.org" + sha256: ab0987bf95bc591da42dffb38c77398fc43309f0b9b894dcc5d6f40c4b26c379 + url: "https://pub.dev" source: hosted version: "2.1.7" path_provider_macos: dependency: transitive description: name: path_provider_macos - url: "https://pub.dartlang.org" + sha256: "2a97e7fbb7ae9dcd0dfc1220a78e9ec3e71da691912e617e8715ff2a13086ae8" + url: "https://pub.dev" source: hosted version: "2.0.6" path_provider_platform_interface: dependency: transitive description: name: path_provider_platform_interface - url: "https://pub.dartlang.org" + sha256: f0abc8ebd7253741f05488b4813d936b4d07c6bae3e86148a09e342ee4b08e76 + url: "https://pub.dev" source: hosted - version: "2.0.4" + version: "2.0.5" path_provider_windows: dependency: transitive description: name: path_provider_windows - url: "https://pub.dartlang.org" + sha256: bcabbe399d4042b8ee687e17548d5d3f527255253b4a639f5f8d2094a9c2b45c + url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.3" petitparser: dependency: transitive description: name: petitparser - url: "https://pub.dartlang.org" + sha256: "49392a45ced973e8d94a85fdb21293fbb40ba805fc49f2965101ae748a3683b4" + url: "https://pub.dev" source: hosted - version: "5.0.0" + version: "5.1.0" platform: dependency: transitive description: name: platform - url: "https://pub.dartlang.org" + sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76" + url: "https://pub.dev" source: hosted version: "3.1.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface - url: "https://pub.dartlang.org" + sha256: dbf0f707c78beedc9200146ad3cb0ab4d5da13c246336987be6940f026500d3a + url: "https://pub.dev" source: hosted - version: "2.1.2" + version: "2.1.3" pool: dependency: transitive description: name: pool - url: "https://pub.dartlang.org" + sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" + url: "https://pub.dev" source: hosted - version: "1.5.0" + version: "1.5.1" process: dependency: transitive description: name: process - url: "https://pub.dartlang.org" + sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09" + url: "https://pub.dev" source: hosted version: "4.2.4" provider: dependency: "direct main" description: name: provider - url: "https://pub.dartlang.org" + sha256: e1e7413d70444ea3096815a60fe5da1b11bda8a9dc4769252cc82c53536f8bcc + url: "https://pub.dev" source: hosted - version: "6.0.3" + version: "6.0.4" pub_semver: dependency: transitive description: name: pub_semver - url: "https://pub.dartlang.org" + sha256: "307de764d305289ff24ad257ad5c5793ce56d04947599ad68b3baa124105fc17" + url: "https://pub.dev" source: hosted - version: "2.1.1" + version: "2.1.3" + pub_updater: + dependency: transitive + description: + name: pub_updater + sha256: "00e42b515aa046b171d05bbe2dd566c0feaab7808c33c5bacb5beff93cf16561" + url: "https://pub.dev" + source: hosted + version: "0.2.3" pubspec_parse: dependency: transitive description: name: pubspec_parse - url: "https://pub.dartlang.org" + sha256: "75f6614d6dde2dc68948dffbaa4fe5dae32cd700eb9fb763fe11dfb45a3c4d0a" + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.2.1" rnd: dependency: "direct main" description: name: rnd - url: "https://pub.dartlang.org" + sha256: "87799a8c447da2e728096264b2cc13679a11af49f0504331f4d588986a371fcf" + url: "https://pub.dev" source: hosted version: "0.2.0" sanitize_html: dependency: transitive description: name: sanitize_html - url: "https://pub.dartlang.org" + sha256: "0a445f19bbaa196f5a4f93461aa066b94e6e025622eb1e9bc77872a5e25233a5" + url: "https://pub.dev" source: hosted version: "2.0.0" screenshot: dependency: "direct main" description: name: screenshot - url: "https://pub.dartlang.org" + sha256: "50d6ee740eafcb4d461b2842ec4793a50a433a4084ac02abb68469bf2ad733a4" + url: "https://pub.dev" source: hosted version: "1.2.3" share_plus: dependency: "direct main" description: name: share_plus - url: "https://pub.dartlang.org" + sha256: f582d5741930f3ad1bf0211d358eddc0508cc346e5b4b248bd1e569c995ebb7a + url: "https://pub.dev" source: hosted - version: "4.0.10" + version: "4.5.3" share_plus_linux: dependency: transitive description: name: share_plus_linux - url: "https://pub.dartlang.org" + sha256: dc32bf9f1151b9864bb86a997c61a487967a08f2e0b4feaa9a10538712224da4 + url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "3.0.1" share_plus_macos: dependency: transitive description: name: share_plus_macos - url: "https://pub.dartlang.org" + sha256: "44daa946f2845045ecd7abb3569b61cd9a55ae9cc4cbec9895b2067b270697ae" + url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "3.0.1" share_plus_platform_interface: dependency: transitive description: name: share_plus_platform_interface - url: "https://pub.dartlang.org" + sha256: "82ddd4ab9260c295e6e39612d4ff00390b9a7a21f1bb1da771e2f232d80ab8a1" + url: "https://pub.dev" source: hosted - version: "3.0.2" + version: "3.2.0" share_plus_web: dependency: transitive description: name: share_plus_web - url: "https://pub.dartlang.org" + sha256: eaef05fa8548b372253e772837dd1fbe4ce3aca30ea330765c945d7d4f7c9935 + url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "3.1.0" share_plus_windows: dependency: transitive description: name: share_plus_windows - url: "https://pub.dartlang.org" + sha256: "3a21515ae7d46988d42130cd53294849e280a5de6ace24bae6912a1bffd757d4" + url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "3.0.1" shared_preferences: dependency: "direct main" description: name: shared_preferences - url: "https://pub.dartlang.org" + sha256: "76917b7d4b9526b2ba416808a7eb9fb2863c1a09cf63ec85f1453da240fa818a" + url: "https://pub.dev" source: hosted version: "2.0.15" shared_preferences_android: dependency: transitive description: name: shared_preferences_android - url: "https://pub.dartlang.org" + sha256: "8e251f3c986002b65fed6396bce81f379fb63c27317d49743cf289fd0fd1ab97" + url: "https://pub.dev" source: hosted - version: "2.0.12" + version: "2.0.14" shared_preferences_ios: dependency: transitive description: name: shared_preferences_ios - url: "https://pub.dartlang.org" + sha256: "585a14cefec7da8c9c2fb8cd283a3bb726b4155c0952afe6a0caaa7b2272de34" + url: "https://pub.dev" source: hosted version: "2.1.1" shared_preferences_linux: dependency: transitive description: name: shared_preferences_linux - url: "https://pub.dartlang.org" + sha256: "28aefc1261746e7bad3d09799496054beb84e8c4ffcdfed7734e17b4ada459a5" + url: "https://pub.dev" source: hosted version: "2.1.1" shared_preferences_macos: dependency: transitive description: name: shared_preferences_macos - url: "https://pub.dartlang.org" + sha256: fbb94bf296576f49be37a1496d5951796211a8db0aa22cc0d68c46440dad808c + url: "https://pub.dev" source: hosted version: "2.0.4" shared_preferences_platform_interface: dependency: transitive description: name: shared_preferences_platform_interface - url: "https://pub.dartlang.org" + sha256: da9431745ede5ece47bc26d5d73a9d3c6936ef6945c101a5aca46f62e52c1cf3 + url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.1.0" shared_preferences_web: dependency: transitive description: name: shared_preferences_web - url: "https://pub.dartlang.org" + sha256: a4b5bc37fe1b368bbc81f953197d55e12f49d0296e7e412dfe2d2d77d6929958 + url: "https://pub.dev" source: hosted version: "2.0.4" shared_preferences_windows: dependency: transitive description: name: shared_preferences_windows - url: "https://pub.dartlang.org" + sha256: "97f7ab9a7da96d9cf19581f5de520ceb529548498bd6b5e0ccd02d68a0d15eba" + url: "https://pub.dev" source: hosted version: "2.1.1" shelf: dependency: transitive description: name: shelf - url: "https://pub.dartlang.org" + sha256: c24a96135a2ccd62c64b69315a14adc5c3419df63b4d7c05832a346fdb73682c + url: "https://pub.dev" source: hosted - version: "1.3.0" + version: "1.4.0" shelf_web_socket: dependency: transitive description: name: shelf_web_socket - url: "https://pub.dartlang.org" + sha256: a988c0e8d8ffbdb8a28aa7ec8e449c260f3deb808781fe1284d22c5bba7156e8 + url: "https://pub.dev" source: hosted - version: "1.0.1" + version: "1.0.3" simple_rich_text: dependency: "direct main" description: name: simple_rich_text - url: "https://pub.dartlang.org" + sha256: ba678f8075336995604ccc1e8bf407dc6455e0d6dee17c2aabadba38a9dbd23f + url: "https://pub.dev" source: hosted version: "2.0.49" sized_context: dependency: "direct main" description: name: sized_context - url: "https://pub.dartlang.org" + sha256: "4da0ecbb6a58afc3f51ba1984dc25eef6ee0e8176f8923b686c96ee1cfba23ac" + url: "https://pub.dev" source: hosted version: "1.0.0+1" sky_engine: @@ -962,240 +1101,282 @@ packages: dependency: "direct main" description: name: smooth_page_indicator - url: "https://pub.dartlang.org" + sha256: "49e9b6a265790454c39bd4a447a02f398c02b44b2602e7c5e3a381dc2e3b4102" + url: "https://pub.dev" source: hosted version: "1.0.0+2" source_gen: dependency: transitive description: name: source_gen - url: "https://pub.dartlang.org" + sha256: "2d79738b6bbf38a43920e2b8d189e9a3ce6cc201f4b8fc76be5e4fe377b1c38d" + url: "https://pub.dev" source: hosted - version: "1.2.2" + version: "1.2.6" source_helper: dependency: transitive description: name: source_helper - url: "https://pub.dartlang.org" + sha256: "3b67aade1d52416149c633ba1bb36df44d97c6b51830c2198e934e3fca87ca1f" + url: "https://pub.dev" source: hosted - version: "1.3.2" + version: "1.3.3" source_span: dependency: transitive description: name: source_span - url: "https://pub.dartlang.org" + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 + url: "https://pub.dev" source: hosted version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace - url: "https://pub.dartlang.org" + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 + url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel - url: "https://pub.dartlang.org" + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" stream_transform: dependency: transitive description: name: stream_transform - url: "https://pub.dartlang.org" + sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f" + url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.1.0" string_scanner: dependency: transitive description: name: string_scanner - url: "https://pub.dartlang.org" + sha256: "862015c5db1f3f3c4ea3b94dc2490363a84262994b88902315ed74be1155612f" + url: "https://pub.dev" source: hosted version: "1.1.1" sync_http: dependency: transitive description: name: sync_http - url: "https://pub.dartlang.org" + sha256: "7f0cd72eca000d2e026bcd6f990b81d0ca06022ef4e32fb257b30d3d1014a961" + url: "https://pub.dev" source: hosted version: "0.3.1" term_glyph: dependency: transitive description: name: term_glyph - url: "https://pub.dartlang.org" + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + url: "https://pub.dev" source: hosted version: "1.2.1" test_api: dependency: transitive description: name: test_api - url: "https://pub.dartlang.org" + sha256: c9aba3b3dbfe8878845dfab5fa096eb8de7b62231baeeb1cea8e3ee81ca8c6d8 + url: "https://pub.dev" source: hosted - version: "0.4.14" + version: "0.4.15" timing: dependency: transitive description: name: timing - url: "https://pub.dartlang.org" + sha256: c386d07d7f5efc613479a7c4d9d64b03710b03cfaa7e8ad5f2bfb295a1f0dfad + url: "https://pub.dev" source: hosted version: "1.0.0" typed_data: dependency: transitive description: name: typed_data - url: "https://pub.dartlang.org" + sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5" + url: "https://pub.dev" source: hosted version: "1.3.1" universal_io: dependency: transitive description: name: universal_io - url: "https://pub.dartlang.org" + sha256: "79f78ddad839ee3aae3ec7c01eb4575faf0d5c860f8e5223bc9f9c17f7f03cef" + url: "https://pub.dev" source: hosted version: "2.0.4" universal_platform: dependency: transitive description: name: universal_platform - url: "https://pub.dartlang.org" + sha256: d315be0f6641898b280ffa34e2ddb14f3d12b1a37882557869646e0cc363d0cc + url: "https://pub.dev" source: hosted version: "1.0.0+1" unsplash_client: dependency: "direct main" description: name: unsplash_client - url: "https://pub.dartlang.org" + sha256: "1d54bc0267c0f345079b8cead094274aa94109686ec6356956dede74c233f215" + url: "https://pub.dev" source: hosted version: "2.1.0+3" url_launcher: dependency: transitive description: name: url_launcher - url: "https://pub.dartlang.org" + sha256: "3c92b0efb5e9dcb8f846aefabf9f0f739f91682ed486b991ceda51c288e60896" + url: "https://pub.dev" source: hosted - version: "6.1.5" + version: "6.1.7" url_launcher_android: dependency: transitive description: name: url_launcher_android - url: "https://pub.dartlang.org" + sha256: "6f91d30ce9060c204b2dbe728adb300750fa4b228e8f7ed1b961aa1ceb728799" + url: "https://pub.dev" source: hosted - version: "6.0.17" + version: "6.0.22" url_launcher_ios: dependency: transitive description: name: url_launcher_ios - url: "https://pub.dartlang.org" + sha256: "6ba7dddee26c9fae27c9203c424631109d73c8fa26cfa7bc3e35e751cb87f62e" + url: "https://pub.dev" source: hosted version: "6.0.17" url_launcher_linux: dependency: transitive description: name: url_launcher_linux - url: "https://pub.dartlang.org" + sha256: "360fa359ab06bcb4f7c5cd3123a2a9a4d3364d4575d27c4b33468bd4497dd094" + url: "https://pub.dev" source: hosted version: "3.0.1" url_launcher_macos: dependency: transitive description: name: url_launcher_macos - url: "https://pub.dartlang.org" + sha256: a9b3ea9043eabfaadfa3fb89de67a11210d85569086d22b3854484beab8b3978 + url: "https://pub.dev" source: hosted version: "3.0.1" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface - url: "https://pub.dartlang.org" + sha256: "4eae912628763eb48fc214522e58e942fd16ce195407dbf45638239523c759a6" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" url_launcher_web: dependency: transitive description: name: url_launcher_web - url: "https://pub.dartlang.org" + sha256: "5669882643b96bb6d5786637cac727c6e918a790053b09245fd4513b8a07df2a" + url: "https://pub.dev" source: hosted - version: "2.0.11" + version: "2.0.13" url_launcher_windows: dependency: transitive description: name: url_launcher_windows - url: "https://pub.dartlang.org" + sha256: e3c3b16d3104260c10eea3b0e34272aaa57921f83148b0619f74c2eced9b7ef1 + url: "https://pub.dev" source: hosted version: "3.0.1" + uuid: + dependency: transitive + description: + name: uuid + sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313" + url: "https://pub.dev" + source: hosted + version: "3.0.7" vector_math: dependency: transitive description: name: vector_math - url: "https://pub.dartlang.org" + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + url: "https://pub.dev" source: hosted - version: "2.1.3" + version: "2.1.4" vm_service: dependency: transitive description: name: vm_service - url: "https://pub.dartlang.org" + sha256: e7fb6c2282f7631712b69c19d1bff82f3767eea33a2321c14fa59ad67ea391c7 + url: "https://pub.dev" source: hosted version: "9.4.0" watcher: dependency: transitive description: name: watcher - url: "https://pub.dartlang.org" + sha256: "6a7f46926b01ce81bfc339da6a7f20afbe7733eff9846f6d6a5466aa4c6667c0" + url: "https://pub.dev" source: hosted - version: "1.0.1" + version: "1.0.2" web_socket_channel: dependency: transitive description: name: web_socket_channel - url: "https://pub.dartlang.org" + sha256: "3a969ddcc204a3e34e863d204b29c0752716f78b6f9cc8235083208d268a4ccd" + url: "https://pub.dev" source: hosted version: "2.2.0" webdriver: dependency: transitive description: name: webdriver - url: "https://pub.dartlang.org" + sha256: ef67178f0cc7e32c1494645b11639dd1335f1d18814aa8435113a92e9ef9d841 + url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "3.0.1" win32: dependency: transitive description: name: win32 - url: "https://pub.dartlang.org" + sha256: ca121dbbadb3e43b449053feab0cdf3f2bff93b107cacf0290e3d29f717374b6 + url: "https://pub.dev" source: hosted - version: "2.7.0" + version: "3.1.2" xdg_directories: dependency: transitive description: name: xdg_directories - url: "https://pub.dartlang.org" + sha256: "11541eedefbcaec9de35aa82650b695297ce668662bbd6e3911a7fabdbde589f" + url: "https://pub.dev" source: hosted - version: "0.2.0+1" + version: "0.2.0+2" xml: dependency: transitive description: name: xml - url: "https://pub.dartlang.org" + sha256: "979ee37d622dec6365e2efa4d906c37470995871fe9ae080d967e192d88286b5" + url: "https://pub.dev" source: hosted - version: "6.1.0" + version: "6.2.2" yaml: dependency: transitive description: name: yaml - url: "https://pub.dartlang.org" + sha256: "23812a9b125b48d4007117254bca50abb6c712352927eece9e155207b1db2370" + url: "https://pub.dev" source: hosted version: "3.1.1" youtube_player_iframe: dependency: "direct main" description: name: youtube_player_iframe - url: "https://pub.dartlang.org" + sha256: "2c680672c96c3f4ae583ed4fac8e6a1abbf736e598c814db3f0fcf8ac1b86df7" + url: "https://pub.dev" source: hosted version: "2.3.0" sdks: - dart: ">=2.18.0 <3.0.0" + dart: ">=2.18.0 <4.0.0" flutter: ">=3.0.0"