webfactorymk / flutter-template

Flutter template project - Simple ToDo app with scalable project structure.
https://webfactory.mk/
MIT License
166 stars 36 forks source link

Refactor the showGenericErrorAlert method #39

Closed dimitar-zabaznoski closed 1 year ago

dimitar-zabaznoski commented 2 years ago

The showGenericErrorAlert accepts a message that's intended for debugging purposes but this is not intuitive when developing so we need to simplify it, make it less application-specific since it contains functionalities copied from other codebases, and provide better wording.