Parth Kabra
Parth Kabra
For managing `authState`, why do you use a `streamBuilder`? Is not not suitable to use a `Consumer()`? I just thought that that if you are using Provider, there is no...
They were removed in the home page rewrite
Because it's a stack, Flutter doesn't know it's a bottom tab bar:  Need to fix so...
I do not know the default vertical and horizontal padding for the `ExpansionPanel` widget, so I had to "eyeball" it to make the placeholder loading widget (`LoadingBusStopTile`). The values provided...
This is a problem with the audioplayers library
Current colors are a little boring, and there aren't too many. Need more reds, orange, greens
I realized that the blog didn't have heading anchors, so I thought it'll be a good idea to add to the example. The [markdown-it-anchor](https://www.npmjs.com/package/markdown-it-anchor) plugin can be used. In `nuxt.config.js`,...
Currently, this is the only information in `readme.md`: > This is the Git repository for gridsome.org. Feel free to contribute 🥳 I thought it may be useful to add these...
I have a table of contents component which shows a list of posts. I tried this: ``` // components/toc.vue export const data = { injectAllPosts: true } export default {...