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

Warning: You are using these overridden dependencies: ! intl 0.16.1 flutter #10

Closed
FaizanKamal7 opened this issue Sep 21, 2020 · 1 comment

Comments

@FaizanKamal7
Copy link

FaizanKamal7 commented Sep 21, 2020

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

@agordn52
Copy link
Contributor

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.

Closing #10

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

2 participants