huhx / flutter_oss_aliyun

阿里云oss sdk的flutter版本
MIT License
61 stars 22 forks source link

Platform web is not showing in pub website #30

Closed huhx closed 1 year ago

huhx commented 1 year ago
image

The root cause is because we use dart:io package that platform web do not support.

Link: https://docs.flutter.dev/development/platform-integration/web/faq#can-i-use-dartio-with-a-web-app

solutions:

  1. conditionally-importing: https://dart.dev/guides/libraries/create-library-packages#conditionally-importing-and-exporting-library-files
huhx commented 1 year ago

6.0.0