Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
67f25caf
Unverified
Commit
67f25caf
authored
Mar 07, 2022
by
Jonah Williams
Committed by
GitHub
Mar 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove package:typed_data from package:flutter dependencies (#99604)
parent
252022ea
Changes
33
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
83 additions
and
76 deletions
+83
-76
pubspec.yaml
dev/benchmarks/macrobenchmarks/pubspec.yaml
+2
-2
pubspec.yaml
...integration_tests/abstract_method_smoke_test/pubspec.yaml
+1
-2
pubspec.yaml
...ration_tests/android_embedding_v2_smoke_test/pubspec.yaml
+1
-2
generated_plugins.cmake
...sts/flutter_gallery/linux/flutter/generated_plugins.cmake
+8
-0
pubspec.yaml
dev/integration_tests/flutter_gallery/pubspec.yaml
+3
-3
pubspec.yaml
...integration_tests/gradle_deprecated_settings/pubspec.yaml
+1
-2
pubspec.yaml
...tion_tests/ios_add2app_life_cycle/flutterapp/pubspec.yaml
+1
-2
pubspec.yaml
dev/integration_tests/ios_app_with_extensions/pubspec.yaml
+1
-2
pubspec.yaml
dev/integration_tests/non_nullable/pubspec.yaml
+1
-2
pubspec.yaml
dev/integration_tests/release_smoke_test/pubspec.yaml
+1
-2
pubspec.yaml
dev/integration_tests/web/pubspec.yaml
+1
-2
pubspec.yaml
dev/integration_tests/web_compile_tests/pubspec.yaml
+1
-2
pubspec.yaml
dev/manual_tests/pubspec.yaml
+1
-2
pubspec.yaml
dev/tools/vitool/pubspec.yaml
+1
-2
pubspec.yaml
dev/tracing_tests/pubspec.yaml
+1
-2
pubspec.yaml
examples/api/pubspec.yaml
+4
-2
pubspec.yaml
examples/flutter_view/pubspec.yaml
+1
-2
pubspec.yaml
examples/hello_world/pubspec.yaml
+1
-1
pubspec.yaml
examples/image_list/pubspec.yaml
+1
-2
pubspec.yaml
examples/layers/pubspec.yaml
+1
-2
pubspec.yaml
examples/platform_channel/pubspec.yaml
+1
-1
pubspec.yaml
examples/platform_channel_swift/pubspec.yaml
+1
-1
pubspec.yaml
examples/platform_view/pubspec.yaml
+1
-2
pubspec.yaml
examples/splash/pubspec.yaml
+1
-2
serialization.dart
packages/flutter/lib/src/foundation/serialization.dart
+25
-19
pubspec.yaml
packages/flutter/pubspec.yaml
+1
-2
message_codecs_test.dart
packages/flutter/test/services/message_codecs_test.dart
+14
-0
pubspec.yaml
packages/flutter/test_private/test/pubspec.yaml
+1
-2
pubspec.yaml
packages/flutter_localizations/pubspec.yaml
+1
-2
pubspec.yaml
packages/flutter_test/pubspec.yaml
+1
-2
pubspec.yaml
packages/flutter_web_plugins/pubspec.yaml
+1
-2
pubspec.yaml
packages/integration_test/example/pubspec.yaml
+1
-1
pubspec.yaml
...ages/integration_test/integration_test_macos/pubspec.yaml
+1
-2
No files found.
dev/benchmarks/macrobenchmarks/pubspec.yaml
View file @
67f25caf
...
...
@@ -49,7 +49,7 @@ dependencies:
url_launcher_linux
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_macos
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_platform_interface
:
2.0.5
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_web
:
2.0.
8
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_web
:
2.0.
9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_windows
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
8.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -221,4 +221,4 @@ flutter:
fonts
:
-
asset
:
packages/flutter_gallery_assets/fonts/GalleryIcons.ttf
# PUBSPEC CHECKSUM:
2175
# PUBSPEC CHECKSUM:
6576
dev/integration_tests/abstract_method_smoke_test/pubspec.yaml
View file @
67f25caf
...
...
@@ -14,10 +14,9 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
9fce
# PUBSPEC CHECKSUM:
4660
dev/integration_tests/android_embedding_v2_smoke_test/pubspec.yaml
View file @
67f25caf
...
...
@@ -33,7 +33,6 @@ dependencies:
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
plugin_platform_interface
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -97,4 +96,4 @@ flutter:
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
# PUBSPEC CHECKSUM:
7d50
# PUBSPEC CHECKSUM:
f0e1
dev/integration_tests/flutter_gallery/linux/flutter/generated_plugins.cmake
View file @
67f25caf
...
...
@@ -6,6 +6,9 @@ list(APPEND FLUTTER_PLUGIN_LIST
url_launcher_linux
)
list
(
APPEND FLUTTER_FFI_PLUGIN_LIST
)
set
(
PLUGIN_BUNDLED_LIBRARIES
)
foreach
(
plugin
${
FLUTTER_PLUGIN_LIST
}
)
...
...
@@ -14,3 +17,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
list
(
APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:
${
plugin
}
_plugin>
)
list
(
APPEND PLUGIN_BUNDLED_LIBRARIES
${${
plugin
}
_bundled_libraries
}
)
endforeach
(
plugin
)
foreach
(
ffi_plugin
${
FLUTTER_FFI_PLUGIN_LIST
}
)
add_subdirectory
(
flutter/ephemeral/.plugin_symlinks/
${
ffi_plugin
}
/linux plugins/
${
ffi_plugin
}
)
list
(
APPEND PLUGIN_BUNDLED_LIBRARIES
${${
ffi_plugin
}
_bundled_libraries
}
)
endforeach
(
ffi_plugin
)
dev/integration_tests/flutter_gallery/pubspec.yaml
View file @
67f25caf
...
...
@@ -40,13 +40,12 @@ dependencies:
plugin_platform_interface
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
source_span
:
1.8.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_android
:
6.0.15
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_ios
:
6.0.15
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_linux
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_macos
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_platform_interface
:
2.0.5
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_web
:
2.0.
8
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_web
:
2.0.
9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
url_launcher_windows
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
video_player_platform_interface
:
5.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -100,6 +99,7 @@ dev_dependencies:
sync_http
:
0.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_core
:
0.4.11
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
8.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
watcher
:
1.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -278,4 +278,4 @@ flutter:
-
asset
:
packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Regular.ttf
-
asset
:
packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Light.ttf
# PUBSPEC CHECKSUM:
58c2
# PUBSPEC CHECKSUM:
3fc3
dev/integration_tests/gradle_deprecated_settings/pubspec.yaml
View file @
67f25caf
...
...
@@ -24,10 +24,9 @@ dependencies:
quiver
:
3.0.1+1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stack_trace
:
1.10.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stream_transform
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
3c5c
# PUBSPEC CHECKSUM:
16ed
dev/integration_tests/ios_add2app_life_cycle/flutterapp/pubspec.yaml
View file @
67f25caf
...
...
@@ -28,7 +28,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -100,4 +99,4 @@ flutter:
androidPackage
:
com.example.iosadd2appflutter
iosBundleIdentifier
:
com.example.iosAdd2appFlutter
# PUBSPEC CHECKSUM:
5028
# PUBSPEC CHECKSUM:
19b9
dev/integration_tests/ios_app_with_extensions/pubspec.yaml
View file @
67f25caf
...
...
@@ -28,7 +28,6 @@ dependencies:
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
plugin_platform_interface
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -92,4 +91,4 @@ flutter:
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
# PUBSPEC CHECKSUM:
31ac
# PUBSPEC CHECKSUM:
603e
dev/integration_tests/non_nullable/pubspec.yaml
View file @
67f25caf
...
...
@@ -16,7 +16,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -40,4 +39,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
5028
# PUBSPEC CHECKSUM:
19b9
dev/integration_tests/release_smoke_test/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -35,4 +34,4 @@ dev_dependencies:
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
8.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
7a0a
# PUBSPEC CHECKSUM:
ba9b
dev/integration_tests/web/pubspec.yaml
View file @
67f25caf
...
...
@@ -17,7 +17,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
9fce
# PUBSPEC CHECKSUM:
4660
dev/integration_tests/web_compile_tests/pubspec.yaml
View file @
67f25caf
...
...
@@ -10,7 +10,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
9fce
# PUBSPEC CHECKSUM:
4660
dev/manual_tests/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -35,4 +34,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
3981
# PUBSPEC CHECKSUM:
2413
dev/tools/vitool/pubspec.yaml
View file @
67f25caf
...
...
@@ -18,7 +18,6 @@ dependencies:
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
petitparser
:
4.4.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
flutter_test
:
...
...
@@ -38,4 +37,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM: 6
126
# PUBSPEC CHECKSUM: 6
7b7
dev/tracing_tests/pubspec.yaml
View file @
67f25caf
...
...
@@ -14,7 +14,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -35,4 +34,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
7a0a
# PUBSPEC CHECKSUM:
ba9b
examples/api/pubspec.yaml
View file @
67f25caf
...
...
@@ -17,7 +17,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -57,7 +56,9 @@ dev_dependencies:
node_preamble
:
2.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
package_config
:
2.0.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
path
:
1.8.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
platform
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
pool
:
1.5.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
process
:
4.2.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
pub_semver
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
shelf
:
1.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
shelf_packages_handler
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -73,6 +74,7 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_core
:
0.4.11
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
8.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
watcher
:
1.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -83,4 +85,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
5f9d
# PUBSPEC CHECKSUM:
03a4
examples/flutter_view/pubspec.yaml
View file @
67f25caf
...
...
@@ -12,7 +12,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
flutter
:
...
...
@@ -20,4 +19,4 @@ flutter:
assets
:
-
assets/flutter-mark-square-64.png
# PUBSPEC CHECKSUM:
9fce
# PUBSPEC CHECKSUM:
4660
examples/hello_world/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -63,6 +62,7 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_core
:
0.4.11
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
8.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
watcher
:
1.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
examples/image_list/pubspec.yaml
View file @
67f25caf
...
...
@@ -18,7 +18,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -55,4 +54,4 @@ flutter:
assets
:
-
images/coast.jpg
# PUBSPEC CHECKSUM:
5028
# PUBSPEC CHECKSUM:
19b9
examples/layers/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -37,4 +36,4 @@ flutter:
-
services/data.json
uses-material-design
:
true
# PUBSPEC CHECKSUM:
3981
# PUBSPEC CHECKSUM:
2413
examples/platform_channel/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -63,6 +62,7 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_core
:
0.4.11
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
8.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
watcher
:
1.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
examples/platform_channel_swift/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -63,6 +62,7 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_core
:
0.4.11
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
8.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
watcher
:
1.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
examples/platform_view/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
flutter
:
...
...
@@ -20,4 +19,4 @@ flutter:
assets
:
-
assets/flutter-mark-square-64.png
# PUBSPEC CHECKSUM:
9fce
# PUBSPEC CHECKSUM:
4660
examples/splash/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -32,4 +31,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
3981
# PUBSPEC CHECKSUM:
2413
packages/flutter/lib/src/foundation/serialization.dart
View file @
67f25caf
...
...
@@ -4,8 +4,6 @@
import
'dart:typed_data'
;
import
'package:typed_data/typed_buffers.dart'
show
Uint8Buffer
;
/// Write-only buffer for incrementally building a [ByteData] instance.
///
/// A WriteBuffer instance can be used only once. Attempts to reuse will result
...
...
@@ -14,18 +12,26 @@ import 'package:typed_data/typed_buffers.dart' show Uint8Buffer;
/// The byte order used is [Endian.host] throughout.
class
WriteBuffer
{
/// Creates an interface for incrementally building a [ByteData] instance.
WriteBuffer
()
:
_buffer
=
Uint8Buffer
(),
_isDone
=
false
,
_eightBytes
=
ByteData
(
8
)
{
_eightBytesAsList
=
_eightBytes
.
buffer
.
asUint8List
(
);
factory
WriteBuffer
()
{
final
List
<
int
>
buffer
=
<
int
>[];
final
ByteData
eightBytes
=
ByteData
(
8
);
final
Uint8List
eightBytesAsList
=
eightBytes
.
buffer
.
asUint8List
();
return
WriteBuffer
.
_
(
buffer
,
eightBytes
,
eightBytesAsList
);
}
Uint8Buffer
_buffer
;
bool
_isDone
;
WriteBuffer
.
_
(
this
.
_buffer
,
this
.
_eightBytes
,
this
.
_eightBytesAsList
);
List
<
int
>
_buffer
;
bool
_isDone
=
false
;
final
ByteData
_eightBytes
;
late
Uint8List
_eightBytesAsList
;
static
final
Uint8List
_zeroBuffer
=
Uint8List
.
fromList
(<
int
>[
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
]);
final
Uint8List
_eightBytesAsList
;
static
final
Uint8List
_zeroBuffer
=
Uint8List
(
8
);
void
_addAll
(
Uint8List
data
,
[
int
start
=
0
,
int
?
end
])
{
for
(
int
i
=
start
;
i
<
(
end
??
_eightBytesAsList
.
length
);
i
++)
{
_buffer
.
add
(
data
[
i
]);
}
}
/// Write a Uint8 into the buffer.
void
putUint8
(
int
byte
)
{
...
...
@@ -37,28 +43,28 @@ class WriteBuffer {
void
putUint16
(
int
value
,
{
Endian
?
endian
})
{
assert
(!
_isDone
);
_eightBytes
.
setUint16
(
0
,
value
,
endian
??
Endian
.
host
);
_
buffer
.
addAll
(
_eightBytesAsList
,
0
,
2
);
_addAll
(
_eightBytesAsList
,
0
,
2
);
}
/// Write a Uint32 into the buffer.
void
putUint32
(
int
value
,
{
Endian
?
endian
})
{
assert
(!
_isDone
);
_eightBytes
.
setUint32
(
0
,
value
,
endian
??
Endian
.
host
);
_
buffer
.
addAll
(
_eightBytesAsList
,
0
,
4
);
_addAll
(
_eightBytesAsList
,
0
,
4
);
}
/// Write an Int32 into the buffer.
void
putInt32
(
int
value
,
{
Endian
?
endian
})
{
assert
(!
_isDone
);
_eightBytes
.
setInt32
(
0
,
value
,
endian
??
Endian
.
host
);
_
buffer
.
addAll
(
_eightBytesAsList
,
0
,
4
);
_addAll
(
_eightBytesAsList
,
0
,
4
);
}
/// Write an Int64 into the buffer.
void
putInt64
(
int
value
,
{
Endian
?
endian
})
{
assert
(!
_isDone
);
_eightBytes
.
setInt64
(
0
,
value
,
endian
??
Endian
.
host
);
_
buffer
.
addAll
(
_eightBytesAsList
,
0
,
8
);
_addAll
(
_eightBytesAsList
,
0
,
8
);
}
/// Write an Float64 into the buffer.
...
...
@@ -66,7 +72,7 @@ class WriteBuffer {
assert
(!
_isDone
);
_alignTo
(
8
);
_eightBytes
.
setFloat64
(
0
,
value
,
endian
??
Endian
.
host
);
_
buffer
.
addAll
(
_eightBytesAsList
);
_addAll
(
_eightBytesAsList
);
}
/// Write all the values from a [Uint8List] into the buffer.
...
...
@@ -107,7 +113,7 @@ class WriteBuffer {
assert
(!
_isDone
);
final
int
mod
=
_buffer
.
length
%
alignment
;
if
(
mod
!=
0
)
{
_
buffer
.
addAll
(
_zeroBuffer
,
0
,
alignment
-
mod
);
_addAll
(
_zeroBuffer
,
0
,
alignment
-
mod
);
}
}
...
...
@@ -116,8 +122,8 @@ class WriteBuffer {
if
(
_isDone
)
{
throw
StateError
(
'done() must not be called more than once on the same
$runtimeType
.'
);
}
final
ByteData
result
=
_buffer
.
buffer
.
asByteData
(
0
,
_buffer
.
lengthInBytes
);
_buffer
=
Uint8Buffer
()
;
final
ByteData
result
=
Uint8List
.
fromList
(
_buffer
).
buffer
.
asByteData
(
);
_buffer
=
<
int
>[]
;
_isDone
=
true
;
return
result
;
}
...
...
packages/flutter/pubspec.yaml
View file @
67f25caf
...
...
@@ -11,7 +11,6 @@ dependencies:
collection
:
1.15.0
material_color_utilities
:
0.1.4
meta
:
1.7.0
typed_data
:
1.3.0
vector_math
:
2.1.2
sky_engine
:
sdk
:
flutter
...
...
@@ -39,4 +38,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
147a
# PUBSPEC CHECKSUM:
ed0c
packages/flutter/test/services/message_codecs_test.dart
View file @
67f25caf
...
...
@@ -47,6 +47,19 @@ void main() {
group
(
'Standard method codec'
,
()
{
const
MethodCodec
method
=
StandardMethodCodec
();
const
StandardMessageCodec
messageCodec
=
StandardMessageCodec
();
test
(
'Should encode and decode objects produced from codec'
,
()
{
final
ByteData
?
data
=
messageCodec
.
encodeMessage
(<
Object
,
Object
>{
'foo'
:
true
,
3
:
'fizz'
,
});
expect
(
messageCodec
.
decodeMessage
(
data
),
<
Object
?,
Object
?>{
'foo'
:
true
,
3
:
'fizz'
,
});
});
test
(
'should decode error envelope without native stacktrace'
,
()
{
final
ByteData
errorData
=
method
.
encodeErrorEnvelope
(
code:
'errorCode'
,
...
...
@@ -63,6 +76,7 @@ void main() {
)),
);
});
test
(
'should decode error envelope with native stacktrace.'
,
()
{
final
WriteBuffer
buffer
=
WriteBuffer
();
buffer
.
putUint8
(
1
);
...
...
packages/flutter/test_private/test/pubspec.yaml
View file @
67f25caf
...
...
@@ -14,7 +14,6 @@ dependencies:
characters
:
1.2.0
collection
:
1.15.0
meta
:
1.7.0
typed_data
:
1.3.0
vector_math
:
2.1.2
async
:
2.8.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -40,4 +39,4 @@ dev_dependencies:
platform
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
process
:
4.2.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
147a
# PUBSPEC CHECKSUM:
ed0c
packages/flutter_localizations/pubspec.yaml
View file @
67f25caf
...
...
@@ -16,7 +16,6 @@ dependencies:
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
path
:
1.8.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -35,4 +34,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
45b9
# PUBSPEC CHECKSUM:
b84b
packages/flutter_test/pubspec.yaml
View file @
67f25caf
...
...
@@ -41,9 +41,8 @@ dependencies:
stream_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
string_scanner
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
file
:
6.1.2
# PUBSPEC CHECKSUM:
0273
# PUBSPEC CHECKSUM:
ca05
packages/flutter_web_plugins/pubspec.yaml
View file @
67f25caf
...
...
@@ -15,7 +15,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -36,4 +35,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
2cb0
# PUBSPEC CHECKSUM:
d242
packages/integration_test/example/pubspec.yaml
View file @
67f25caf
...
...
@@ -16,7 +16,6 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
...
...
@@ -76,6 +75,7 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_core
:
0.4.11
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
8.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
watcher
:
1.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
packages/integration_test/integration_test_macos/pubspec.yaml
View file @
67f25caf
...
...
@@ -20,10 +20,9 @@ dependencies:
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
material_color_utilities
:
0.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
pedantic
:
1.11.1
# PUBSPEC CHECKSUM:
5395
# PUBSPEC CHECKSUM:
9327
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment