Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Fix deferred loading components #736

Merged
merged 1 commit into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deferred_components_loading_units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ loading-units:
- package:gallery/demos/cupertino/cupertino_context_menu_demo.dart
- package:gallery/demos/cupertino/cupertino_navigation_bar_demo.dart
- package:gallery/demos/cupertino/cupertino_picker_demo.dart
- package:gallery/demos/cupertino/cupertino_scrollbar_demo.dart
- package:gallery/demos/cupertino/cupertino_search_text_field_demo.dart
- package:gallery/demos/cupertino/cupertino_segmented_control_demo.dart
- package:gallery/demos/cupertino/cupertino_slider_demo.dart
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ packages:
name: coverage
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.5.0"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -296,7 +296,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -651,21 +651,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.21.1"
version: "1.21.4"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.12"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.13"
version: "0.4.16"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -742,7 +742,7 @@ packages:
name: vm_service
url: "https://pub.dartlang.org"
source: hosted
version: "8.3.0"
version: "9.0.0"
watcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2.10.0+021000

environment:
flutter: ^3.1.0-0 # Kept relatively close to master channel version
sdk: '>=2.17.0 <3.0.0'
sdk: ">=2.17.0 <3.0.0"

dependencies:
flutter:
Expand Down