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
{{ message }}
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
I added the below lines to my pubspec.yaml and imported the package.
googleapis: 0.54.0
googleapis_auth: 0.2.10
[WARNING]build_web_compilers:ddc_modules on lib/.ddc.meta_module.raw: Unable to read module information for package:googleapis_auth, make sure you have a dependency on it in your pubspec.
[SEVERE]build_web_compilers:entrypoint on web/main.dart: Unable to find modules for some sources, this is usually the result of either a
bad import, a missing dependency in a package (or possibly a dev_dependency
needs to move to a real dependency), or a build failure (if importing a
generated file).
Please check the following imports:
import "package:googleapis_auth/auth_io.dart"; from smartmirror_dueye|lib/setup/Login.dart at 5:1
[INFO] Running build completed, took 228ms
[INFO] Caching finalized dependency graph completed, took 145ms
[SEVERE] Failed after 377ms
[INFO] -------------------------------------------------------------------------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
I added the below lines to my pubspec.yaml and imported the package.
googleapis: 0.54.0
googleapis_auth: 0.2.10
[WARNING]build_web_compilers:ddc_modules on lib/.ddc.meta_module.raw: Unable to read module information for package:googleapis_auth, make sure you have a dependency on it in your pubspec.
[SEVERE]build_web_compilers:entrypoint on web/main.dart: Unable to find modules for some sources, this is usually the result of either a
bad import, a missing dependency in a package (or possibly a dev_dependency
needs to move to a real dependency), or a build failure (if importing a
generated file).
Please check the following imports:
import "package:googleapis_auth/auth_io.dart";
from smartmirror_dueye|lib/setup/Login.dart at 5:1[INFO] Running build completed, took 228ms
[INFO] Caching finalized dependency graph completed, took 145ms
[SEVERE] Failed after 377ms
[INFO] -------------------------------------------------------------------------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered: