Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File object not working with Flutter Web #16

Closed
nasir447 opened this issue Feb 28, 2021 · 5 comments
Closed

File object not working with Flutter Web #16

nasir447 opened this issue Feb 28, 2021 · 5 comments

Comments

@nasir447
Copy link

Error: UnimplementedError
at Object.throw_ [as throw] (http://localhost:59940/dart_sdk.js:5334:11)
at Function.fromRawPath (http://localhost:59940/packages/universal_io/src/io_impl_js/sync_socket.dart.lib.js:4873:17)
at http://localhost:59940/packages/darat_admin/Screens/AddProject.dart.lib.js:7940:40
at AddProject._AddProjectState.new.setState (http://localhost:59940/packages/flutter/src/widgets/widget_span.dart.lib.js:16616:22)
at AddProject._AddProjectState.new.pickLogo (http://localhost:59940/packages/darat_admin/Screens/AddProject.dart.lib.js:7938:14)
at pickLogo.next ()
at http://localhost:59940/dart_sdk.js:39032:33
at _RootZone.runUnary (http://localhost:59940/dart_sdk.js:38889:58)
at _FutureListener.thenAwait.handleValue (http://localhost:59940/dart_sdk.js:33875:29)
at handleValueCallback (http://localhost:59940/dart_sdk.js:34435:49)
at Function._propagateToListeners (http://localhost:59940/dart_sdk.js:34473:17)
at _Future.new.[_complete] (http://localhost:59940/dart_sdk.js:34307:25)
at http://localhost:59940/dart_sdk.js:33440:30
at internalCallback (http://localhost:59940/dart_sdk.js:25104:11)

@robinjanke
Copy link

I got thee exact same error...

@terrier989
Copy link
Member

Hi! Thanks for the issue report! This has been fixed.

@Screendead
Copy link

I'm getting the same issue on ^2.0.4:

Error: UnimplementedError
at Object.throw_ [as throw] (http://localhost:58560/dart_sdk.js:5031:11)
at Function.new (http://localhost:58560/packages/universal_io/src/io/sync_socket.dart.lib.js:3652:19)
at Function.fromRawPath (http://localhost:58560/packages/universal_io/src/io/sync_socket.dart.lib.js:3658:27)
at convertEventCSV (http://localhost:58560/packages/app/widgets/vc_staff/csv_parser.dart.lib.js:100:29)
at convertEventCSV.next ()
at runBody (http://localhost:58560/dart_sdk.js:37228:34)
at Object._async [as async] (http://localhost:58560/dart_sdk.js:37259:7)
at Object.convertEventCSV (http://localhost:58560/packages/app/widgets/vc_staff/csv_parser.dart.lib.js:99:18)
at event_uploader._EventUploaderState.new.
(http://localhost:58560/packages/app/widgets/vc_staff/event_uploader.dart.lib.js:1951:59)
at Generator.next ()
at http://localhost:58560/dart_sdk.js:37209:33
at _RootZone.runUnary (http://localhost:58560/dart_sdk.js:37080:59)
at _FutureListener.thenAwait.handleValue (http://localhost:58560/dart_sdk.js:32336:29)
at handleValueCallback (http://localhost:58560/dart_sdk.js:32863:49)
at Function._propagateToListeners (http://localhost:58560/dart_sdk.js:32901:17)
at _Future.new.[_completeWithValue] (http://localhost:58560/dart_sdk.js:32749:23)
at async._AsyncCallbackEntry.new.callback (http://localhost:58560/dart_sdk.js:32770:35)
at Object._microtaskLoop (http://localhost:58560/dart_sdk.js:37332:13)
at _startMicrotaskLoop (http://localhost:58560/dart_sdk.js:37338:13)
at http://localhost:58560/dart_sdk.js:33109:9

@jtmuller5
Copy link

I have this same error as well.

@sakyoyuto
Copy link

I have same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants