Loc Nguyen

Results 3 comments of Loc Nguyen

Could you try a prettier config below? It's worked for me with the same issue. ```pretterrc { ... "plugins": ["@trivago/prettier-plugin-sort-imports"], "importOrder": [ "", "^rxjs(.*)$", "^lodash(.*)$", "^[./]" ], "importOrderSeparation": true, "importOrderSortSpecifiers":...

Hi @Ali1Ammar, how to get this pull from pub.dev?

Hi @sarathkmrdev, I think you should authenticate yourself before calling the API. I recommend using the [OAuth2](doc/auth.md#oauth2-user-wide-authentication-flow) method and storing the accessToken and refreshToken. You can then use them to...