Jens Horstmann
Jens Horstmann
are you using the `widgetbook` package or the `widgetbook_generator` package?
We will likely implement a button with which the user can specify how to sort the navigation panel elements Options: - Ascending - Descending Folders will probably always show on...
@joshpetit yes that would be great. I think the button could be placed between the `SearchBar` and the first shown category widget to create a `ButtonBar` for such settings ππ»
You are likely seeing this problem because you just imported `package:widgetbook_annotation` but did not import `package:widgetbook`. The extension method which makes `knobs` available from `context` is defined and exported in...
Hi Xazin, that's a great idea. We aim to change the functionality for the widgetbook 3.0 release and look forward to including this functionality in the code. Do you have...
Thanks for the feedback. We'll look into this π Do you mind sharing a simple code snippet on which `Widget` you are trying to use?
@EhabSalah have you been able to find a solution? I'm facing the same problem.
Felix just shared this gist with me https://gist.github.com/felangel/cfd2e4195fa8afbf153f2e663e3f51bd which allows for tracking specific events as well as defining which properties are tracked. However, there are obviously different approaches that one...
I had this problem as well. As described in the readme, I set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable. βοΈSetting `GOOGLE_APPLICATION_CREDENTIALS` is also necessary if you use Firebase Local Emulator! This makes...
Hot restarting works quite well with the query parameters of the go_router implementation. Closing this issue as it works sufficiently.