Open4
Error: Type 'UnmodifiableUint8ListView' not found.

Xcode build done. 20.0s
Failed to build iOS app
Could not build the precompiled application for the device.
Error (Xcode): ../../.pub-cache/hosted/pub.dev/win32-3.1.4/lib/src/guid.dart:31:9: Error: Type 'UnmodifiableUint8ListView' not found.
iosビルドでなぜwin32?

Future<Uint8List> get _bytes async {
if (_initBytes != null) {
+ return Future<Uint8List>.value(UnmodifiableUint8ListView(_initBytes!));
- return Future<Uint8List>.value(_initBytes!.asUnmodifiableView());
}
return http.readBytes(Uri.parse(path));
}

share_plus
package_info_plus
device_info_plus
あたりが Win32 API に依存してるっぽい

Because package_info_plus ^3.0.3 depends on win32 >=2.7.0 <5.0.0 and package_info_plus >=3.0.0 <3.0.3 depends on win32 >=2.7.0 <4.0.0, package_info_plus ^3.0.0 requires win32 >=2.7.0 <5.0.0.
So, because bestat_capture depends on both package_info_plus ^3.0.2 and win32 ^5.5.3, version solving failed.