Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Dynamic titles for screens #60

Closed
0x1026 opened this issue Apr 4, 2022 · 1 comment
Closed

Feature: Dynamic titles for screens #60

0x1026 opened this issue Apr 4, 2022 · 1 comment

Comments

@0x1026
Copy link
Contributor

0x1026 commented Apr 4, 2022

We're seeing 'Pokedex' on all the screens except for 'Type Effects', because we are saying explicitly the name of the screen:
image

We should use something like this on all screens:
image

But first it would be necessary to integrate that the title is changed automatically when changing the route.

@hungps
Copy link
Owner

hungps commented Apr 5, 2022

@hugovidafe That could be, but some of the screens use customized AppBar with the dynamic title (for example pokemon_info), and by specifying the global AppBar we are forced to use it on every screen. Unless there is a way to override our customized global AppBar. Any idea?

@0x1026 0x1026 changed the title Feature: Automatic titles for screens Feature: Dynamic titles for screens Apr 5, 2022
@hungps hungps closed this as completed May 28, 2022
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

No branches or pull requests

2 participants