Skip to content

Conversation

@jorre127
Copy link
Contributor

fixes #336


class BaseScreen extends StatelessWidget {
final bool isScrollable;
final bool useSlivers;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea to add more functionality, we can do even better imo
Add the ability to show an error by having a String and/or a onRetryPressed. But do make the visualisation a separate widget like you do with _content and _header

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it ok if i do this in a separate PR? There have been a lot of changes after this including the redesign, so might be better to add this after those are merged (or based upon those branches)

luca-vz
luca-vz previously approved these changes Jan 22, 2025
@jorre127 jorre127 changed the base branch from feature/#349-add-remote-config to master January 22, 2025 11:34
@jorre127 jorre127 dismissed luca-vz’s stale review January 22, 2025 11:34

The base branch was changed.

ikbendewilliam
ikbendewilliam previously approved these changes Jan 22, 2025
@jorre127 jorre127 merged commit ad57729 into master Jan 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add simple screen

4 participants