Skip to content

Instantly share code, notes, and snippets.

@timsneath
Created May 19, 2021 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timsneath/769172f3938c2a143c9f2d8366743820 to your computer and use it in GitHub Desktop.
Save timsneath/769172f3938c2a143c9f2d8366743820 to your computer and use it in GitHub Desktop.
Dart pub upload attempt
[C:\src\win32] dart pub publish -v
FINE: Pub 2.14.0-119.0.dev
FINE: Archiving and publishing Instance of 'Package'.
MSG : Publishing win32 2.1.1 to https://pub.dartlang.org:
| |-- AUTHORS
| |-- CHANGELOG.md
| |-- CODE_OF_CONDUCT.md
| |-- CONTRIBUTING.md
| |-- LICENSE
| |-- PUBLISHING.md
| |-- README.md
| |-- analysis_options.yaml
| |-- dartdoc_options.yaml
| |-- doc
| | |-- advapi32.md
| | |-- bthprops.md
| | |-- com.md
| | | (19 more...)
| | |-- version.md
| | |-- winmm.md
| | '-- winrt.md
| |-- example
| | |-- appcontainer.dart
| | |-- bin
| | | |-- README.md
| | | '-- taskdialog.exe.manifest
| | |-- bluetooth.dart
| | | (39 more...)
| | |-- window.dart
| | |-- winrt_picker.dart
| | '-- wmi.dart
| |-- lib
| | |-- src
| | | |-- advapi32.dart
| | | |-- api-ms-win-core-winrt-l1-1-0.dart
| | | |-- api-ms-win-core-winrt-string-l1-1-0.dart
| | | | (28 more...)
| | | |-- version.dart
| | | |-- winmm.dart
| | | '-- winrt
| | | |-- winrt_constants.dart
| | | '-- winrt_helpers.dart
| | '-- win32.dart
| |-- pubspec.yaml
| |-- test
| | |-- api_test.dart
| | |-- btooth_test.dart
| | |-- com
| | | |-- IApplicationActivationManager_test.dart
| | | |-- IAppxFactory_test.dart
| | | |-- IAppxFile_test.dart
| | | | (67 more...)
| | | |-- IWbemContext_test.dart
| | | |-- IWbemLocator_test.dart
| | | '-- IWbemServices_test.dart
| | | (17 more...)
| | |-- window_test.dart
| | |-- winrt_calendar_test.dart
| | '-- winrt_test.dart
| '-- tool
| |-- README.md
| |-- build.cmd
| |-- generate.cmd
| |-- manual_gen
| | |-- README.md
| | |-- create_struct_sizes.dart
| | |-- function.dart
| | |-- struct_sizes.dart
| | |-- whatsleft.dart
| | |-- win32api.dart
| | |-- win32api.json
| | '-- win32struct.json
| |-- metadata
| | |-- generate_com_apis.dart
| | |-- generate_win32.dart
| | |-- generate_win32_structs.dart
| | |-- generate_win32_tests.dart
| | |-- generate_winrt_apis.dart
| | |-- projection
| | | |-- classprojector.dart
| | | |-- data_classes.dart
| | | |-- typeprinter.dart
| | | |-- typeprojector.dart
| | | '-- win32_typemap.dart
| | '-- winmd_caveats.dart
| '-- struct_sizes.cpp
FINE: Creating .tar.gz stream containing:
| .\tool\struct_sizes.cpp
| .\tool\README.md
| .\tool\metadata\winmd_caveats.dart
| .\tool\metadata\projection\win32_typemap.dart
| .\tool\metadata\projection\typeprojector.dart
| .\tool\metadata\projection\typeprinter.dart
| .\tool\metadata\projection\data_classes.dart
| .\tool\metadata\projection\classprojector.dart
| .\tool\metadata\generate_winrt_apis.dart
| .\tool\metadata\generate_win32_tests.dart
| .\tool\metadata\generate_win32_structs.dart
| .\tool\metadata\generate_win32.dart
| .\tool\metadata\generate_com_apis.dart
| .\tool\manual_gen\win32struct.json
| .\tool\manual_gen\win32api.json
| .\tool\manual_gen\win32api.dart
| .\tool\manual_gen\whatsleft.dart
| .\tool\manual_gen\struct_sizes.dart
| .\tool\manual_gen\README.md
| .\tool\manual_gen\function.dart
| .\tool\manual_gen\create_struct_sizes.dart
| .\tool\generate.cmd
| .\tool\build.cmd
| .\test\winrt_test.dart
| .\test\winrt_calendar_test.dart
| .\test\window_test.dart
| .\test\wincreds_test.dart
| .\test\win32_basic_test.dart
| .\test\vtablestart_test.dart
| .\test\variant_test.dart
| .\test\tool\winrt_projection_test.dart
| .\test\tool\win32_projection_test.dart
| .\test\tool\goldens_test.dart
| .\test\tool\goldens\INetwork.golden
| .\test\tool\goldens\IAsyncInfo.golden
| .\test\tool\com_projection_test.dart
| .\test\struct_test.dart
| .\test\string_test.dart
| .\test\spellcheck_test.dart
| .\test\path_provider_test.dart
| .\test\neutrality_test.dart
| .\test\helpers.dart
| .\test\errors_test.dart
| .\test\dialog_test.dart
| .\test\devices_test.dart
| .\test\console_test.dart
| .\test\com_test.dart
| .\test\com_network_test.dart
| .\test\com\IWbemServices_test.dart
| .\test\com\IWbemLocator_test.dart
| .\test\com\IWbemContext_test.dart
| .\test\com\IWbemClassObject_test.dart
| .\test\com\IVirtualDesktopManager_test.dart
| .\test\com\IUri_test.dart
| .\test\com\IUnknown_test.dart
| .\test\com\ITypeInfo_test.dart
| .\test\com\ISupportErrorInfo_test.dart
| .\test\com\IStream_test.dart
| .\test\com\ISpellingError_test.dart
| .\test\com\ISpellChecker_test.dart
| .\test\com\ISpellCheckerFactory_test.dart
| .\test\com\ISpellCheckerChangedEventHandler_test.dart
| .\test\com\IShellItem_test.dart
| .\test\com\IShellItemFilter_test.dart
| .\test\com\IShellItemArray_test.dart
| .\test\com\IShellItem2_test.dart
| .\test\com\IShellFolder_test.dart
| .\test\com\ISequentialStream_test.dart
| .\test\com\IRunningObjectTable_test.dart
| .\test\com\IProvideClassInfo_test.dart
| .\test\com\IPersist_test.dart
| .\test\com\IPersistStream_test.dart
| .\test\com\INetwork_test.dart
| .\test\com\INetworkListManager_test.dart
| .\test\com\INetworkListManagerEvents_test.dart
| .\test\com\INetworkConnection_test.dart
| .\test\com\IMoniker_test.dart
| .\test\com\IModalWindow_test.dart
| .\test\com\IKnownFolder_test.dart
| .\test\com\IKnownFolderManager_test.dart
| .\test\com\IInspectable_test.dart
| .\test\com\IFileSaveDialog_test.dart
| .\test\com\IFileOpenDialog_test.dart
| .\test\com\IFileIsInUse_test.dart
| .\test\com\IFileDialog_test.dart
| .\test\com\IFileDialogCustomize_test.dart
| .\test\com\IFileDialog2_test.dart
| .\test\com\IErrorInfo_test.dart
| .\test\com\IEnumWbemClassObject_test.dart
| .\test\com\IEnumVARIANT_test.dart
| .\test\com\IEnumString_test.dart
| .\test\com\IEnumSpellingError_test.dart
| .\test\com\IEnumNetworks_test.dart
| .\test\com\IEnumNetworkConnections_test.dart
| .\test\com\IEnumMoniker_test.dart
| .\test\com\IEnumIDList_test.dart
| .\test\com\IDispatch_test.dart
| .\test\com\IDesktopWallpaper_test.dart
| .\test\com\IConnectionPoint_test.dart
| .\test\com\IConnectionPointContainer_test.dart
| .\test\com\IClassFactory_test.dart
| .\test\com\IBindCtx_test.dart
| .\test\com\IAppxPackageReader_test.dart
| .\test\com\IAppxManifestReader_test.dart
| .\test\com\IAppxManifestReader7_test.dart
| .\test\com\IAppxManifestReader6_test.dart
| .\test\com\IAppxManifestReader5_test.dart
| .\test\com\IAppxManifestReader4_test.dart
| .\test\com\IAppxManifestReader3_test.dart
| .\test\com\IAppxManifestReader2_test.dart
| .\test\com\IAppxManifestProperties_test.dart
| .\test\com\IAppxManifestPackageId_test.dart
| .\test\com\IAppxManifestPackageDependency_test.dart
| .\test\com\IAppxManifestPackageDependenciesEnumerator_test.dart
| .\test\com\IAppxManifestOSPackageDependency_test.dart
| .\test\com\IAppxManifestApplication_test.dart
| .\test\com\IAppxManifestApplicationsEnumerator_test.dart
| .\test\com\IAppxFile_test.dart
| .\test\com\IAppxFilesEnumerator_test.dart
| .\test\com\IAppxFactory_test.dart
| .\test\com\IApplicationActivationManager_test.dart
| .\test\btooth_test.dart
| .\test\api_test.dart
| .\README.md
| .\pubspec.yaml
| .\PUBLISHING.md
| .\LICENSE
| .\lib\win32.dart
| .\lib\src\winrt\winrt_helpers.dart
| .\lib\src\winrt\winrt_constants.dart
| .\lib\src\winmm.dart
| .\lib\src\version.dart
| .\lib\src\utils.dart
| .\lib\src\user32.dart
| .\lib\src\types.dart
| .\lib\src\structs.g.dart
| .\lib\src\structs.dart
| .\lib\src\shell32.dart
| .\lib\src\shcore.dart
| .\lib\src\rometadata.dart
| .\lib\src\powrprof.dart
| .\lib\src\oleaut32.dart
| .\lib\src\ole32.dart
| .\lib\src\macros.dart
| .\lib\src\kernelbase.dart
| .\lib\src\kernel32.dart
| .\lib\src\gdi32.dart
| .\lib\src\extensions\unpack_utf16.dart
| .\lib\src\extensions\set_string.dart
| .\lib\src\extensions\set_ansi.dart
| .\lib\src\extensions\list_to_blob.dart
| .\lib\src\extensions\int_to_hexstring.dart
| .\lib\src\extensions\dialogs.dart
| .\lib\src\exceptions.dart
| .\lib\src\dxva2.dart
| .\lib\src\dbghelp.dart
| .\lib\src\constants_nodoc.dart
| .\lib\src\constants.dart
| .\lib\src\comdlg32.dart
| .\lib\src\comctl32.dart
| .\lib\src\combase.dart
| .\lib\src\com\UserDataPaths.dart
| .\lib\src\com\IWbemServices.dart
| .\lib\src\com\IWbemLocator.dart
| .\lib\src\com\IWbemContext.dart
| .\lib\src\com\IWbemClassObject.dart
| .\lib\src\com\IVirtualDesktopManager.dart
| .\lib\src\com\IUserDataPathsStatics.dart
| .\lib\src\com\IUri.dart
| .\lib\src\com\IUnknown.dart
| .\lib\src\com\ITypeInfo.dart
| .\lib\src\com\ISupportErrorInfo.dart
| .\lib\src\com\IStringable.dart
| .\lib\src\com\IStream.dart
| .\lib\src\com\ISpellingError.dart
| .\lib\src\com\ISpellCheckerFactory.dart
| .\lib\src\com\ISpellCheckerChangedEventHandler.dart
| .\lib\src\com\ISpellChecker.dart
| .\lib\src\com\IShellItemFilter.dart
| .\lib\src\com\IShellItemArray.dart
| .\lib\src\com\IShellItem2.dart
| .\lib\src\com\IShellItem.dart
| .\lib\src\com\IShellFolder.dart
| .\lib\src\com\ISequentialStream.dart
| .\lib\src\com\IRunningObjectTable.dart
| .\lib\src\com\IProvideClassInfo.dart
| .\lib\src\com\IPropertyValue.dart
| .\lib\src\com\IPersistStream.dart
| .\lib\src\com\IPersist.dart
| .\lib\src\com\INetworkListManagerEvents.dart
| .\lib\src\com\INetworkListManager.dart
| .\lib\src\com\INetworkConnection.dart
| .\lib\src\com\INetwork.dart
| .\lib\src\com\IMoniker.dart
| .\lib\src\com\IModalWindow.dart
| .\lib\src\com\IKnownFolderManager.dart
| .\lib\src\com\IKnownFolder.dart
| .\lib\src\com\IInspectable.dart
| .\lib\src\com\IGamepadStatics2.dart
| .\lib\src\com\IGamepadStatics.dart
| .\lib\src\com\IFileSaveDialog.dart
| .\lib\src\com\IFileOpenPicker.dart
| .\lib\src\com\IFileOpenDialog.dart
| .\lib\src\com\IFileIsInUse.dart
| .\lib\src\com\IFileDialogCustomize.dart
| .\lib\src\com\IFileDialog2.dart
| .\lib\src\com\IFileDialog.dart
| .\lib\src\com\IErrorInfo.dart
| .\lib\src\com\IEnumWbemClassObject.dart
| .\lib\src\com\IEnumVARIANT.dart
| .\lib\src\com\IEnumString.dart
| .\lib\src\com\IEnumSpellingError.dart
| .\lib\src\com\IEnumNetworks.dart
| .\lib\src\com\IEnumNetworkConnections.dart
| .\lib\src\com\IEnumMoniker.dart
| .\lib\src\com\IEnumIDList.dart
| .\lib\src\com\IDispatch.dart
| .\lib\src\com\IDesktopWallpaper.dart
| .\lib\src\com\IConnectionPointContainer.dart
| .\lib\src\com\IConnectionPoint.dart
| .\lib\src\com\IClosable.dart
| .\lib\src\com\IClassFactory.dart
| .\lib\src\com\ICalendar.dart
| .\lib\src\com\IBindCtx.dart
| .\lib\src\com\IAsyncOperation`1.dart
| .\lib\src\com\IAsyncInfo.dart
| .\lib\src\com\IAsyncAction.dart
| .\lib\src\com\IAppxPackageReader.dart
| .\lib\src\com\IAppxManifestReader7.dart
| .\lib\src\com\IAppxManifestReader6.dart
| .\lib\src\com\IAppxManifestReader5.dart
| .\lib\src\com\IAppxManifestReader4.dart
| .\lib\src\com\IAppxManifestReader3.dart
| .\lib\src\com\IAppxManifestReader2.dart
| .\lib\src\com\IAppxManifestReader.dart
| .\lib\src\com\IAppxManifestProperties.dart
| .\lib\src\com\IAppxManifestPackageId.dart
| .\lib\src\com\IAppxManifestPackageDependency.dart
| .\lib\src\com\IAppxManifestPackageDependenciesEnumerator.dart
| .\lib\src\com\IAppxManifestOSPackageDependency.dart
| .\lib\src\com\IAppxManifestApplicationsEnumerator.dart
| .\lib\src\com\IAppxManifestApplication.dart
| .\lib\src\com\IAppxFilesEnumerator.dart
| .\lib\src\com\IAppxFile.dart
| .\lib\src\com\IAppxFactory.dart
| .\lib\src\com\IApplicationActivationManager.dart
| .\lib\src\callbacks.dart
| .\lib\src\bthprops.dart
| .\lib\src\api-ms-win-ro-typeresolution-l1-1-0.dart
| .\lib\src\api-ms-win-core-winrt-string-l1-1-0.dart
| .\lib\src\api-ms-win-core-winrt-l1-1-0.dart
| .\lib\src\advapi32.dart
| .\example\wmi.dart
| .\example\winrt_picker.dart
| .\example\window.dart
| .\example\wallpaper.dart
| .\example\update_resource.dart
| .\example\tetris\README.md
| .\example\tetris\pieceset.dart
| .\example\tetris\piece.dart
| .\example\tetris\main.dart
| .\example\tetris\level.dart
| .\example\tetris\game.dart
| .\example\tetris\drawengine.dart
| .\example\test.dart
| .\example\taskdialog.dart
| .\example\sysinfo.dart
| .\example\spellcheck.dart
| .\example\snake.dart
| .\example\shell_notify_icon\_window.dart
| .\example\shell_notify_icon\_tray.dart
| .\example\shell_notify_icon\_menu.dart
| .\example\shell_notify_icon\_app.dart
| .\example\shell_notify_icon\main.dart
| .\example\shell_notify_icon\dart.ico
| .\example\sendinput.dart
| .\example\scroll.dart
| .\example\screenshot.dart
| .\example\play_sound.dart
| .\example\paint.dart
| .\example\notepad\resources.dart
| .\example\notepad\notepad.dart
| .\example\notepad\font.dart
| .\example\notepad\find.dart
| .\example\notepad\file.dart
| .\example\notepad\editor.dart
| .\example\network.dart
| .\example\msgbox.dart
| .\example\monitor.dart
| .\example\modules.dart
| .\example\midi.dart
| .\example\manifest\version.exe.manifest
| .\example\manifest\version.exe
| .\example\manifest\version.dart
| .\example\manifest\README.md
| .\example\main.dart
| .\example\knownfolder.dart
| .\example\idispatch.dart
| .\example\hello.dart
| .\example\guid.dart
| .\example\fonts.dart
| .\example\filever.dart
| .\example\explorer\windows\runner\win32_window.h
| .\example\explorer\windows\runner\win32_window.cpp
| .\example\explorer\windows\runner\utils.h
| .\example\explorer\windows\runner\utils.cpp
| .\example\explorer\windows\runner\run_loop.h
| .\example\explorer\windows\runner\run_loop.cpp
| .\example\explorer\windows\runner\Runner.rc
| .\example\explorer\windows\runner\runner.exe.manifest
| .\example\explorer\windows\runner\resources\app_icon.ico
| .\example\explorer\windows\runner\resource.h
| .\example\explorer\windows\runner\main.cpp
| .\example\explorer\windows\runner\flutter_window.h
| .\example\explorer\windows\runner\flutter_window.cpp
| .\example\explorer\windows\runner\CMakeLists.txt
| .\example\explorer\windows\flutter\generated_plugin_registrant.h
| .\example\explorer\windows\flutter\generated_plugin_registrant.cc
| .\example\explorer\windows\flutter\generated_plugins.cmake
| .\example\explorer\windows\flutter\ephemeral\icudtl.dat
| .\example\explorer\windows\flutter\ephemeral\generated_config.cmake
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.h
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.dll.pdb
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.dll.lib
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.dll.exp
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.dll
| .\example\explorer\windows\flutter\ephemeral\flutter_texture_registrar.h
| .\example\explorer\windows\flutter\ephemeral\flutter_plugin_registrar.h
| .\example\explorer\windows\flutter\ephemeral\flutter_messenger.h
| .\example\explorer\windows\flutter\ephemeral\flutter_export.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\texture_registrar_impl.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec_serializer.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\README
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\plugin_registrar.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\texture_registrar.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\standard_method_codec.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\standard_message_codec.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\standard_codec_serializer.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\plugin_registry.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\plugin_registrar_windows.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\plugin_registrar.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_result_functions.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_result.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_codec.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_channel.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_call.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\message_codec.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\flutter_view_controller.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\flutter_view.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\flutter_engine.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\event_stream_handler_functions.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\event_stream_handler.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\event_sink.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\event_channel.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\engine_method_result.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\encodable_value.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\dart_project.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\byte_streams.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\binary_messenger.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\basic_message_channel.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\flutter_view_controller.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\flutter_engine.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\engine_method_result.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\byte_stream_wrappers.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\byte_buffer_streams.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\binary_messenger_impl.h
| .\example\explorer\windows\flutter\CMakeLists.txt
| .\example\explorer\windows\CMakeLists.txt
| .\example\explorer\pubspec.yaml
| .\example\explorer\lib\volumes.dart
| .\example\explorer\lib\main.dart
| .\example\explorer\analysis_options.yaml
| .\example\dynamic_load.dart
| .\example\dump.dart
| .\example\dialogshow.dart
| .\example\dialogbox.dart
| .\example\devices.dart
| .\example\customwin.dart
| .\example\credentials.dart
| .\example\console.dart
| .\example\com_demo.dart
| .\example\calendar.dart
| .\example\bluetooth.dart
| .\example\bin\taskdialog.exe.manifest
| .\example\bin\README.md
| .\example\appcontainer.dart
| .\doc\winrt.md
| .\doc\winmm.md
| .\doc\version.md
| .\doc\uxtheme.md
| .\doc\user32.md
| .\doc\struct.md
| .\doc\shell32.md
| .\doc\shcore.md
| .\doc\psapi.md
| .\doc\powrprof.md
| .\doc\oleaut32.md
| .\doc\ole32.md
| .\doc\kernelbase.md
| .\doc\kernel32.md
| .\doc\images\win32.png
| .\doc\images\tetris.png
| .\doc\images\power.png
| .\doc\images\pbrush.png
| .\doc\images\notepad.png
| .\doc\images\fonts.png
| .\doc\images\filepicker.png
| .\doc\images\disk_explorer.png
| .\doc\images\console.png
| .\doc\images\calendar.png
| .\doc\gdi32.md
| .\doc\examples.md
| .\doc\enum.md
| .\doc\dxva2.md
| .\doc\dbghelp.md
| .\doc\comdlg32.md
| .\doc\comctl32.md
| .\doc\com.md
| .\doc\bthprops.md
| .\doc\advapi32.md
| .\dartdoc_options.yaml
| .\CONTRIBUTING.md
| .\CODE_OF_CONDUCT.md
| .\CHANGELOG.md
| .\AUTHORS
| .\analysis_options.yaml
IO : Spawning "cmd /c git --version" in C:\src\win32\.
IO : Finished git. Exit code 0.
| stdout:
| | git version 2.29.2.windows.2
| Nothing output on stderr.
FINE: Determined git command git.
IO : Spawning "cmd /c git check-ignore --quiet ." in C:\src\win32\.
IO : Finished git. Exit code 1.
| Nothing output on stdout.
| Nothing output on stderr.
IO : Spawning "cmd /c git ls-files --cached --exclude-standard --recurse-submodules" in C:\src\win32\.
IO : Finished git. Exit code 0.
| stdout:
| | .github/workflows/dart.yml
| | .gitignore
| | .vscode/launch.json
| | .vscode/settings.json
| | AUTHORS
| | CHANGELOG.md
| | CODE_OF_CONDUCT.md
| | CONTRIBUTING.md
| | LICENSE
| | PUBLISHING.md
| | README.md
| | analysis_options.yaml
| | dartdoc_options.yaml
| | doc/advapi32.md
| | doc/bthprops.md
| | doc/com.md
| | doc/comctl32.md
| | doc/comdlg32.md
| | doc/dbghelp.md
| | doc/dxva2.md
| | doc/enum.md
| | doc/examples.md
| | doc/gdi32.md
| | doc/images/calendar.png
| | doc/images/console.png
| | doc/images/disk_explorer.png
| | doc/images/filepicker.png
| | doc/images/fonts.png
| | doc/images/notepad.png
| | doc/images/pbrush.png
| | doc/images/power.png
| | doc/images/tetris.png
| | doc/images/win32.png
| | doc/kernel32.md
| | doc/kernelbase.md
| | doc/ole32.md
| | doc/oleaut32.md
| | doc/powrprof.md
| | doc/psapi.md
| | doc/shcore.md
| | doc/shell32.md
| | doc/struct.md
| | doc/user32.md
| | doc/uxtheme.md
| | doc/version.md
| | doc/winmm.md
| | doc/winrt.md
| | example/appcontainer.dart
| | example/bin/README.md
| | example/bin/taskdialog.exe.manifest
| | example/bluetooth.dart
| | example/calendar.dart
| | example/com_demo.dart
| | example/console.dart
| | example/credentials.dart
| | example/customwin.dart
| | example/devices.dart
| | example/dialogbox.dart
| | example/dialogshow.dart
| | example/dump.dart
| | example/dynamic_load.dart
| | example/explorer/.gitignore
| | example/explorer/.metadata
| | example/explorer/analysis_options.yaml
| | example/explorer/lib/main.dart
| | example/explorer/lib/volumes.dart
| | example/explorer/pubspec.yaml
| | example/explorer/windows/.gitignore
| | example/explorer/windows/CMakeLists.txt
| | example/explorer/windows/flutter/CMakeLists.txt
| | example/explorer/windows/flutter/generated_plugin_registrant.cc
| | example/explorer/windows/flutter/generated_plugin_registrant.h
| | example/explorer/windows/flutter/generated_plugins.cmake
| | example/explorer/windows/runner/CMakeLists.txt
| | example/explorer/windows/runner/Runner.rc
| | example/explorer/windows/runner/flutter_window.cpp
| | example/explorer/windows/runner/flutter_window.h
| | example/explorer/windows/runner/main.cpp
| | example/explorer/windows/runner/resource.h
| | example/explorer/windows/runner/resources/app_icon.ico
| | example/explorer/windows/runner/run_loop.cpp
| | example/explorer/windows/runner/run_loop.h
| | example/explorer/windows/runner/runner.exe.manifest
| | example/explorer/windows/runner/utils.cpp
| | example/explorer/windows/runner/utils.h
| | example/explorer/windows/runner/win32_window.cpp
| | example/explorer/windows/runner/win32_window.h
| | example/filever.dart
| | example/fonts.dart
| | example/guid.dart
| | example/hello.dart
| | example/idispatch.dart
| | example/knownfolder.dart
| | example/main.dart
| | example/manifest/README.md
| | example/manifest/version.dart
| | example/manifest/version.exe.manifest
| | example/midi.dart
| | example/modules.dart
| | example/monitor.dart
| | example/msgbox.dart
| | example/network.dart
| | example/notepad/editor.dart
| | example/notepad/file.dart
| | example/notepad/find.dart
| | example/notepad/font.dart
| | example/notepad/notepad.dart
| | example/notepad/resources.dart
| | example/paint.dart
| | example/play_sound.dart
| | example/screenshot.dart
| | example/scroll.dart
| | example/sendinput.dart
| | example/shell_notify_icon/_app.dart
| | example/shell_notify_icon/_menu.dart
| | example/shell_notify_icon/_tray.dart
| | example/shell_notify_icon/_window.dart
| | example/shell_notify_icon/dart.ico
| | example/shell_notify_icon/main.dart
| | example/snake.dart
| | example/spellcheck.dart
| | example/sysinfo.dart
| | example/taskdialog.dart
| | example/test.dart
| | example/tetris/README.md
| | example/tetris/drawengine.dart
| | example/tetris/game.dart
| | example/tetris/level.dart
| | example/tetris/main.dart
| | example/tetris/piece.dart
| | example/tetris/pieceset.dart
| | example/update_resource.dart
| | example/wallpaper.dart
| | example/window.dart
| | example/winrt_picker.dart
| | example/wmi.dart
| | lib/src/advapi32.dart
| | lib/src/api-ms-win-core-winrt-l1-1-0.dart
| | lib/src/api-ms-win-core-winrt-string-l1-1-0.dart
| | lib/src/api-ms-win-ro-typeresolution-l1-1-0.dart
| | lib/src/bthprops.dart
| | lib/src/callbacks.dart
| | lib/src/com/IApplicationActivationManager.dart
| | lib/src/com/IAppxFactory.dart
| | lib/src/com/IAppxFile.dart
| | lib/src/com/IAppxFilesEnumerator.dart
| | lib/src/com/IAppxManifestApplication.dart
| | lib/src/com/IAppxManifestApplicationsEnumerator.dart
| | lib/src/com/IAppxManifestOSPackageDependency.dart
| | lib/src/com/IAppxManifestPackageDependenciesEnumerator.dart
| | lib/src/com/IAppxManifestPackageDependency.dart
| | lib/src/com/IAppxManifestPackageId.dart
| | lib/src/com/IAppxManifestProperties.dart
| | lib/src/com/IAppxManifestReader.dart
| | lib/src/com/IAppxManifestReader2.dart
| | lib/src/com/IAppxManifestReader3.dart
| | lib/src/com/IAppxManifestReader4.dart
| | lib/src/com/IAppxManifestReader5.dart
| | lib/src/com/IAppxManifestReader6.dart
| | lib/src/com/IAppxManifestReader7.dart
| | lib/src/com/IAppxPackageReader.dart
| | lib/src/com/IAsyncAction.dart
| | lib/src/com/IAsyncInfo.dart
| | lib/src/com/IAsyncOperation`1.dart
| | lib/src/com/IBindCtx.dart
| | lib/src/com/ICalendar.dart
| | lib/src/com/IClassFactory.dart
| | lib/src/com/IClosable.dart
| | lib/src/com/IConnectionPoint.dart
| | lib/src/com/IConnectionPointContainer.dart
| | lib/src/com/IDesktopWallpaper.dart
| | lib/src/com/IDispatch.dart
| | lib/src/com/IEnumIDList.dart
| | lib/src/com/IEnumMoniker.dart
| | lib/src/com/IEnumNetworkConnections.dart
| | lib/src/com/IEnumNetworks.dart
| | lib/src/com/IEnumSpellingError.dart
| | lib/src/com/IEnumString.dart
| | lib/src/com/IEnumVARIANT.dart
| | lib/src/com/IEnumWbemClassObject.dart
| | lib/src/com/IErrorInfo.dart
| | lib/src/com/IFileDialog.dart
| | lib/src/com/IFileDialog2.dart
| | lib/src/com/IFileDialogCustomize.dart
| | lib/src/com/IFileIsInUse.dart
| | lib/src/com/IFileOpenDialog.dart
| | lib/src/com/IFileOpenPicker.dart
| | lib/src/com/IFileSaveDialog.dart
| | lib/src/com/IGamepadStatics.dart
| | lib/src/com/IGamepadStatics2.dart
| | lib/src/com/IInspectable.dart
| | lib/src/com/IKnownFolder.dart
| | lib/src/com/IKnownFolderManager.dart
| | lib/src/com/IModalWindow.dart
| | lib/src/com/IMoniker.dart
| | lib/src/com/INetwork.dart
| | lib/src/com/INetworkConnection.dart
| | lib/src/com/INetworkListManager.dart
| | lib/src/com/INetworkListManagerEvents.dart
| | lib/src/com/IPersist.dart
| | lib/src/com/IPersistStream.dart
| | lib/src/com/IPropertyValue.dart
| | lib/src/com/IProvideClassInfo.dart
| | lib/src/com/IRunningObjectTable.dart
| | lib/src/com/ISequentialStream.dart
| | lib/src/com/IShellFolder.dart
| | lib/src/com/IShellItem.dart
| | lib/src/com/IShellItem2.dart
| | lib/src/com/IShellItemArray.dart
| | lib/src/com/IShellItemFilter.dart
| | lib/src/com/ISpellChecker.dart
| | lib/src/com/ISpellCheckerChangedEventHandler.dart
| | lib/src/com/ISpellCheckerFactory.dart
| | lib/src/com/ISpellingError.dart
| | lib/src/com/IStream.dart
| | lib/src/com/IStringable.dart
| | lib/src/com/ISupportErrorInfo.dart
| | lib/src/com/ITypeInfo.dart
| | lib/src/com/IUnknown.dart
| | lib/src/com/IUri.dart
| | lib/src/com/IUserDataPathsStatics.dart
| | lib/src/com/IVirtualDesktopManager.dart
| | lib/src/com/IWbemClassObject.dart
| | lib/src/com/IWbemContext.dart
| | lib/src/com/IWbemLocator.dart
| | lib/src/com/IWbemServices.dart
| | lib/src/com/UserDataPaths.dart
| | lib/src/combase.dart
| | lib/src/comctl32.dart
| | lib/src/comdlg32.dart
| | lib/src/constants.dart
| | lib/src/constants_nodoc.dart
| | lib/src/dbghelp.dart
| | lib/src/dxva2.dart
| | lib/src/exceptions.dart
| | lib/src/extensions/dialogs.dart
| | lib/src/extensions/int_to_hexstring.dart
| | lib/src/extensions/list_to_blob.dart
| | lib/src/extensions/set_ansi.dart
| | lib/src/extensions/set_string.dart
| | lib/src/extensions/unpack_utf16.dart
| | lib/src/gdi32.dart
| | lib/src/kernel32.dart
| | lib/src/kernelbase.dart
| | lib/src/macros.dart
| | lib/src/ole32.dart
| | lib/src/oleaut32.dart
| | lib/src/powrprof.dart
| | lib/src/rometadata.dart
| | lib/src/shcore.dart
| | lib/src/shell32.dart
| | lib/src/structs.dart
| | lib/src/structs.g.dart
| | lib/src/types.dart
| | lib/src/user32.dart
| | lib/src/utils.dart
| | lib/src/version.dart
| | lib/src/winmm.dart
| | lib/src/winrt/winrt_constants.dart
| | lib/src/winrt/winrt_helpers.dart
| | lib/win32.dart
| | pubspec.yaml
| | test/api_test.dart
| | test/btooth_test.dart
| | test/com/IApplicationActivationManager_test.dart
| | test/com/IAppxFactory_test.dart
| | test/com/IAppxFile_test.dart
| | test/com/IAppxFilesEnumerator_test.dart
| | test/com/IAppxManifestApplication_test.dart
| | test/com/IAppxManifestApplicationsEnumerator_test.dart
| | test/com/IAppxManifestOSPackageDependency_test.dart
| | test/com/IAppxManifestPackageDependenciesEnumerator_test.dart
| | test/com/IAppxManifestPackageDependency_test.dart
| | test/com/IAppxManifestPackageId_test.dart
| | test/com/IAppxManifestProperties_test.dart
| | test/com/IAppxManifestReader2_test.dart
| | test/com/IAppxManifestReader3_test.dart
| | test/com/IAppxManifestReader4_test.dart
| | test/com/IAppxManifestReader5_test.dart
| | test/com/IAppxManifestReader6_test.dart
| | test/com/IAppxManifestReader7_test.dart
| | test/com/IAppxManifestReader_test.dart
| | test/com/IAppxPackageReader_test.dart
| | test/com/IBindCtx_test.dart
| | test/com/IClassFactory_test.dart
| | test/com/IConnectionPointContainer_test.dart
| | test/com/IConnectionPoint_test.dart
| | test/com/IDesktopWallpaper_test.dart
| | test/com/IDispatch_test.dart
| | test/com/IEnumIDList_test.dart
| | test/com/IEnumMoniker_test.dart
| | test/com/IEnumNetworkConnections_test.dart
| | test/com/IEnumNetworks_test.dart
| | test/com/IEnumSpellingError_test.dart
| | test/com/IEnumString_test.dart
| | test/com/IEnumVARIANT_test.dart
| | test/com/IEnumWbemClassObject_test.dart
| | test/com/IErrorInfo_test.dart
| | test/com/IFileDialog2_test.dart
| | test/com/IFileDialogCustomize_test.dart
| | test/com/IFileDialog_test.dart
| | test/com/IFileIsInUse_test.dart
| | test/com/IFileOpenDialog_test.dart
| | test/com/IFileSaveDialog_test.dart
| | test/com/IInspectable_test.dart
| | test/com/IKnownFolderManager_test.dart
| | test/com/IKnownFolder_test.dart
| | test/com/IModalWindow_test.dart
| | test/com/IMoniker_test.dart
| | test/com/INetworkConnection_test.dart
| | test/com/INetworkListManagerEvents_test.dart
| | test/com/INetworkListManager_test.dart
| | test/com/INetwork_test.dart
| | test/com/IPersistStream_test.dart
| | test/com/IPersist_test.dart
| | test/com/IProvideClassInfo_test.dart
| | test/com/IRunningObjectTable_test.dart
| | test/com/ISequentialStream_test.dart
| | test/com/IShellFolder_test.dart
| | test/com/IShellItem2_test.dart
| | test/com/IShellItemArray_test.dart
| | test/com/IShellItemFilter_test.dart
| | test/com/IShellItem_test.dart
| | test/com/ISpellCheckerChangedEventHandler_test.dart
| | test/com/ISpellCheckerFactory_test.dart
| | test/com/ISpellChecker_test.dart
| | test/com/ISpellingError_test.dart
| | test/com/IStream_test.dart
| | test/com/ISupportErrorInfo_test.dart
| | test/com/ITypeInfo_test.dart
| | test/com/IUnknown_test.dart
| | test/com/IUri_test.dart
| | test/com/IVirtualDesktopManager_test.dart
| | test/com/IWbemClassObject_test.dart
| | test/com/IWbemContext_test.dart
| | test/com/IWbemLocator_test.dart
| | test/com/IWbemServices_test.dart
| | test/com_network_test.dart
| | test/com_test.dart
| | test/console_test.dart
| | test/devices_test.dart
| | test/dialog_test.dart
| | test/errors_test.dart
| | test/helpers.dart
| | test/neutrality_test.dart
| | test/path_provider_test.dart
| | test/spellcheck_test.dart
| | test/string_test.dart
| | test/struct_test.dart
| | test/tool/com_projection_test.dart
| | test/tool/goldens/IAsyncInfo.golden
| | test/tool/goldens/INetwork.golden
| | test/tool/goldens_test.dart
| | test/tool/win32_projection_test.dart
| | test/tool/winrt_projection_test.dart
| | test/variant_test.dart
| | test/vtablestart_test.dart
| | test/win32_basic_test.dart
| | test/wincreds_test.dart
| | test/window_test.dart
| | test/winrt_calendar_test.dart
| | test/winrt_test.dart
| | tool/README.md
| | tool/build.cmd
| | tool/generate.cmd
| | tool/manual_gen/README.md
| | tool/manual_gen/create_struct_sizes.dart
| | tool/manual_gen/function.dart
| | tool/manual_gen/struct_sizes.dart
| | tool/manual_gen/whatsleft.dart
| | tool/manual_gen/win32api.dart
| | tool/manual_gen/win32api.json
| | tool/manual_gen/win32struct.json
| | tool/metadata/generate_com_apis.dart
| | tool/metadata/generate_win32.dart
| | tool/metadata/generate_win32_structs.dart
| | tool/metadata/generate_win32_tests.dart
| | tool/metadata/generate_winrt_apis.dart
| | tool/metadata/projection/classprojector.dart
| | tool/metadata/projection/data_classes.dart
| | tool/metadata/projection/typeprinter.dart
| | tool/metadata/projection/typeprojector.dart
| | tool/metadata/projection/win32_typemap.dart
| | tool/metadata/winmd_caveats.dart
| | tool/struct_sizes.cpp
| Nothing output on stderr.
IO : Reading binary file .\README.md.
IO : Read 9956 bytes from .\README.md.
IO : Reading binary file .\CHANGELOG.md.
IO : Read 7706 bytes from .\CHANGELOG.md.
SLVR: fact: win32 importer is 0.0.0
SLVR: derived: win32 importer
IO : Get versions from https://pub.dartlang.org/api/packages/win32.
IO : HTTP GET https://pub.dartlang.org/api/packages/win32
| Accept: application/vnd.pub.v2+json
| X-Pub-OS: windows
| X-Pub-Command: publish
| X-Pub-Session-ID: 59CC51DA-BC72-48B5-A03D-1AE9019587A3
| user-agent: Dart pub 2.14.0-119.0.dev
SLVR: fact: win32 importer depends on win32 2.1.1 from path
SLVR: selecting win32 importer
SLVR: derived: win32 2.1.1 from path
SLVR: fact: every version of win32 from path depends on ffi ^1.0.0
SLVR: selecting win32 2.1.1 from path
SLVR: derived: ffi ^1.0.0
IO : Get versions from https://pub.dartlang.org/api/packages/ffi.
IO : HTTP GET https://pub.dartlang.org/api/packages/ffi
| Accept: application/vnd.pub.v2+json
| X-Pub-OS: windows
| X-Pub-Command: publish
| X-Pub-Session-ID: 59CC51DA-BC72-48B5-A03D-1AE9019587A3
| user-agent: Dart pub 2.14.0-119.0.dev
IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/ffi
| took 0:00:00.262003
| transfer-encoding: chunked
| date: Wed, 19 May 2021 21:50:39 GMT
| content-encoding: gzip
| vary: Accept-Encoding
| strict-transport-security: max-age=31536000; preload
| via: 1.1 google
| content-type: application/json; charset="utf-8"
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/win32
| took 0:00:00.358706
| transfer-encoding: chunked
| date: Wed, 19 May 2021 21:50:39 GMT
| content-encoding: gzip
| vary: Accept-Encoding
| strict-transport-security: max-age=31536000; preload
| via: 1.1 google
| content-type: application/json; charset="utf-8"
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
IO : Writing 8468 characters to text file C:\Users\tim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\.cache\ffi-versions.json.
FINE: Contents:
| {"name":"ffi","latest":{"version":"1.0.0","pubspec":{"name":"ffi","version":"1.0.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/1.0.0.tar.gz","published":"2021-02-11T18:01:26.097776Z"},"versions":[{"version":"0.1.0","pubspec":{"version":"0.1.0","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0-dev.2.1 <3.0.0"},"documentation":"http://www.dartdocs.org/documentation/ffi/latest","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.0.tar.gz","published":"2019-09-09T14:28:22.481918Z"},{"version":"0.1.1","pubspec":{"version":"0.1.1","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0-dev.2.1 <3.0.0"},"documentation":"http://www.dartdocs.org/documentation/ffi/latest","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.1.tar.gz","published":"2019-09-09T15:59:21.857965Z"},{"version":"0.1.1+1","pubspec":{"version":"0.1.1+1","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.1%2B1.tar.gz","published":"2019-10-10T08:58:11.456034Z"},{"version":"0.1.1+2","pubspec":{"version":"0.1.1+2","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.1%2B2.tar.gz","published":"2019-10-10T09:27:02.021823Z"},{"version":"0.1.2","pubspec":{"version":"0.1.2","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.2.tar.gz","published":"2019-10-10T09:37:24.457622Z"},{"version":"0.1.3-dev.1","pubspec":{"version":"0.1.3-dev.1","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.6.0-dev.6.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.3-dev.1.tar.gz","published":"2019-10-10T12:52:38.049887Z"},{"version":"0.1.3-dev.3","pubspec":{"version":"0.1.3-dev.3","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.6.0-dev.6.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.3-dev.3.tar.gz","published":"2019-10-15T12:29:06.094385Z"},{"version":"0.1.3","pubspec":{"version":"0.1.3","name":"ffi","dependencies":null,"author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.6.0 <3.0.0"},"dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.3.tar.gz","published":"2019-11-05T14:20:26.191529Z"},{"version":"0.2.0-nullsafety.0","pubspec":{"name":"ffi","version":"0.2.0-nullsafety.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.2.0-nullsafety.0.tar.gz","published":"2020-11-16T17:10:38.803759Z"},{"version":"0.2.0-nullsafety.1","pubspec":{"name":"ffi","version":"0.2.0-nullsafety.1","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.2.0-nullsafety.1.tar.gz","published":"2020-11-18T13:18:12.304300Z"},{"version":"0.3.0-nullsafety.0","pubspec":{"name":"ffi","version":"0.3.0-nullsafety.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-265.0.dev <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.0-nullsafety.0.tar.gz","published":"2021-02-01T10:19:55.744548Z"},{"version":"0.3.0-nullsafety.1","pubspec":{"name":"ffi","version":"0.3.0-nullsafety.1","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.8.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.0-nullsafety.1.tar.gz","published":"2021-02-03T10:17:56.447655Z"},{"version":"0.3.0-nullsafety.2","pubspec":{"name":"ffi","version":"0.3.0-nullsafety.2","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.0-nullsafety.2.tar.gz","published":"2021-02-09T10:16:24.294574Z"},{"version":"0.3.0-nullsafety.3","pubspec":{"name":"ffi","version":"0.3.0-nullsafety.3","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.0-nullsafety.3.tar.gz","published":"2021-02-10T10:21:39.570876Z"},{"version":"0.3.1-nullsafety.0","pubspec":{"name":"ffi","version":"0.3.1-nullsafety.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.1-nullsafety.0.tar.gz","published":"2021-02-11T11:59:16.508129Z"},{"version":"1.0.0","pubspec":{"name":"ffi","version":"1.0.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/1.0.0.tar.gz","published":"2021-02-11T18:01:26.097776Z"}],"_fetchedAt":"2021-05-19T14:50:38.836962"}
IO : Writing 32044 characters to text file C:\Users\tim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\.cache\win32-versions.json.
FINE: Contents:
| {"name":"win32","latest":{"version":"2.1.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.1.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.13.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.1.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.17.4","winmd":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.1.0.tar.gz","published":"2021-05-18T16:08:18.689075Z"},"versions":[{"version":"1.0.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs","version":"1.0.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.0.0.tar.gz","published":"2020-03-27T19:17:21.262985Z"},{"version":"1.1.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.1.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.1.0.tar.gz","published":"2020-03-27T23:43:24.770743Z"},{"version":"1.1.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.1.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.1.1.tar.gz","published":"2020-03-28T19:34:28.610085Z"},{"version":"1.2.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.0.tar.gz","published":"2020-03-30T01:08:15.039036Z"},{"version":"1.2.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.1.tar.gz","published":"2020-03-30T20:45:04.220636Z"},{"version":"1.2.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.2.tar.gz","published":"2020-04-01T00:55:10.776291Z"},{"version":"1.2.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.3","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.3.tar.gz","published":"2020-04-12T05:03:44.567786Z"},{"version":"1.2.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.4","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.4.tar.gz","published":"2020-04-12T23:39:05.462033Z"},{"version":"1.2.5","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.5","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.5.tar.gz","published":"2020-04-13T18:41:40.262777Z"},{"version":"1.2.6","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.6","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.6.tar.gz","published":"2020-04-17T03:51:52.905731Z"},{"version":"1.3.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.3.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.3.0.tar.gz","published":"2020-04-24T08:40:27.386156Z"},{"version":"1.3.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.3.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.3.1.tar.gz","published":"2020-05-02T01:23:57.485988Z"},{"version":"1.3.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.3.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.3.2.tar.gz","published":"2020-05-03T01:34:25.435392Z"},{"version":"1.4.0-dev.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.0-dev.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.0-dev.1.tar.gz","published":"2020-05-30T18:02:38.374423Z"},{"version":"1.4.0-dev.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.0-dev.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.0-dev.2.tar.gz","published":"2020-05-31T01:55:54.235608Z"},{"version":"1.4.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.0.tar.gz","published":"2020-05-31T20:24:33.985345Z"},{"version":"1.4.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.1.tar.gz","published":"2020-06-01T23:27:43.412019Z"},{"version":"1.4.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.2.tar.gz","published":"2020-06-02T05:09:40.974102Z"},{"version":"1.5.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.5.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.5.0.tar.gz","published":"2020-06-04T01:08:39.785602Z"},{"version":"1.5.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.5.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.5.1.tar.gz","published":"2020-06-04T22:24:14.490420Z"},{"version":"1.6.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.0.tar.gz","published":"2020-06-10T05:16:43.253700Z"},{"version":"1.6.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.1.tar.gz","published":"2020-06-17T02:03:55.584391Z"},{"version":"1.6.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.2.tar.gz","published":"2020-06-17T04:48:36.440511Z"},{"version":"1.6.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.3","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.3.tar.gz","published":"2020-06-18T04:46:44.775517Z"},{"version":"1.6.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.4","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.4.tar.gz","published":"2020-06-19T22:09:16.566897Z"},{"version":"1.6.5","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.5","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.5.tar.gz","published":"2020-07-02T03:31:12.218237Z"},{"version":"1.6.6","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.6","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.6.tar.gz","published":"2020-07-04T00:32:43.395329Z"},{"version":"1.6.7","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.7","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.7.tar.gz","published":"2020-07-07T00:44:55.194243Z"},{"version":"1.6.8","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.8","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.8.tar.gz","published":"2020-07-08T05:35:31.390418Z"},{"version":"1.6.9","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.9","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.9.tar.gz","published":"2020-07-17T05:59:29.876923Z"},{"version":"1.6.10","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.10","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.10.tar.gz","published":"2020-08-08T01:59:10.702998Z"},{"version":"1.7.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.0","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.0.tar.gz","published":"2020-09-15T17:34:56.001126Z"},{"version":"1.7.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.1","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.1.tar.gz","published":"2020-09-17T18:03:05.577405Z"},{"version":"1.7.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.2","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.2.tar.gz","published":"2020-09-19T18:25:19.561614Z"},{"version":"1.7.2+1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.2+1","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.2%2B1.tar.gz","published":"2020-09-20T00:49:20.551310Z"},{"version":"1.7.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.3","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.3.tar.gz","published":"2020-09-21T00:32:21.565655Z"},{"version":"1.7.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.4","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.3.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.4.tar.gz","published":"2020-11-14T23:55:14.608724Z"},{"version":"1.7.4+1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.4+1","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.3.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.4%2B1.tar.gz","published":"2021-01-30T02:00:34.842255Z"},{"version":"2.0.0-nullsafety.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.0.tar.gz","published":"2020-11-19T23:30:46.066711Z"},{"version":"2.0.0-nullsafety.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.1","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.1.tar.gz","published":"2020-11-22T07:26:29.815848Z"},{"version":"2.0.0-nullsafety.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.2","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.2.tar.gz","published":"2020-11-22T20:41:18.731351Z"},{"version":"2.0.0-nullsafety.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.3","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.3.tar.gz","published":"2020-11-22T22:32:25.479638Z"},{"version":"2.0.0-nullsafety.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.4","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.4.tar.gz","published":"2020-11-23T02:19:03.425594Z"},{"version":"2.0.0-nullsafety.6","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.6","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.6.tar.gz","published":"2020-11-28T19:08:07.312567Z"},{"version":"2.0.0-nullsafety.7","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.7","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.12"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.7.tar.gz","published":"2020-11-29T06:16:07.778063Z"},{"version":"2.0.0-nullsafety.8","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.8","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-224 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.15"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.8.tar.gz","published":"2021-01-19T18:20:43.551491Z"},{"version":"2.0.0-nullsafety.9","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.9","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-253 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety.3","test":"^1.16.0-nullsafety.15","winmd":"^0.1.0-dev.1"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.9.tar.gz","published":"2021-01-30T04:22:16.618454Z"},{"version":"2.0.0-nullsafety.10","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.10","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-259.8 <3.0.0"},"dependencies":{"ffi":">=0.3.0-nullsafety.1 <2.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety.3","test":"^1.16.0-nullsafety.15","winmd":"^0.2.0-dev.1"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.10.tar.gz","published":"2021-02-04T19:00:32.724093Z"},{"version":"2.0.0-nullsafety.11","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.11","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-259.8 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0","winmd":"^0.3.0-dev.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.11.tar.gz","published":"2021-02-11T23:30:49.529804Z"},{"version":"2.0.0-nullsafety.12","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.12","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-259.8 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0","winmd":"^0.3.0-dev.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.12.tar.gz","published":"2021-02-11T23:40:44.206842Z"},{"version":"2.0.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-259.8 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0","winmd":"^0.3.0-dev.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0.tar.gz","published":"2021-02-12T02:57:32.026082Z"},{"version":"2.0.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.1","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.7","winmd":"^0.4.3"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.1.tar.gz","published":"2021-03-12T00:47:54.039663Z"},{"version":"2.0.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.2","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.7","winmd":"^0.4.3"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.2.tar.gz","published":"2021-03-12T06:03:10.559853Z"},{"version":"2.0.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.3","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.7","winmd":"^0.4.4"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.3.tar.gz","published":"2021-03-12T22:14:27.599323Z"},{"version":"2.0.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.4","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.7","winmd":"^0.4.5"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.4.tar.gz","published":"2021-03-14T04:10:35.031978Z"},{"version":"2.0.5","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.5","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.8","winmd":"^0.4.11"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.5.tar.gz","published":"2021-03-27T22:11:38.344915Z"},{"version":"2.1.0-pre.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.1.0-pre.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.13.0-165.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"1.16.8","winmd":"^1.0.0-pre.11"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.1.0-pre.0.tar.gz","published":"2021-04-25T03:25:12.376437Z"},{"version":"2.1.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.1.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.13.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.1.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.17.4","winmd":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.1.0.tar.gz","published":"2021-05-18T16:08:18.689075Z"}],"_fetchedAt":"2021-05-19T14:50:38.858446"}
SLVR: selecting ffi 1.0.0
SLVR: Version solving took 0:00:00.520955 seconds.
| Tried 1 solutions.
MSG :
| Publishing is forever; packages cannot be unpublished.
| Policy details are available at https://pub.dev/policy
FINE: Showing confirm message:
| Do you want to publish win32 2.1.1
Do you want to publish win32 2.1.1 (y/N)? y
FINE: Loading OAuth2 credentials.
FINE: Saving OAuth2 credentials.
IO : Writing 1371 characters to text file C:\Users\tim\AppData\Local\Pub\Cache\credentials.json.
MSG : Uploading...
IO : HTTP GET https://pub.dartlang.org/api/packages/versions/new
| Accept: application/vnd.pub.v2+json
| authorization: <censored>
| X-Pub-OS: windows
| X-Pub-Command: publish
| X-Pub-Session-ID: 59CC51DA-BC72-48B5-A03D-1AE9019587A3
| user-agent: Dart pub 2.14.0-119.0.dev
IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/versions/new
| took 0:00:00.285290
| transfer-encoding: chunked
| date: Wed, 19 May 2021 21:51:43 GMT
| content-encoding: gzip
| vary: Accept-Encoding
| strict-transport-security: max-age=31536000; preload
| via: 1.1 google
| content-type: application/json; charset="utf-8"
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
IO : HTTP POST https://storage.googleapis.com
| authorization: <censored>
| content-type: multipart/form-data; boundary=dart-http-boundary-X.XWY_bqfDCxMrWFBK9v6Lk61yrksY6rRqqi8iT0qK_YIBBnDyg
| user-agent: Dart pub 2.14.0-119.0.dev
IO : HTTP response 303 See Other for POST https://storage.googleapis.com
| took 0:00:14.215995
| alt-svc: h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
| location: https://pub.dartlang.org/api/packages/versions/newUploadFinish?upload_id=0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&bucket=pub-packages&key=tmp/0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&etag=ae244ce3e6bc95780ecb4ea6969b4d8a
| date: Wed, 19 May 2021 21:51:57 GMT
| vary: Origin
| content-length: 0
| x-guploader-uploadid: ABg5-UxcEchlLb4UOfjHlFKN1SzWe-nVoAcRXKOu_ftdg5cojUd2i0nNSCcXNpwbwWxMx0ZK1XaXNfFRHsqK5EQx7YbyHYV_jQ
| content-type: text/html; charset=UTF-8
| server: UploadServer
IO : HTTP GET https://pub.dartlang.org/api/packages/versions/newUploadFinish?upload_id=0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&bucket=pub-packages&key=tmp/0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&etag=ae244ce3e6bc95780ecb4ea6969b4d8a
| Accept: application/vnd.pub.v2+json
| authorization: <censored>
| X-Pub-OS: windows
| X-Pub-Command: publish
| X-Pub-Session-ID: 59CC51DA-BC72-48B5-A03D-1AE9019587A3
| user-agent: Dart pub 2.14.0-119.0.dev
IO : HTTP response 400 Bad Request for GET https://pub.dartlang.org/api/packages/versions/newUploadFinish?upload_id=0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&bucket=pub-packages&key=tmp/0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&etag=ae244ce3e6bc95780ecb4ea6969b4d8a
| took 0:00:10.686945
| date: Wed, 19 May 2021 21:52:08 GMT
| content-length: 209
| strict-transport-security: max-age=31536000; preload
| via: 1.1 google
| content-type: application/json; charset="utf-8"
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
FINE: Uploading finished (25.258s).
FINE: Saving OAuth2 credentials.
IO : Writing 1371 characters to text file C:\Users\tim\AppData\Local\Pub\Cache\credentials.json.
ERR : Uncompressed package archive is too large (size > 104857600).
FINE: Exception type: ApplicationException
FINE: package:pub/src/utils.dart 511:5 fail
| package:pub/src/http.dart 326:3 handleJsonError
| package:pub/src/command/lish.dart 116:9 LishCommand._publish
| ===== asynchronous gap ===========================
| dart:async Future.catchError
| package:pub/src/utils.dart 112:52 captureErrors.wrappedCallback
| package:stack_trace Chain.capture
| package:pub/src/utils.dart 125:11 captureErrors
| package:pub/src/command.dart 168:13 PubCommand.run
| package:args/command_runner.dart 196:27 CommandRunner.runCommand
| package:dartdev/dartdev.dart 200:30 DartdevRunner.runCommand
| package:args/command_runner.dart 112:25 CommandRunner.run.<fn>
| dart:async new Future.sync
| package:args/command_runner.dart 112:14 CommandRunner.run
| package:dartdev/dartdev.dart 54:29 runDartdev
| C:\b\s\w\ir\cache\builder\src\third_party\dart\pkg\dartdev\bin\dartdev.dart 11:9 main
---- Log transcript ----
FINE: Pub 2.14.0-119.0.dev
FINE: Archiving and publishing Instance of 'Package'.
MSG : Publishing win32 2.1.1 to https://pub.dartlang.org:
| |-- AUTHORS
| |-- CHANGELOG.md
| |-- CODE_OF_CONDUCT.md
| |-- CONTRIBUTING.md
| |-- LICENSE
| |-- PUBLISHING.md
| |-- README.md
| |-- analysis_options.yaml
| |-- dartdoc_options.yaml
| |-- doc
| | |-- advapi32.md
| | |-- bthprops.md
| | |-- com.md
| | | (19 more...)
| | |-- version.md
| | |-- winmm.md
| | '-- winrt.md
| |-- example
| | |-- appcontainer.dart
| | |-- bin
| | | |-- README.md
| | | '-- taskdialog.exe.manifest
| | |-- bluetooth.dart
| | | (39 more...)
| | |-- window.dart
| | |-- winrt_picker.dart
| | '-- wmi.dart
| |-- lib
| | |-- src
| | | |-- advapi32.dart
| | | |-- api-ms-win-core-winrt-l1-1-0.dart
| | | |-- api-ms-win-core-winrt-string-l1-1-0.dart
| | | | (28 more...)
| | | |-- version.dart
| | | |-- winmm.dart
| | | '-- winrt
| | | |-- winrt_constants.dart
| | | '-- winrt_helpers.dart
| | '-- win32.dart
| |-- pubspec.yaml
| |-- test
| | |-- api_test.dart
| | |-- btooth_test.dart
| | |-- com
| | | |-- IApplicationActivationManager_test.dart
| | | |-- IAppxFactory_test.dart
| | | |-- IAppxFile_test.dart
| | | | (67 more...)
| | | |-- IWbemContext_test.dart
| | | |-- IWbemLocator_test.dart
| | | '-- IWbemServices_test.dart
| | | (17 more...)
| | |-- window_test.dart
| | |-- winrt_calendar_test.dart
| | '-- winrt_test.dart
| '-- tool
| |-- README.md
| |-- build.cmd
| |-- generate.cmd
| |-- manual_gen
| | |-- README.md
| | |-- create_struct_sizes.dart
| | |-- function.dart
| | |-- struct_sizes.dart
| | |-- whatsleft.dart
| | |-- win32api.dart
| | |-- win32api.json
| | '-- win32struct.json
| |-- metadata
| | |-- generate_com_apis.dart
| | |-- generate_win32.dart
| | |-- generate_win32_structs.dart
| | |-- generate_win32_tests.dart
| | |-- generate_winrt_apis.dart
| | |-- projection
| | | |-- classprojector.dart
| | | |-- data_classes.dart
| | | |-- typeprinter.dart
| | | |-- typeprojector.dart
| | | '-- win32_typemap.dart
| | '-- winmd_caveats.dart
| '-- struct_sizes.cpp
FINE: Creating .tar.gz stream containing:
| .\tool\struct_sizes.cpp
| .\tool\README.md
| .\tool\metadata\winmd_caveats.dart
| .\tool\metadata\projection\win32_typemap.dart
| .\tool\metadata\projection\typeprojector.dart
| .\tool\metadata\projection\typeprinter.dart
| .\tool\metadata\projection\data_classes.dart
| .\tool\metadata\projection\classprojector.dart
| .\tool\metadata\generate_winrt_apis.dart
| .\tool\metadata\generate_win32_tests.dart
| .\tool\metadata\generate_win32_structs.dart
| .\tool\metadata\generate_win32.dart
| .\tool\metadata\generate_com_apis.dart
| .\tool\manual_gen\win32struct.json
| .\tool\manual_gen\win32api.json
| .\tool\manual_gen\win32api.dart
| .\tool\manual_gen\whatsleft.dart
| .\tool\manual_gen\struct_sizes.dart
| .\tool\manual_gen\README.md
| .\tool\manual_gen\function.dart
| .\tool\manual_gen\create_struct_sizes.dart
| .\tool\generate.cmd
| .\tool\build.cmd
| .\test\winrt_test.dart
| .\test\winrt_calendar_test.dart
| .\test\window_test.dart
| .\test\wincreds_test.dart
| .\test\win32_basic_test.dart
| .\test\vtablestart_test.dart
| .\test\variant_test.dart
| .\test\tool\winrt_projection_test.dart
| .\test\tool\win32_projection_test.dart
| .\test\tool\goldens_test.dart
| .\test\tool\goldens\INetwork.golden
| .\test\tool\goldens\IAsyncInfo.golden
| .\test\tool\com_projection_test.dart
| .\test\struct_test.dart
| .\test\string_test.dart
| .\test\spellcheck_test.dart
| .\test\path_provider_test.dart
| .\test\neutrality_test.dart
| .\test\helpers.dart
| .\test\errors_test.dart
| .\test\dialog_test.dart
| .\test\devices_test.dart
| .\test\console_test.dart
| .\test\com_test.dart
| .\test\com_network_test.dart
| .\test\com\IWbemServices_test.dart
| .\test\com\IWbemLocator_test.dart
| .\test\com\IWbemContext_test.dart
| .\test\com\IWbemClassObject_test.dart
| .\test\com\IVirtualDesktopManager_test.dart
| .\test\com\IUri_test.dart
| .\test\com\IUnknown_test.dart
| .\test\com\ITypeInfo_test.dart
| .\test\com\ISupportErrorInfo_test.dart
| .\test\com\IStream_test.dart
| .\test\com\ISpellingError_test.dart
| .\test\com\ISpellChecker_test.dart
| .\test\com\ISpellCheckerFactory_test.dart
| .\test\com\ISpellCheckerChangedEventHandler_test.dart
| .\test\com\IShellItem_test.dart
| .\test\com\IShellItemFilter_test.dart
| .\test\com\IShellItemArray_test.dart
| .\test\com\IShellItem2_test.dart
| .\test\com\IShellFolder_test.dart
| .\test\com\ISequentialStream_test.dart
| .\test\com\IRunningObjectTable_test.dart
| .\test\com\IProvideClassInfo_test.dart
| .\test\com\IPersist_test.dart
| .\test\com\IPersistStream_test.dart
| .\test\com\INetwork_test.dart
| .\test\com\INetworkListManager_test.dart
| .\test\com\INetworkListManagerEvents_test.dart
| .\test\com\INetworkConnection_test.dart
| .\test\com\IMoniker_test.dart
| .\test\com\IModalWindow_test.dart
| .\test\com\IKnownFolder_test.dart
| .\test\com\IKnownFolderManager_test.dart
| .\test\com\IInspectable_test.dart
| .\test\com\IFileSaveDialog_test.dart
| .\test\com\IFileOpenDialog_test.dart
| .\test\com\IFileIsInUse_test.dart
| .\test\com\IFileDialog_test.dart
| .\test\com\IFileDialogCustomize_test.dart
| .\test\com\IFileDialog2_test.dart
| .\test\com\IErrorInfo_test.dart
| .\test\com\IEnumWbemClassObject_test.dart
| .\test\com\IEnumVARIANT_test.dart
| .\test\com\IEnumString_test.dart
| .\test\com\IEnumSpellingError_test.dart
| .\test\com\IEnumNetworks_test.dart
| .\test\com\IEnumNetworkConnections_test.dart
| .\test\com\IEnumMoniker_test.dart
| .\test\com\IEnumIDList_test.dart
| .\test\com\IDispatch_test.dart
| .\test\com\IDesktopWallpaper_test.dart
| .\test\com\IConnectionPoint_test.dart
| .\test\com\IConnectionPointContainer_test.dart
| .\test\com\IClassFactory_test.dart
| .\test\com\IBindCtx_test.dart
| .\test\com\IAppxPackageReader_test.dart
| .\test\com\IAppxManifestReader_test.dart
| .\test\com\IAppxManifestReader7_test.dart
| .\test\com\IAppxManifestReader6_test.dart
| .\test\com\IAppxManifestReader5_test.dart
| .\test\com\IAppxManifestReader4_test.dart
| .\test\com\IAppxManifestReader3_test.dart
| .\test\com\IAppxManifestReader2_test.dart
| .\test\com\IAppxManifestProperties_test.dart
| .\test\com\IAppxManifestPackageId_test.dart
| .\test\com\IAppxManifestPackageDependency_test.dart
| .\test\com\IAppxManifestPackageDependenciesEnumerator_test.dart
| .\test\com\IAppxManifestOSPackageDependency_test.dart
| .\test\com\IAppxManifestApplication_test.dart
| .\test\com\IAppxManifestApplicationsEnumerator_test.dart
| .\test\com\IAppxFile_test.dart
| .\test\com\IAppxFilesEnumerator_test.dart
| .\test\com\IAppxFactory_test.dart
| .\test\com\IApplicationActivationManager_test.dart
| .\test\btooth_test.dart
| .\test\api_test.dart
| .\README.md
| .\pubspec.yaml
| .\PUBLISHING.md
| .\LICENSE
| .\lib\win32.dart
| .\lib\src\winrt\winrt_helpers.dart
| .\lib\src\winrt\winrt_constants.dart
| .\lib\src\winmm.dart
| .\lib\src\version.dart
| .\lib\src\utils.dart
| .\lib\src\user32.dart
| .\lib\src\types.dart
| .\lib\src\structs.g.dart
| .\lib\src\structs.dart
| .\lib\src\shell32.dart
| .\lib\src\shcore.dart
| .\lib\src\rometadata.dart
| .\lib\src\powrprof.dart
| .\lib\src\oleaut32.dart
| .\lib\src\ole32.dart
| .\lib\src\macros.dart
| .\lib\src\kernelbase.dart
| .\lib\src\kernel32.dart
| .\lib\src\gdi32.dart
| .\lib\src\extensions\unpack_utf16.dart
| .\lib\src\extensions\set_string.dart
| .\lib\src\extensions\set_ansi.dart
| .\lib\src\extensions\list_to_blob.dart
| .\lib\src\extensions\int_to_hexstring.dart
| .\lib\src\extensions\dialogs.dart
| .\lib\src\exceptions.dart
| .\lib\src\dxva2.dart
| .\lib\src\dbghelp.dart
| .\lib\src\constants_nodoc.dart
| .\lib\src\constants.dart
| .\lib\src\comdlg32.dart
| .\lib\src\comctl32.dart
| .\lib\src\combase.dart
| .\lib\src\com\UserDataPaths.dart
| .\lib\src\com\IWbemServices.dart
| .\lib\src\com\IWbemLocator.dart
| .\lib\src\com\IWbemContext.dart
| .\lib\src\com\IWbemClassObject.dart
| .\lib\src\com\IVirtualDesktopManager.dart
| .\lib\src\com\IUserDataPathsStatics.dart
| .\lib\src\com\IUri.dart
| .\lib\src\com\IUnknown.dart
| .\lib\src\com\ITypeInfo.dart
| .\lib\src\com\ISupportErrorInfo.dart
| .\lib\src\com\IStringable.dart
| .\lib\src\com\IStream.dart
| .\lib\src\com\ISpellingError.dart
| .\lib\src\com\ISpellCheckerFactory.dart
| .\lib\src\com\ISpellCheckerChangedEventHandler.dart
| .\lib\src\com\ISpellChecker.dart
| .\lib\src\com\IShellItemFilter.dart
| .\lib\src\com\IShellItemArray.dart
| .\lib\src\com\IShellItem2.dart
| .\lib\src\com\IShellItem.dart
| .\lib\src\com\IShellFolder.dart
| .\lib\src\com\ISequentialStream.dart
| .\lib\src\com\IRunningObjectTable.dart
| .\lib\src\com\IProvideClassInfo.dart
| .\lib\src\com\IPropertyValue.dart
| .\lib\src\com\IPersistStream.dart
| .\lib\src\com\IPersist.dart
| .\lib\src\com\INetworkListManagerEvents.dart
| .\lib\src\com\INetworkListManager.dart
| .\lib\src\com\INetworkConnection.dart
| .\lib\src\com\INetwork.dart
| .\lib\src\com\IMoniker.dart
| .\lib\src\com\IModalWindow.dart
| .\lib\src\com\IKnownFolderManager.dart
| .\lib\src\com\IKnownFolder.dart
| .\lib\src\com\IInspectable.dart
| .\lib\src\com\IGamepadStatics2.dart
| .\lib\src\com\IGamepadStatics.dart
| .\lib\src\com\IFileSaveDialog.dart
| .\lib\src\com\IFileOpenPicker.dart
| .\lib\src\com\IFileOpenDialog.dart
| .\lib\src\com\IFileIsInUse.dart
| .\lib\src\com\IFileDialogCustomize.dart
| .\lib\src\com\IFileDialog2.dart
| .\lib\src\com\IFileDialog.dart
| .\lib\src\com\IErrorInfo.dart
| .\lib\src\com\IEnumWbemClassObject.dart
| .\lib\src\com\IEnumVARIANT.dart
| .\lib\src\com\IEnumString.dart
| .\lib\src\com\IEnumSpellingError.dart
| .\lib\src\com\IEnumNetworks.dart
| .\lib\src\com\IEnumNetworkConnections.dart
| .\lib\src\com\IEnumMoniker.dart
| .\lib\src\com\IEnumIDList.dart
| .\lib\src\com\IDispatch.dart
| .\lib\src\com\IDesktopWallpaper.dart
| .\lib\src\com\IConnectionPointContainer.dart
| .\lib\src\com\IConnectionPoint.dart
| .\lib\src\com\IClosable.dart
| .\lib\src\com\IClassFactory.dart
| .\lib\src\com\ICalendar.dart
| .\lib\src\com\IBindCtx.dart
| .\lib\src\com\IAsyncOperation`1.dart
| .\lib\src\com\IAsyncInfo.dart
| .\lib\src\com\IAsyncAction.dart
| .\lib\src\com\IAppxPackageReader.dart
| .\lib\src\com\IAppxManifestReader7.dart
| .\lib\src\com\IAppxManifestReader6.dart
| .\lib\src\com\IAppxManifestReader5.dart
| .\lib\src\com\IAppxManifestReader4.dart
| .\lib\src\com\IAppxManifestReader3.dart
| .\lib\src\com\IAppxManifestReader2.dart
| .\lib\src\com\IAppxManifestReader.dart
| .\lib\src\com\IAppxManifestProperties.dart
| .\lib\src\com\IAppxManifestPackageId.dart
| .\lib\src\com\IAppxManifestPackageDependency.dart
| .\lib\src\com\IAppxManifestPackageDependenciesEnumerator.dart
| .\lib\src\com\IAppxManifestOSPackageDependency.dart
| .\lib\src\com\IAppxManifestApplicationsEnumerator.dart
| .\lib\src\com\IAppxManifestApplication.dart
| .\lib\src\com\IAppxFilesEnumerator.dart
| .\lib\src\com\IAppxFile.dart
| .\lib\src\com\IAppxFactory.dart
| .\lib\src\com\IApplicationActivationManager.dart
| .\lib\src\callbacks.dart
| .\lib\src\bthprops.dart
| .\lib\src\api-ms-win-ro-typeresolution-l1-1-0.dart
| .\lib\src\api-ms-win-core-winrt-string-l1-1-0.dart
| .\lib\src\api-ms-win-core-winrt-l1-1-0.dart
| .\lib\src\advapi32.dart
| .\example\wmi.dart
| .\example\winrt_picker.dart
| .\example\window.dart
| .\example\wallpaper.dart
| .\example\update_resource.dart
| .\example\tetris\README.md
| .\example\tetris\pieceset.dart
| .\example\tetris\piece.dart
| .\example\tetris\main.dart
| .\example\tetris\level.dart
| .\example\tetris\game.dart
| .\example\tetris\drawengine.dart
| .\example\test.dart
| .\example\taskdialog.dart
| .\example\sysinfo.dart
| .\example\spellcheck.dart
| .\example\snake.dart
| .\example\shell_notify_icon\_window.dart
| .\example\shell_notify_icon\_tray.dart
| .\example\shell_notify_icon\_menu.dart
| .\example\shell_notify_icon\_app.dart
| .\example\shell_notify_icon\main.dart
| .\example\shell_notify_icon\dart.ico
| .\example\sendinput.dart
| .\example\scroll.dart
| .\example\screenshot.dart
| .\example\play_sound.dart
| .\example\paint.dart
| .\example\notepad\resources.dart
| .\example\notepad\notepad.dart
| .\example\notepad\font.dart
| .\example\notepad\find.dart
| .\example\notepad\file.dart
| .\example\notepad\editor.dart
| .\example\network.dart
| .\example\msgbox.dart
| .\example\monitor.dart
| .\example\modules.dart
| .\example\midi.dart
| .\example\manifest\version.exe.manifest
| .\example\manifest\version.exe
| .\example\manifest\version.dart
| .\example\manifest\README.md
| .\example\main.dart
| .\example\knownfolder.dart
| .\example\idispatch.dart
| .\example\hello.dart
| .\example\guid.dart
| .\example\fonts.dart
| .\example\filever.dart
| .\example\explorer\windows\runner\win32_window.h
| .\example\explorer\windows\runner\win32_window.cpp
| .\example\explorer\windows\runner\utils.h
| .\example\explorer\windows\runner\utils.cpp
| .\example\explorer\windows\runner\run_loop.h
| .\example\explorer\windows\runner\run_loop.cpp
| .\example\explorer\windows\runner\Runner.rc
| .\example\explorer\windows\runner\runner.exe.manifest
| .\example\explorer\windows\runner\resources\app_icon.ico
| .\example\explorer\windows\runner\resource.h
| .\example\explorer\windows\runner\main.cpp
| .\example\explorer\windows\runner\flutter_window.h
| .\example\explorer\windows\runner\flutter_window.cpp
| .\example\explorer\windows\runner\CMakeLists.txt
| .\example\explorer\windows\flutter\generated_plugin_registrant.h
| .\example\explorer\windows\flutter\generated_plugin_registrant.cc
| .\example\explorer\windows\flutter\generated_plugins.cmake
| .\example\explorer\windows\flutter\ephemeral\icudtl.dat
| .\example\explorer\windows\flutter\ephemeral\generated_config.cmake
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.h
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.dll.pdb
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.dll.lib
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.dll.exp
| .\example\explorer\windows\flutter\ephemeral\flutter_windows.dll
| .\example\explorer\windows\flutter\ephemeral\flutter_texture_registrar.h
| .\example\explorer\windows\flutter\ephemeral\flutter_plugin_registrar.h
| .\example\explorer\windows\flutter\ephemeral\flutter_messenger.h
| .\example\explorer\windows\flutter\ephemeral\flutter_export.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\texture_registrar_impl.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec_serializer.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\README
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\plugin_registrar.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\texture_registrar.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\standard_method_codec.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\standard_message_codec.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\standard_codec_serializer.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\plugin_registry.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\plugin_registrar_windows.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\plugin_registrar.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_result_functions.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_result.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_codec.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_channel.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\method_call.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\message_codec.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\flutter_view_controller.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\flutter_view.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\flutter_engine.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\event_stream_handler_functions.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\event_stream_handler.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\event_sink.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\event_channel.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\engine_method_result.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\encodable_value.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\dart_project.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\byte_streams.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\binary_messenger.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\basic_message_channel.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\flutter_view_controller.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\flutter_engine.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\engine_method_result.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\byte_stream_wrappers.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\byte_buffer_streams.h
| .\example\explorer\windows\flutter\ephemeral\cpp_client_wrapper\binary_messenger_impl.h
| .\example\explorer\windows\flutter\CMakeLists.txt
| .\example\explorer\windows\CMakeLists.txt
| .\example\explorer\pubspec.yaml
| .\example\explorer\lib\volumes.dart
| .\example\explorer\lib\main.dart
| .\example\explorer\analysis_options.yaml
| .\example\dynamic_load.dart
| .\example\dump.dart
| .\example\dialogshow.dart
| .\example\dialogbox.dart
| .\example\devices.dart
| .\example\customwin.dart
| .\example\credentials.dart
| .\example\console.dart
| .\example\com_demo.dart
| .\example\calendar.dart
| .\example\bluetooth.dart
| .\example\bin\taskdialog.exe.manifest
| .\example\bin\README.md
| .\example\appcontainer.dart
| .\doc\winrt.md
| .\doc\winmm.md
| .\doc\version.md
| .\doc\uxtheme.md
| .\doc\user32.md
| .\doc\struct.md
| .\doc\shell32.md
| .\doc\shcore.md
| .\doc\psapi.md
| .\doc\powrprof.md
| .\doc\oleaut32.md
| .\doc\ole32.md
| .\doc\kernelbase.md
| .\doc\kernel32.md
| .\doc\images\win32.png
| .\doc\images\tetris.png
| .\doc\images\power.png
| .\doc\images\pbrush.png
| .\doc\images\notepad.png
| .\doc\images\fonts.png
| .\doc\images\filepicker.png
| .\doc\images\disk_explorer.png
| .\doc\images\console.png
| .\doc\images\calendar.png
| .\doc\gdi32.md
| .\doc\examples.md
| .\doc\enum.md
| .\doc\dxva2.md
| .\doc\dbghelp.md
| .\doc\comdlg32.md
| .\doc\comctl32.md
| .\doc\com.md
| .\doc\bthprops.md
| .\doc\advapi32.md
| .\dartdoc_options.yaml
| .\CONTRIBUTING.md
| .\CODE_OF_CONDUCT.md
| .\CHANGELOG.md
| .\AUTHORS
| .\analysis_options.yaml
IO : Spawning "cmd /c git --version" in C:\src\win32\.
IO : Finished git. Exit code 0.
| stdout:
| | git version 2.29.2.windows.2
| Nothing output on stderr.
FINE: Determined git command git.
IO : Spawning "cmd /c git check-ignore --quiet ." in C:\src\win32\.
IO : Finished git. Exit code 1.
| Nothing output on stdout.
| Nothing output on stderr.
IO : Spawning "cmd /c git ls-files --cached --exclude-standard --recurse-submodules" in C:\src\win32\.
IO : Finished git. Exit code 0.
| stdout:
| | .github/workflows/dart.yml
| | .gitignore
| | .vscode/launch.json
| | .vscode/settings.json
| | AUTHORS
| | CHANGELOG.md
| | CODE_OF_CONDUCT.md
| | CONTRIBUTING.md
| | LICENSE
| | PUBLISHING.md
| | README.md
| | analysis_options.yaml
| | dartdoc_options.yaml
| | doc/advapi32.md
| | doc/bthprops.md
| | doc/com.md
| | doc/comctl32.md
| | doc/comdlg32.md
| | doc/dbghelp.md
| | doc/dxva2.md
| | doc/enum.md
| | doc/examples.md
| | doc/gdi32.md
| | doc/images/calendar.png
| | doc/images/console.png
| | doc/images/disk_explorer.png
| | doc/images/filepicker.png
| | doc/images/fonts.png
| | doc/images/notepad.png
| | doc/images/pbrush.png
| | doc/images/power.png
| | doc/images/tetris.png
| | doc/images/win32.png
| | doc/kernel32.md
| | doc/kernelbase.md
| | doc/ole32.md
| | doc/oleaut32.md
| | doc/powrprof.md
| | doc/psapi.md
| | doc/shcore.md
| | doc/shell32.md
| | doc/struct.md
| | doc/user32.md
| | doc/uxtheme.md
| | doc/version.md
| | doc/winmm.md
| | doc/winrt.md
| | example/appcontainer.dart
| | example/bin/README.md
| | example/bin/taskdialog.exe.manifest
| | example/bluetooth.dart
| | example/calendar.dart
| | example/com_demo.dart
| | example/console.dart
| | example/credentials.dart
| | example/customwin.dart
| | example/devices.dart
| | example/dialogbox.dart
| | example/dialogshow.dart
| | example/dump.dart
| | example/dynamic_load.dart
| | example/explorer/.gitignore
| | example/explorer/.metadata
| | example/explorer/analysis_options.yaml
| | example/explorer/lib/main.dart
| | example/explorer/lib/volumes.dart
| | example/explorer/pubspec.yaml
| | example/explorer/windows/.gitignore
| | example/explorer/windows/CMakeLists.txt
| | example/explorer/windows/flutter/CMakeLists.txt
| | example/explorer/windows/flutter/generated_plugin_registrant.cc
| | example/explorer/windows/flutter/generated_plugin_registrant.h
| | example/explorer/windows/flutter/generated_plugins.cmake
| | example/explorer/windows/runner/CMakeLists.txt
| | example/explorer/windows/runner/Runner.rc
| | example/explorer/windows/runner/flutter_window.cpp
| | example/explorer/windows/runner/flutter_window.h
| | example/explorer/windows/runner/main.cpp
| | example/explorer/windows/runner/resource.h
| | example/explorer/windows/runner/resources/app_icon.ico
| | example/explorer/windows/runner/run_loop.cpp
| | example/explorer/windows/runner/run_loop.h
| | example/explorer/windows/runner/runner.exe.manifest
| | example/explorer/windows/runner/utils.cpp
| | example/explorer/windows/runner/utils.h
| | example/explorer/windows/runner/win32_window.cpp
| | example/explorer/windows/runner/win32_window.h
| | example/filever.dart
| | example/fonts.dart
| | example/guid.dart
| | example/hello.dart
| | example/idispatch.dart
| | example/knownfolder.dart
| | example/main.dart
| | example/manifest/README.md
| | example/manifest/version.dart
| | example/manifest/version.exe.manifest
| | example/midi.dart
| | example/modules.dart
| | example/monitor.dart
| | example/msgbox.dart
| | example/network.dart
| | example/notepad/editor.dart
| | example/notepad/file.dart
| | example/notepad/find.dart
| | example/notepad/font.dart
| | example/notepad/notepad.dart
| | example/notepad/resources.dart
| | example/paint.dart
| | example/play_sound.dart
| | example/screenshot.dart
| | example/scroll.dart
| | example/sendinput.dart
| | example/shell_notify_icon/_app.dart
| | example/shell_notify_icon/_menu.dart
| | example/shell_notify_icon/_tray.dart
| | example/shell_notify_icon/_window.dart
| | example/shell_notify_icon/dart.ico
| | example/shell_notify_icon/main.dart
| | example/snake.dart
| | example/spellcheck.dart
| | example/sysinfo.dart
| | example/taskdialog.dart
| | example/test.dart
| | example/tetris/README.md
| | example/tetris/drawengine.dart
| | example/tetris/game.dart
| | example/tetris/level.dart
| | example/tetris/main.dart
| | example/tetris/piece.dart
| | example/tetris/pieceset.dart
| | example/update_resource.dart
| | example/wallpaper.dart
| | example/window.dart
| | example/winrt_picker.dart
| | example/wmi.dart
| | lib/src/advapi32.dart
| | lib/src/api-ms-win-core-winrt-l1-1-0.dart
| | lib/src/api-ms-win-core-winrt-string-l1-1-0.dart
| | lib/src/api-ms-win-ro-typeresolution-l1-1-0.dart
| | lib/src/bthprops.dart
| | lib/src/callbacks.dart
| | lib/src/com/IApplicationActivationManager.dart
| | lib/src/com/IAppxFactory.dart
| | lib/src/com/IAppxFile.dart
| | lib/src/com/IAppxFilesEnumerator.dart
| | lib/src/com/IAppxManifestApplication.dart
| | lib/src/com/IAppxManifestApplicationsEnumerator.dart
| | lib/src/com/IAppxManifestOSPackageDependency.dart
| | lib/src/com/IAppxManifestPackageDependenciesEnumerator.dart
| | lib/src/com/IAppxManifestPackageDependency.dart
| | lib/src/com/IAppxManifestPackageId.dart
| | lib/src/com/IAppxManifestProperties.dart
| | lib/src/com/IAppxManifestReader.dart
| | lib/src/com/IAppxManifestReader2.dart
| | lib/src/com/IAppxManifestReader3.dart
| | lib/src/com/IAppxManifestReader4.dart
| | lib/src/com/IAppxManifestReader5.dart
| | lib/src/com/IAppxManifestReader6.dart
| | lib/src/com/IAppxManifestReader7.dart
| | lib/src/com/IAppxPackageReader.dart
| | lib/src/com/IAsyncAction.dart
| | lib/src/com/IAsyncInfo.dart
| | lib/src/com/IAsyncOperation`1.dart
| | lib/src/com/IBindCtx.dart
| | lib/src/com/ICalendar.dart
| | lib/src/com/IClassFactory.dart
| | lib/src/com/IClosable.dart
| | lib/src/com/IConnectionPoint.dart
| | lib/src/com/IConnectionPointContainer.dart
| | lib/src/com/IDesktopWallpaper.dart
| | lib/src/com/IDispatch.dart
| | lib/src/com/IEnumIDList.dart
| | lib/src/com/IEnumMoniker.dart
| | lib/src/com/IEnumNetworkConnections.dart
| | lib/src/com/IEnumNetworks.dart
| | lib/src/com/IEnumSpellingError.dart
| | lib/src/com/IEnumString.dart
| | lib/src/com/IEnumVARIANT.dart
| | lib/src/com/IEnumWbemClassObject.dart
| | lib/src/com/IErrorInfo.dart
| | lib/src/com/IFileDialog.dart
| | lib/src/com/IFileDialog2.dart
| | lib/src/com/IFileDialogCustomize.dart
| | lib/src/com/IFileIsInUse.dart
| | lib/src/com/IFileOpenDialog.dart
| | lib/src/com/IFileOpenPicker.dart
| | lib/src/com/IFileSaveDialog.dart
| | lib/src/com/IGamepadStatics.dart
| | lib/src/com/IGamepadStatics2.dart
| | lib/src/com/IInspectable.dart
| | lib/src/com/IKnownFolder.dart
| | lib/src/com/IKnownFolderManager.dart
| | lib/src/com/IModalWindow.dart
| | lib/src/com/IMoniker.dart
| | lib/src/com/INetwork.dart
| | lib/src/com/INetworkConnection.dart
| | lib/src/com/INetworkListManager.dart
| | lib/src/com/INetworkListManagerEvents.dart
| | lib/src/com/IPersist.dart
| | lib/src/com/IPersistStream.dart
| | lib/src/com/IPropertyValue.dart
| | lib/src/com/IProvideClassInfo.dart
| | lib/src/com/IRunningObjectTable.dart
| | lib/src/com/ISequentialStream.dart
| | lib/src/com/IShellFolder.dart
| | lib/src/com/IShellItem.dart
| | lib/src/com/IShellItem2.dart
| | lib/src/com/IShellItemArray.dart
| | lib/src/com/IShellItemFilter.dart
| | lib/src/com/ISpellChecker.dart
| | lib/src/com/ISpellCheckerChangedEventHandler.dart
| | lib/src/com/ISpellCheckerFactory.dart
| | lib/src/com/ISpellingError.dart
| | lib/src/com/IStream.dart
| | lib/src/com/IStringable.dart
| | lib/src/com/ISupportErrorInfo.dart
| | lib/src/com/ITypeInfo.dart
| | lib/src/com/IUnknown.dart
| | lib/src/com/IUri.dart
| | lib/src/com/IUserDataPathsStatics.dart
| | lib/src/com/IVirtualDesktopManager.dart
| | lib/src/com/IWbemClassObject.dart
| | lib/src/com/IWbemContext.dart
| | lib/src/com/IWbemLocator.dart
| | lib/src/com/IWbemServices.dart
| | lib/src/com/UserDataPaths.dart
| | lib/src/combase.dart
| | lib/src/comctl32.dart
| | lib/src/comdlg32.dart
| | lib/src/constants.dart
| | lib/src/constants_nodoc.dart
| | lib/src/dbghelp.dart
| | lib/src/dxva2.dart
| | lib/src/exceptions.dart
| | lib/src/extensions/dialogs.dart
| | lib/src/extensions/int_to_hexstring.dart
| | lib/src/extensions/list_to_blob.dart
| | lib/src/extensions/set_ansi.dart
| | lib/src/extensions/set_string.dart
| | lib/src/extensions/unpack_utf16.dart
| | lib/src/gdi32.dart
| | lib/src/kernel32.dart
| | lib/src/kernelbase.dart
| | lib/src/macros.dart
| | lib/src/ole32.dart
| | lib/src/oleaut32.dart
| | lib/src/powrprof.dart
| | lib/src/rometadata.dart
| | lib/src/shcore.dart
| | lib/src/shell32.dart
| | lib/src/structs.dart
| | lib/src/structs.g.dart
| | lib/src/types.dart
| | lib/src/user32.dart
| | lib/src/utils.dart
| | lib/src/version.dart
| | lib/src/winmm.dart
| | lib/src/winrt/winrt_constants.dart
| | lib/src/winrt/winrt_helpers.dart
| | lib/win32.dart
| | pubspec.yaml
| | test/api_test.dart
| | test/btooth_test.dart
| | test/com/IApplicationActivationManager_test.dart
| | test/com/IAppxFactory_test.dart
| | test/com/IAppxFile_test.dart
| | test/com/IAppxFilesEnumerator_test.dart
| | test/com/IAppxManifestApplication_test.dart
| | test/com/IAppxManifestApplicationsEnumerator_test.dart
| | test/com/IAppxManifestOSPackageDependency_test.dart
| | test/com/IAppxManifestPackageDependenciesEnumerator_test.dart
| | test/com/IAppxManifestPackageDependency_test.dart
| | test/com/IAppxManifestPackageId_test.dart
| | test/com/IAppxManifestProperties_test.dart
| | test/com/IAppxManifestReader2_test.dart
| | test/com/IAppxManifestReader3_test.dart
| | test/com/IAppxManifestReader4_test.dart
| | test/com/IAppxManifestReader5_test.dart
| | test/com/IAppxManifestReader6_test.dart
| | test/com/IAppxManifestReader7_test.dart
| | test/com/IAppxManifestReader_test.dart
| | test/com/IAppxPackageReader_test.dart
| | test/com/IBindCtx_test.dart
| | test/com/IClassFactory_test.dart
| | test/com/IConnectionPointContainer_test.dart
| | test/com/IConnectionPoint_test.dart
| | test/com/IDesktopWallpaper_test.dart
| | test/com/IDispatch_test.dart
| | test/com/IEnumIDList_test.dart
| | test/com/IEnumMoniker_test.dart
| | test/com/IEnumNetworkConnections_test.dart
| | test/com/IEnumNetworks_test.dart
| | test/com/IEnumSpellingError_test.dart
| | test/com/IEnumString_test.dart
| | test/com/IEnumVARIANT_test.dart
| | test/com/IEnumWbemClassObject_test.dart
| | test/com/IErrorInfo_test.dart
| | test/com/IFileDialog2_test.dart
| | test/com/IFileDialogCustomize_test.dart
| | test/com/IFileDialog_test.dart
| | test/com/IFileIsInUse_test.dart
| | test/com/IFileOpenDialog_test.dart
| | test/com/IFileSaveDialog_test.dart
| | test/com/IInspectable_test.dart
| | test/com/IKnownFolderManager_test.dart
| | test/com/IKnownFolder_test.dart
| | test/com/IModalWindow_test.dart
| | test/com/IMoniker_test.dart
| | test/com/INetworkConnection_test.dart
| | test/com/INetworkListManagerEvents_test.dart
| | test/com/INetworkListManager_test.dart
| | test/com/INetwork_test.dart
| | test/com/IPersistStream_test.dart
| | test/com/IPersist_test.dart
| | test/com/IProvideClassInfo_test.dart
| | test/com/IRunningObjectTable_test.dart
| | test/com/ISequentialStream_test.dart
| | test/com/IShellFolder_test.dart
| | test/com/IShellItem2_test.dart
| | test/com/IShellItemArray_test.dart
| | test/com/IShellItemFilter_test.dart
| | test/com/IShellItem_test.dart
| | test/com/ISpellCheckerChangedEventHandler_test.dart
| | test/com/ISpellCheckerFactory_test.dart
| | test/com/ISpellChecker_test.dart
| | test/com/ISpellingError_test.dart
| | test/com/IStream_test.dart
| | test/com/ISupportErrorInfo_test.dart
| | test/com/ITypeInfo_test.dart
| | test/com/IUnknown_test.dart
| | test/com/IUri_test.dart
| | test/com/IVirtualDesktopManager_test.dart
| | test/com/IWbemClassObject_test.dart
| | test/com/IWbemContext_test.dart
| | test/com/IWbemLocator_test.dart
| | test/com/IWbemServices_test.dart
| | test/com_network_test.dart
| | test/com_test.dart
| | test/console_test.dart
| | test/devices_test.dart
| | test/dialog_test.dart
| | test/errors_test.dart
| | test/helpers.dart
| | test/neutrality_test.dart
| | test/path_provider_test.dart
| | test/spellcheck_test.dart
| | test/string_test.dart
| | test/struct_test.dart
| | test/tool/com_projection_test.dart
| | test/tool/goldens/IAsyncInfo.golden
| | test/tool/goldens/INetwork.golden
| | test/tool/goldens_test.dart
| | test/tool/win32_projection_test.dart
| | test/tool/winrt_projection_test.dart
| | test/variant_test.dart
| | test/vtablestart_test.dart
| | test/win32_basic_test.dart
| | test/wincreds_test.dart
| | test/window_test.dart
| | test/winrt_calendar_test.dart
| | test/winrt_test.dart
| | tool/README.md
| | tool/build.cmd
| | tool/generate.cmd
| | tool/manual_gen/README.md
| | tool/manual_gen/create_struct_sizes.dart
| | tool/manual_gen/function.dart
| | tool/manual_gen/struct_sizes.dart
| | tool/manual_gen/whatsleft.dart
| | tool/manual_gen/win32api.dart
| | tool/manual_gen/win32api.json
| | tool/manual_gen/win32struct.json
| | tool/metadata/generate_com_apis.dart
| | tool/metadata/generate_win32.dart
| | tool/metadata/generate_win32_structs.dart
| | tool/metadata/generate_win32_tests.dart
| | tool/metadata/generate_winrt_apis.dart
| | tool/metadata/projection/classprojector.dart
| | tool/metadata/projection/data_classes.dart
| | tool/metadata/projection/typeprinter.dart
| | tool/metadata/projection/typeprojector.dart
| | tool/metadata/projection/win32_typemap.dart
| | tool/metadata/winmd_caveats.dart
| | tool/struct_sizes.cpp
| Nothing output on stderr.
IO : Reading binary file .\README.md.
IO : Read 9956 bytes from .\README.md.
IO : Reading binary file .\CHANGELOG.md.
IO : Read 7706 bytes from .\CHANGELOG.md.
SLVR: fact: win32 importer is 0.0.0
SLVR: derived: win32 importer
IO : Get versions from https://pub.dartlang.org/api/packages/win32.
IO : HTTP GET https://pub.dartlang.org/api/packages/win32
| Accept: application/vnd.pub.v2+json
| X-Pub-OS: windows
| X-Pub-Command: publish
| X-Pub-Session-ID: 59CC51DA-BC72-48B5-A03D-1AE9019587A3
| user-agent: Dart pub 2.14.0-119.0.dev
SLVR: fact: win32 importer depends on win32 2.1.1 from path
SLVR: selecting win32 importer
SLVR: derived: win32 2.1.1 from path
SLVR: fact: every version of win32 from path depends on ffi ^1.0.0
SLVR: selecting win32 2.1.1 from path
SLVR: derived: ffi ^1.0.0
IO : Get versions from https://pub.dartlang.org/api/packages/ffi.
IO : HTTP GET https://pub.dartlang.org/api/packages/ffi
| Accept: application/vnd.pub.v2+json
| X-Pub-OS: windows
| X-Pub-Command: publish
| X-Pub-Session-ID: 59CC51DA-BC72-48B5-A03D-1AE9019587A3
| user-agent: Dart pub 2.14.0-119.0.dev
IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/ffi
| took 0:00:00.262003
| transfer-encoding: chunked
| date: Wed, 19 May 2021 21:50:39 GMT
| content-encoding: gzip
| vary: Accept-Encoding
| strict-transport-security: max-age=31536000; preload
| via: 1.1 google
| content-type: application/json; charset="utf-8"
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/win32
| took 0:00:00.358706
| transfer-encoding: chunked
| date: Wed, 19 May 2021 21:50:39 GMT
| content-encoding: gzip
| vary: Accept-Encoding
| strict-transport-security: max-age=31536000; preload
| via: 1.1 google
| content-type: application/json; charset="utf-8"
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
IO : Writing 8468 characters to text file C:\Users\tim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\.cache\ffi-versions.json.
FINE: Contents:
| {"name":"ffi","latest":{"version":"1.0.0","pubspec":{"name":"ffi","version":"1.0.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/1.0.0.tar.gz","published":"2021-02-11T18:01:26.097776Z"},"versions":[{"version":"0.1.0","pubspec":{"version":"0.1.0","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0-dev.2.1 <3.0.0"},"documentation":"http://www.dartdocs.org/documentation/ffi/latest","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.0.tar.gz","published":"2019-09-09T14:28:22.481918Z"},{"version":"0.1.1","pubspec":{"version":"0.1.1","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0-dev.2.1 <3.0.0"},"documentation":"http://www.dartdocs.org/documentation/ffi/latest","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.1.tar.gz","published":"2019-09-09T15:59:21.857965Z"},{"version":"0.1.1+1","pubspec":{"version":"0.1.1+1","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.1%2B1.tar.gz","published":"2019-10-10T08:58:11.456034Z"},{"version":"0.1.1+2","pubspec":{"version":"0.1.1+2","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.1%2B2.tar.gz","published":"2019-10-10T09:27:02.021823Z"},{"version":"0.1.2","pubspec":{"version":"0.1.2","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.5.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.2.tar.gz","published":"2019-10-10T09:37:24.457622Z"},{"version":"0.1.3-dev.1","pubspec":{"version":"0.1.3-dev.1","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.6.0-dev.6.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.3-dev.1.tar.gz","published":"2019-10-10T12:52:38.049887Z"},{"version":"0.1.3-dev.3","pubspec":{"version":"0.1.3-dev.3","dependencies":null,"name":"ffi","author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.6.0-dev.6.0 <3.0.0"},"documentation":"https://pub.dev/documentation/ffi/","dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.3-dev.3.tar.gz","published":"2019-10-15T12:29:06.094385Z"},{"version":"0.1.3","pubspec":{"version":"0.1.3","name":"ffi","dependencies":null,"author":"Dart Team <misc@dartlang.org>","description":"Utilities for working with Foreign Function Interface (FFI) code.","homepage":"https://github.com/dart-lang/ffi","environment":{"sdk":">=2.6.0 <3.0.0"},"dev_dependencies":{"test":"^1.6.8","pedantic":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.1.3.tar.gz","published":"2019-11-05T14:20:26.191529Z"},{"version":"0.2.0-nullsafety.0","pubspec":{"name":"ffi","version":"0.2.0-nullsafety.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.2.0-nullsafety.0.tar.gz","published":"2020-11-16T17:10:38.803759Z"},{"version":"0.2.0-nullsafety.1","pubspec":{"name":"ffi","version":"0.2.0-nullsafety.1","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.2.0-nullsafety.1.tar.gz","published":"2020-11-18T13:18:12.304300Z"},{"version":"0.3.0-nullsafety.0","pubspec":{"name":"ffi","version":"0.3.0-nullsafety.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-265.0.dev <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.0-nullsafety.0.tar.gz","published":"2021-02-01T10:19:55.744548Z"},{"version":"0.3.0-nullsafety.1","pubspec":{"name":"ffi","version":"0.3.0-nullsafety.1","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.8.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.0-nullsafety.1.tar.gz","published":"2021-02-03T10:17:56.447655Z"},{"version":"0.3.0-nullsafety.2","pubspec":{"name":"ffi","version":"0.3.0-nullsafety.2","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.0-nullsafety.2.tar.gz","published":"2021-02-09T10:16:24.294574Z"},{"version":"0.3.0-nullsafety.3","pubspec":{"name":"ffi","version":"0.3.0-nullsafety.3","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.0-nullsafety.3.tar.gz","published":"2021-02-10T10:21:39.570876Z"},{"version":"0.3.1-nullsafety.0","pubspec":{"name":"ffi","version":"0.3.1-nullsafety.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety","test":"^1.16.0-nullsafety"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/0.3.1-nullsafety.0.tar.gz","published":"2021-02-11T11:59:16.508129Z"},{"version":"1.0.0","pubspec":{"name":"ffi","version":"1.0.0","homepage":"https://github.com/dart-lang/ffi","description":"Utilities for working with Foreign Function Interface (FFI) code.","environment":{"sdk":">=2.12.0-259.9.beta <3.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0"}},"archive_url":"https://pub.dartlang.org/packages/ffi/versions/1.0.0.tar.gz","published":"2021-02-11T18:01:26.097776Z"}],"_fetchedAt":"2021-05-19T14:50:38.836962"}
IO : Writing 32044 characters to text file C:\Users\tim\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\.cache\win32-versions.json.
FINE: Contents:
| {"name":"win32","latest":{"version":"2.1.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.1.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.13.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.1.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.17.4","winmd":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.1.0.tar.gz","published":"2021-05-18T16:08:18.689075Z"},"versions":[{"version":"1.0.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs","version":"1.0.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.0.0.tar.gz","published":"2020-03-27T19:17:21.262985Z"},{"version":"1.1.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.1.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.1.0.tar.gz","published":"2020-03-27T23:43:24.770743Z"},{"version":"1.1.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.1.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.1.1.tar.gz","published":"2020-03-28T19:34:28.610085Z"},{"version":"1.2.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.0.tar.gz","published":"2020-03-30T01:08:15.039036Z"},{"version":"1.2.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.1.tar.gz","published":"2020-03-30T20:45:04.220636Z"},{"version":"1.2.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.2.tar.gz","published":"2020-04-01T00:55:10.776291Z"},{"version":"1.2.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.3","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.3.tar.gz","published":"2020-04-12T05:03:44.567786Z"},{"version":"1.2.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.4","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.4.tar.gz","published":"2020-04-12T23:39:05.462033Z"},{"version":"1.2.5","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.5","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.5.tar.gz","published":"2020-04-13T18:41:40.262777Z"},{"version":"1.2.6","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.2.6","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.2.6.tar.gz","published":"2020-04-17T03:51:52.905731Z"},{"version":"1.3.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.3.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.3.0.tar.gz","published":"2020-04-24T08:40:27.386156Z"},{"version":"1.3.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.3.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.3.1.tar.gz","published":"2020-05-02T01:23:57.485988Z"},{"version":"1.3.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.3.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.3.2.tar.gz","published":"2020-05-03T01:34:25.435392Z"},{"version":"1.4.0-dev.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.0-dev.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.0-dev.1.tar.gz","published":"2020-05-30T18:02:38.374423Z"},{"version":"1.4.0-dev.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.0-dev.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.0-dev.2.tar.gz","published":"2020-05-31T01:55:54.235608Z"},{"version":"1.4.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.0.tar.gz","published":"2020-05-31T20:24:33.985345Z"},{"version":"1.4.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.1.tar.gz","published":"2020-06-01T23:27:43.412019Z"},{"version":"1.4.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.4.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.4.2.tar.gz","published":"2020-06-02T05:09:40.974102Z"},{"version":"1.5.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.5.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.5.0.tar.gz","published":"2020-06-04T01:08:39.785602Z"},{"version":"1.5.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.5.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.5.1.tar.gz","published":"2020-06-04T22:24:14.490420Z"},{"version":"1.6.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.0","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.0.tar.gz","published":"2020-06-10T05:16:43.253700Z"},{"version":"1.6.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.1","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.1.tar.gz","published":"2020-06-17T02:03:55.584391Z"},{"version":"1.6.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.2","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.2.tar.gz","published":"2020-06-17T04:48:36.440511Z"},{"version":"1.6.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.3","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.3.tar.gz","published":"2020-06-18T04:46:44.775517Z"},{"version":"1.6.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.4","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.4.tar.gz","published":"2020-06-19T22:09:16.566897Z"},{"version":"1.6.5","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.5","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.5.tar.gz","published":"2020-07-02T03:31:12.218237Z"},{"version":"1.6.6","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.6","homepage":"https://github.com/timsneath/win32","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.6.tar.gz","published":"2020-07-04T00:32:43.395329Z"},{"version":"1.6.7","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.7","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.7.tar.gz","published":"2020-07-07T00:44:55.194243Z"},{"version":"1.6.8","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.8","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.8.tar.gz","published":"2020-07-08T05:35:31.390418Z"},{"version":"1.6.9","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.9","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"pedantic":"^1.9.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.9.tar.gz","published":"2020-07-17T05:59:29.876923Z"},{"version":"1.6.10","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.6.10","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.6.10.tar.gz","published":"2020-08-08T01:59:10.702998Z"},{"version":"1.7.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.0","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.0.tar.gz","published":"2020-09-15T17:34:56.001126Z"},{"version":"1.7.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.1","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.1.tar.gz","published":"2020-09-17T18:03:05.577405Z"},{"version":"1.7.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.2","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.2.tar.gz","published":"2020-09-19T18:25:19.561614Z"},{"version":"1.7.2+1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.2+1","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.2%2B1.tar.gz","published":"2020-09-20T00:49:20.551310Z"},{"version":"1.7.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.3","homepage":"https://timsneath.github.io/win32/","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://timsneath.github.io/win32/","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.2.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.3.tar.gz","published":"2020-09-21T00:32:21.565655Z"},{"version":"1.7.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.4","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.3.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.4.tar.gz","published":"2020-11-14T23:55:14.608724Z"},{"version":"1.7.4+1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"1.7.4+1","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.7.0 <3.0.0"},"dependencies":{"ffi":"^0.1.3"},"dev_dependencies":{"lint":"^1.3.0","test":"^1.14.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/1.7.4%2B1.tar.gz","published":"2021-01-30T02:00:34.842255Z"},{"version":"2.0.0-nullsafety.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.0.tar.gz","published":"2020-11-19T23:30:46.066711Z"},{"version":"2.0.0-nullsafety.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.1","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.1.tar.gz","published":"2020-11-22T07:26:29.815848Z"},{"version":"2.0.0-nullsafety.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.2","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.2.tar.gz","published":"2020-11-22T20:41:18.731351Z"},{"version":"2.0.0-nullsafety.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.3","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.3.tar.gz","published":"2020-11-22T22:32:25.479638Z"},{"version":"2.0.0-nullsafety.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.4","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.4.tar.gz","published":"2020-11-23T02:19:03.425594Z"},{"version":"2.0.0-nullsafety.6","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.6","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.10"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.6.tar.gz","published":"2020-11-28T19:08:07.312567Z"},{"version":"2.0.0-nullsafety.7","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.7","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-0 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.12"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.7.tar.gz","published":"2020-11-29T06:16:07.778063Z"},{"version":"2.0.0-nullsafety.8","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.8","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-224 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"lint":"^1.5.1","test":"^1.16.0-nullsafety.15"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.8.tar.gz","published":"2021-01-19T18:20:43.551491Z"},{"version":"2.0.0-nullsafety.9","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.9","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-253 <3.0.0"},"dependencies":{"ffi":"^0.2.0-nullsafety.1"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety.3","test":"^1.16.0-nullsafety.15","winmd":"^0.1.0-dev.1"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.9.tar.gz","published":"2021-01-30T04:22:16.618454Z"},{"version":"2.0.0-nullsafety.10","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.10","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-259.8 <3.0.0"},"dependencies":{"ffi":">=0.3.0-nullsafety.1 <2.0.0"},"dev_dependencies":{"pedantic":"^1.10.0-nullsafety.3","test":"^1.16.0-nullsafety.15","winmd":"^0.2.0-dev.1"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.10.tar.gz","published":"2021-02-04T19:00:32.724093Z"},{"version":"2.0.0-nullsafety.11","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.11","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-259.8 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0","winmd":"^0.3.0-dev.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.11.tar.gz","published":"2021-02-11T23:30:49.529804Z"},{"version":"2.0.0-nullsafety.12","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0-nullsafety.12","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-259.8 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0","winmd":"^0.3.0-dev.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0-nullsafety.12.tar.gz","published":"2021-02-11T23:40:44.206842Z"},{"version":"2.0.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","documentation":"https://win32.pub","environment":{"sdk":">=2.12.0-259.8 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"pedantic":"^1.10.0","test":"^1.16.0","winmd":"^0.3.0-dev.2"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.0.tar.gz","published":"2021-02-12T02:57:32.026082Z"},{"version":"2.0.1","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.1","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.7","winmd":"^0.4.3"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.1.tar.gz","published":"2021-03-12T00:47:54.039663Z"},{"version":"2.0.2","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.2","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.7","winmd":"^0.4.3"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.2.tar.gz","published":"2021-03-12T06:03:10.559853Z"},{"version":"2.0.3","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.3","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.7","winmd":"^0.4.4"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.3.tar.gz","published":"2021-03-12T22:14:27.599323Z"},{"version":"2.0.4","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.4","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.7","winmd":"^0.4.5"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.4.tar.gz","published":"2021-03-14T04:10:35.031978Z"},{"version":"2.0.5","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.0.5","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.12.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.16.8","winmd":"^0.4.11"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.0.5.tar.gz","published":"2021-03-27T22:11:38.344915Z"},{"version":"2.1.0-pre.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.1.0-pre.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.13.0-165.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.0.0","path":"^1.8.0","pedantic":"^1.11.0","test":"1.16.8","winmd":"^1.0.0-pre.11"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.1.0-pre.0.tar.gz","published":"2021-04-25T03:25:12.376437Z"},{"version":"2.1.0","pubspec":{"name":"win32","description":"A Dart library for accessing common Win32 APIs using FFI. No C required!","version":"2.1.0","homepage":"https://win32.pub","repository":"https://github.com/timsneath/win32","issue_tracker":"https://github.com/timsneath/win32/issues","environment":{"sdk":">=2.13.0 <3.0.0"},"dependencies":{"ffi":"^1.0.0"},"dev_dependencies":{"args":"^2.1.0","path":"^1.8.0","pedantic":"^1.11.0","test":"^1.17.4","winmd":"^1.0.0"}},"archive_url":"https://pub.dartlang.org/packages/win32/versions/2.1.0.tar.gz","published":"2021-05-18T16:08:18.689075Z"}],"_fetchedAt":"2021-05-19T14:50:38.858446"}
SLVR: selecting ffi 1.0.0
SLVR: Version solving took 0:00:00.520955 seconds.
| Tried 1 solutions.
MSG :
| Publishing is forever; packages cannot be unpublished.
| Policy details are available at https://pub.dev/policy
FINE: Showing confirm message:
| Do you want to publish win32 2.1.1
FINE: Loading OAuth2 credentials.
FINE: Saving OAuth2 credentials.
IO : Writing 1371 characters to text file C:\Users\tim\AppData\Local\Pub\Cache\credentials.json.
MSG : Uploading...
IO : HTTP GET https://pub.dartlang.org/api/packages/versions/new
| Accept: application/vnd.pub.v2+json
| authorization: <censored>
| X-Pub-OS: windows
| X-Pub-Command: publish
| X-Pub-Session-ID: 59CC51DA-BC72-48B5-A03D-1AE9019587A3
| user-agent: Dart pub 2.14.0-119.0.dev
IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/versions/new
| took 0:00:00.285290
| transfer-encoding: chunked
| date: Wed, 19 May 2021 21:51:43 GMT
| content-encoding: gzip
| vary: Accept-Encoding
| strict-transport-security: max-age=31536000; preload
| via: 1.1 google
| content-type: application/json; charset="utf-8"
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
IO : HTTP POST https://storage.googleapis.com
| authorization: <censored>
| content-type: multipart/form-data; boundary=dart-http-boundary-X.XWY_bqfDCxMrWFBK9v6Lk61yrksY6rRqqi8iT0qK_YIBBnDyg
| user-agent: Dart pub 2.14.0-119.0.dev
IO : HTTP response 303 See Other for POST https://storage.googleapis.com
| took 0:00:14.215995
| alt-svc: h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
| location: https://pub.dartlang.org/api/packages/versions/newUploadFinish?upload_id=0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&bucket=pub-packages&key=tmp/0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&etag=ae244ce3e6bc95780ecb4ea6969b4d8a
| date: Wed, 19 May 2021 21:51:57 GMT
| vary: Origin
| content-length: 0
| x-guploader-uploadid: ABg5-UxcEchlLb4UOfjHlFKN1SzWe-nVoAcRXKOu_ftdg5cojUd2i0nNSCcXNpwbwWxMx0ZK1XaXNfFRHsqK5EQx7YbyHYV_jQ
| content-type: text/html; charset=UTF-8
| server: UploadServer
IO : HTTP GET https://pub.dartlang.org/api/packages/versions/newUploadFinish?upload_id=0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&bucket=pub-packages&key=tmp/0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&etag=ae244ce3e6bc95780ecb4ea6969b4d8a
| Accept: application/vnd.pub.v2+json
| authorization: <censored>
| X-Pub-OS: windows
| X-Pub-Command: publish
| X-Pub-Session-ID: 59CC51DA-BC72-48B5-A03D-1AE9019587A3
| user-agent: Dart pub 2.14.0-119.0.dev
IO : HTTP response 400 Bad Request for GET https://pub.dartlang.org/api/packages/versions/newUploadFinish?upload_id=0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&bucket=pub-packages&key=tmp/0f40da5a-5d5c-4f71-bd23-e23dbed3dc65&etag=ae244ce3e6bc95780ecb4ea6969b4d8a
| took 0:00:10.686945
| date: Wed, 19 May 2021 21:52:08 GMT
| content-length: 209
| strict-transport-security: max-age=31536000; preload
| via: 1.1 google
| content-type: application/json; charset="utf-8"
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
FINE: Uploading finished (25.258s).
FINE: Saving OAuth2 credentials.
IO : Writing 1371 characters to text file C:\Users\tim\AppData\Local\Pub\Cache\credentials.json.
ERR : Uncompressed package archive is too large (size > 104857600).
FINE: Exception type: ApplicationException
FINE: package:pub/src/utils.dart 511:5 fail
| package:pub/src/http.dart 326:3 handleJsonError
| package:pub/src/command/lish.dart 116:9 LishCommand._publish
| ===== asynchronous gap ===========================
| dart:async Future.catchError
| package:pub/src/utils.dart 112:52 captureErrors.wrappedCallback
| package:stack_trace Chain.capture
| package:pub/src/utils.dart 125:11 captureErrors
| package:pub/src/command.dart 168:13 PubCommand.run
| package:args/command_runner.dart 196:27 CommandRunner.runCommand
| package:dartdev/dartdev.dart 200:30 DartdevRunner.runCommand
| package:args/command_runner.dart 112:25 CommandRunner.run.<fn>
| dart:async new Future.sync
| package:args/command_runner.dart 112:14 CommandRunner.run
| package:dartdev/dartdev.dart 54:29 runDartdev
| C:\b\s\w\ir\cache\builder\src\third_party\dart\pkg\dartdev\bin\dartdev.dart 11:9 main
---- End log transcript ----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment