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

fix: title widget in PodcastListView #1095

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

arice77
Copy link
Contributor

@arice77 arice77 commented Aug 21, 2023

Screenshot_2023-08-21-19-08-52-13_5f759941e40c3b4ea769d2ffa19638e0
This pull request addresses the issue with the title display in the PodcastListView widget.

Fixes #1094

Issue

Previously, there was an issue where the title was not being displayed correctly in the PodcastListView widget. The title was expected to be a widget but was being treated as a string.

Solution

I resolved this issue by encapsulating the title string in a Text widget in the PodcastListView widget. This ensures that the title is displayed correctly as a widget, resolving the bug.

Testing

I tested the solution by running the app and navigating to the PodcastListView screen. The title is now displayed correctly without any errors.

@arice77 arice77 requested a review from a team as a code owner August 21, 2023 13:40
@Nirajn2311 Nirajn2311 merged commit 028928c into freeCodeCamp:main Aug 31, 2023
4 of 6 checks passed
@Nirajn2311
Copy link
Member

Hi @arice77 . Congrats on your first pull request (PR)! 🎉

Thank you for your contribution to the page! 👍
We are happy to accept these changes and look forward to future contributions. 📝

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.

type 'String' is not a subtype of 'Widget?'
2 participants