You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing flutter clean then on doing flutter run -d web-server I'm getting this error
Warning: You are using these overridden dependencies:
! intl 0.16.1
Running "flutter pub get" in flutter-woocommerce-app-master... 2.3s
Your Flutter application is created using an older version of the Android embedding. It's being deprecated in favor of Android embedding v2. Follow the steps on https://flutter.dev/go/android-project-migration to migrate your project.
This application is not configured to build on the web.
To add web support to a project, run `flutter create .`.
Launching lib\main.dart on Web Server in debug mode...
Your Flutter application is created using an older version of the Android embedding. It's being deprecated in favor of Android embedding v2. Follow the steps on https://flutter.dev/go/android-project-migration to migrate your project.
org-dartlang-app:/web_entrypoint.dart:9:8: Error: Error when reading 'lib/generated_plugin_registrant.dart': The system cannot find the file specified.
import 'package:label_storemax/generated_plugin_registrant.dart';
^
Syncing files to device Web Server...
org-dartlang-app:/web_entrypoint.dart:14:3: Error: Method not found: 'registerPlugins'.
registerPlugins(webPluginRegistry);
^^^^^^^^^^^^^^^
Syncing files to device Web Server... 19,021ms (!)
Failed to compile application.
Upon following the steps given in the link above and doing flutter pub upgrade and then on doing flutter run -d web-server, I'm getting error that goes to infinity. I wasn't even able to catch what it was saying
The text was updated successfully, but these errors were encountered:
You are trying to build the application for the web and this repository is only suitable for IOS and Android at the moment.
Check out issue #2 to learn how you can switch to the stable channel and run the app with an emulator or device.
After doing
flutter clean
then on doingflutter run -d web-server
I'm getting this errorUpon following the steps given in the link above and doing
flutter pub upgrade
and then on doingflutter run -d web-server
, I'm getting error that goes to infinity. I wasn't even able to catch what it was sayingThe text was updated successfully, but these errors were encountered: