-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I'm trying to port my app to support web, but I'm getting this compilation error:
Dart2Js finished with:
packages/http/src/multipart_file.dart:14:8:
Error: Error when reading 'packages/http/src/multipart_file_stub.dart': Error reading 'packages/http/src/multipart_file_stub.dart' (No such file or
directory)
import 'multipart_file_stub.dart'
^
packages/http/src/multipart_file.dart:93:7:
Error: Method not found: 'multipartFileFromPath'.
multipartFileFromPath(field, filePath,
^^^^^^^^^^^^^^^^^^^^^
Error: Compilation failed.
I guess Jaguar is doing something (importing or using some http stuff) that are not available for the web platform.
@tejainece any idea ?
Metadata
Metadata
Assignees
Labels
No labels