lazycatlabs / flutter_auth_app

Flutter auth app with TDD Clean Architecture
230 stars 67 forks source link

Undefined name 'Strings'. What is it exactly? #11

Closed felipecastrosales closed 1 year ago

felipecastrosales commented 1 year ago

What does the Strings class actually accomplish and how do we access it?

I didn't find any point that enlightened me about this so that I could run the project without errors.

For example:

image

In what I can collaborate, I make myself available for help. :)

programmer-b commented 1 year ago

export 'generated/strings.dart';

No folder called generated in core

Lzyct commented 1 year ago

Hi @felipecastrosales @programmer-b That's Strings class is generated by intl, I already updated the documentation about how to resolve that issues