-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
DartError: Unsupported operation: Platform._operatingSystem #547
Comments
I suspect the error might be caused by the dart:io package being called on the web platform, where it is not supported.
|
i am facing same issue in flutter web |
even i am not using dart:io package |
DartError: Unsupported operation: Platform._operatingSystem import 'package:flutter/material.dart'; setSnackbar(String msg) { |
I mean on this source code |
yes exactly , facing issue only for flutter web. in android and iOS working fine |
if there is any update regarding this please inform me @Rezki-Pratama . |
Please remove the ^ from the dependency version, run pub get again, and use version 8.2.2 of the package. |
Web platform, version 8.2.10
The text was updated successfully, but these errors were encountered: