-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
featureNew feature or requestNew feature or request
Description
Description
Currently, Stac runs fine on Flutter web, but it doesn't support Wasm fully due to some of its packages. We need to add Wasm support.
Additional Context
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:stac/stac.dart that imports:
package:stac/src/services/services.dart that imports:
package:stac/src/services/stac_network_service.dart that imports:
package:stac/src/framework/framework.dart that imports:
package:stac/src/framework/stac_registry.dart that imports:
package:stac/src/utils/log.dart that imports:
package:logger/logger.dart that imports:
package:logger/src/outputs/advanced_file_output_stub.dart that imports:
dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request