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

feat: adding possibility to pin information on preview area #83

Merged
merged 2 commits into from
May 20, 2022

Conversation

erickzanardo
Copy link
Member

Solves #70

Screenshot 2022-05-19 at 20 40 09

Copy link
Member

@spydon spydon left a comment

Choose a reason for hiding this comment

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

Lgtm, just some grammar comments

README.md Outdated
});
```

## Example information

More than often, an example may not be intuitive enough and the user may be lost without some instruction on how to interact with it. To mitigate that, text information can be linked to an example to serve as a guide, or really to show any relevant information.
Copy link
Member

Choose a reason for hiding this comment

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

Too long line

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated

This will present a small `i` icon on the side toolbar that once clicked will present the information to the user.

Dashbook also offers the possibility to directly show the information on the preview area, removing the necessity for the user to click on the icon. To do so, simple pass `true` to the `pinInfo` parameter.
Copy link
Member

Choose a reason for hiding this comment

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

Too long line

README.md Outdated Show resolved Hide resolved
@@ -18,3 +19,11 @@ extension WidgetTesterExtension on WidgetTester {
await pumpAndSettle();
}
}

extension CommonFindersX on CommonFinders {
Copy link
Member

Choose a reason for hiding this comment

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

Hah never seen X been used as a short form of Extension before, is this common? I think I'd prefer the word written out.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I didn't know either, but seems to be quite common.

@erickzanardo erickzanardo merged commit df408d5 into main May 20, 2022
@erickzanardo erickzanardo deleted the erick.pin-info branch May 20, 2022 11:19
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.

2 participants