Skip to content

Instantly share code, notes, and snippets.

@minikin
Created May 18, 2020 21:10
Show Gist options
  • Save minikin/e3e8f6cee4f1c7628e50cea9e9edb6c5 to your computer and use it in GitHub Desktop.
Save minikin/e3e8f6cee4f1c7628e50cea9e9edb6c5 to your computer and use it in GitHub Desktop.
AuthService not found
flutter: -- AppModule INITIALIZED
flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
flutter: The following ModularError was thrown building ModularApp(state: _ModularAppState#2f2e2):
flutter: AuthService not found
flutter:
flutter: The relevant error-causing widget was:
flutter: ModularApp
lib/main.dart:21
flutter:
flutter: When the exception was thrown, this was the stack:
flutter: #0 Modular.get
package:flutter_modular/src/modular_base.dart:105
flutter: #1 new _AppStoreBase
package:highvibe/…/app/app_store.dart:15
flutter: #2 new AppStore (package:highvibe/modules/app/app_store.dart)
flutter: #3 AppModule.binds.<anonymous closure>
package:highvibe/…/app/app_module.dart:17
flutter: #4 ChildModule.getBind
package:flutter_modular/…/interfaces/child_module.dart:49
flutter: #5 Modular._getInjectableObject
package:flutter_modular/src/modular_base.dart:116
flutter: #6 Modular.get
package:flutter_modular/src/modular_base.dart:96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment