This is a great project that will help me structure my new app. I really appreciate the code and write up/video. However, I am having some trouble setting the project up locally.
Issue
When I run pub get, the following error is thrown:
I have pinned the issue down to the four dependencies from git (alert_dialogs, custom_buttons, email_password_sign_in_ui, and firestore_service). When I removed those dependencies, pub get ran ok but obviously didn't get all the neccecary dependencies.
Background
This is a great project that will help me structure my new app. I really appreciate the code and write up/video. However, I am having some trouble setting the project up locally.
Issue
When I run
pub get
, the following error is thrown:I have pinned the issue down to the four dependencies from git (alert_dialogs, custom_buttons, email_password_sign_in_ui, and firestore_service). When I removed those dependencies,
pub get
ran ok but obviously didn't get all the neccecary dependencies.Flutter version
Expected behavior
I would expect for
pub get
to work as expected, or to go thru some additional setup process. Any idea as to what might be going on?