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: Add Theming options #3

Merged
merged 10 commits into from Mar 25, 2022
Merged

feat: Add Theming options #3

merged 10 commits into from Mar 25, 2022

Conversation

victorbotamedi
Copy link
Contributor

@victorbotamedi victorbotamedi commented Mar 23, 2022

Context

We need to implement a solution to change the look and feel of the explorer widget.

Approach

Added a DataExplorerTheme and a set of builders to allow library users to customize how each node is displayed.

At first, I didn't add DataExplorerTheme to any InheritedWidget, I'm passing along constructors, I'm not sure what's the best solution here. We can discuss.

We are going to implement golden tests in a future PR.

data_explorer_example.2022-03-23.18-31-56.mp4

@victorbotamedi victorbotamedi requested a review from a team March 23, 2022 21:37
@victorbotamedi victorbotamedi self-assigned this Mar 23, 2022
@victorbotamedi victorbotamedi changed the title Add Theming options feat: Add Theming options Mar 24, 2022
Copy link
Contributor

@nfsxreloader nfsxreloader left a comment

Choose a reason for hiding this comment

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

I don't have a good name for the rootInformationBuilder but since it's documented it should be fine

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.

None yet

3 participants