base_auth_user_provider.dart not found when using custom auth

Resolved

Heelo, how you all doing?

I´m using custom auth new feature, but suddenly i´ve started getting the following error:

Error: Command failed: flutter build web --web-renderer html --no-pub --no-version-check --no-tree-shake-icons

Target dart2js failed: ProcessException: Process exited abnormally:

lib/home/home_widget.dart:1:8:

Error: Error when reading 'lib/auth/base_auth_user_provider.dart': Error reading 'lib/auth/base_auth_user_provider.dart' (No such file or directory)

import '/auth/base_auth_user_provider.dart';

^

lib/home/home_model.dart:1:8:

Error: Error when reading 'lib/auth/base_auth_user_provider.dart': Error reading 'lib/auth/base_auth_user_provider.dart' (No such file or directory)

import '/auth/base_auth_user_provider.dart';

i downloaded the code and base_auth is not on the project, but in screens that use the login widget import base_auth, is it a error on flutterflow itself?

2
5 replies