Jens Becker
Jens Becker
Same issue here. Maybe related to [this](https://github.com/nodejs/corepack/pull/364) change in v0.25.0 ?
Actually, the master is already migrated :) Until there is a release on pub.dev you can import the package as a git dependency: ``` pdf_flutter: git: https://github.com/erluxman/pdf_flutter ```
I get the same exception when I reopen my web app where I was previously logged in after a longer period of time. I am currently catching this error from...
I am having the same issue, my custom headers are not showing up in the API Gateway logs. I noticed that the Supabase flutter SDK sends a `x_client_info` header to...
Hey @mpopolin, do you mean the background color of the tab buttons? If yes, `TabBarProperties` has a property called `background` which accepts a Container whose color you can define. For...
An `overlayColor` property at `TabBarProperties` would also be neat. If you are interested in making a PR which implements this, that would be really appreciated.
Hey @nguyenvansang, do you mean that you want to change the current tab from another widget? If yes, there is [an example in the docs](https://github.com/slovnicki/contained_tab_bar_view#change-tab-from-another-widget). If not, please provide some...
Hey @jeffersonmello, if your `TextField`s or `TextFormField`s are connected to a `TextEditingController` than the state should be preserved. Here is an example which worked for me: ```dart class ExampleWithTextField extends...
I think this is solved by https://github.com/firebase/firebase-admin-node/pull/2683