namdroid

Results 13 comments of namdroid

Hi trentpiercy, as i understand if using StreamBuilder i do not need to call setstate. Therefore i dont understand why doesn't repaint ? I have also tried with setstate in...

i have setted own package name, generate new SHA-1, but no luck

@prakhar1989 thanks, but of course i did this step before like in other apps.

pip install --upgrade pydantic==2.8.2 pip install --upgrade pydantic-core==2.20.1 pip install --upgrade fastapi==0.112.4 works for me

Hi Martin, of course i can pass parameter to GetBestSellers directly, but waht i need is a addtional variables ``` {"query":"query { footer(lang: GERMAN) { links { text url }...

in javascript should be: ```js const gqlResp = await client .query({ query, variables: { lang, appName: 'myApp', ...moreVariables, }, fetchPolicy: 'no-cache', }); ```

Ho can i patch the HTTP POST body to include additional variables ?

thanks martin, so here is my HttpRequestComposer class: ```kotlin class GraphQLHttpRequestComposer(url: String, gson: Gson) : HttpRequestComposer { override fun compose(apolloRequest: ApolloRequest): HttpRequest { val operation = apolloRequest.operation // Create a...

may new method added to Apollo client in the future that support variables in request body ?

pip install --upgrade pydantic==2.8.2 pip install --upgrade pydantic-core==2.20.1 pip install --upgrade fastapi==0.112.4 works