My project is published and working perfectly, but after the update the same project presented several errors, the dependency "file_saver: ^0.2.14" is now unknown because it needs "path_provider_windows 2.3.0" which has now gone to 2.2.1, as update, it used to work and now it doesn't work anymore. >>>> Error: Failed running flutter pub get...
Because cached_network_image_web >=1.3.1 depends on web ^1.0.0 and file_saver >=0.2.13 <0.2.14 depends on web ^0.5.1, cached_network_image_web >=1.3.1 is incompatible with file_saver >=0.2.13 <0.2.14.
And because file_saver >=0.2.14 depends on path_provider_windows ^2.3.0 and custom_widget depends on cached_network_image_web 1.3.1, file_saver >=0.2.13 requires path_provider_windows ^2.3.0.
So, because custom_widget depends on both file_saver ^0.2.13 and path_provider_windows 2.2.1, version solving failed.
You can try one of the following suggestions to make the pubspec resolve:
* Try upgrading your constraint on path_provider_windows: flutter pub add path_provider_windows:^2.3.0
* Consider downgrading your constraint on file_saver: flutter pub add file_saver:^0.2.12