namdroid

Results 4 issues of namdroid

Hi, The candles called with rxdart. It works fine. But I have the problem that the widget doesn't refresh if candles data changed. Do i need call setstate ? Container...

i have copied google-service.json to app folder: Now i get exception at line in emulator and device: GoogleSignInAccount googleUser = await _googleSignIn.signInSilently(); Exception has occurred. PlatformException (PlatformException(sign_in_required, com.google.android.gms.common.api.ApiException: 4: 4:...

waiting for reply

### Question my request shows like that: ``` curl --request POST \ -H 'Content-Type: application/json' \ --data '{"query":"query GetBestSellers($category: ProductCategory){bestSellers(category: $category){title}}", "operationName":"GetBestSellers", "variables":{"category":"BOOKS"}}' \ https://rover.apollo.dev/quickstart/products/graphql ``` How can i pass...

:question: Type: Question
:hourglass: Waiting for info

i get this error: ``` from scrapy.item import BaseItem ImportError: cannot import name 'BaseItem' from 'scrapy.item' (/.virtualenvs/pyglobalenv/lib/python3.12/site-packages/scrapy/item.py) ```

bug