Parth Kabra

Results 23 issues of 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: ![Simulator Screen Shot - iPhone 11 Pro Max - 2020-04-09 at 00 35 49](https://user-images.githubusercontent.com/34677361/78809827-1176ba80-79fa-11ea-91e9-91f5bb3ef198.png) Need to fix so...

enhancement

Using Hive, and probably Provider

enhancement

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...

enhancement

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 {...