Skip to content

Conversation

@pnalvarez
Copy link
Collaborator

  • Create DataSource to save a new reading
  • Implement Start Reading page
  • Implement navigation to Book details after data is saved

Other features:

  • Book Details page

Copy link
Contributor

@gabrielbmoro gabrielbmoro left a comment

Choose a reason for hiding this comment

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

Some comments

: Text(title),
);

if (isExpanded) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Here I think we could do the same:

return SizedBox(
    child: button,
    height: 48,
    width: isExpanded ? double.infinity : null,
)

Copy link
Contributor

Choose a reason for hiding this comment

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

#question
Can we remove this generated file as well?

@pnalvarez pnalvarez merged commit 3dcf64c into main Oct 2, 2025
1 check 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.

3 participants