Misir
Misir
You can achieve the expected result using `CustomScrollView` and slivers, or using `Column(children: [header, Spacer(), footer])`.
I think this should be part of another issue for writing test cases covering entire token authentication that tests authentication with plain and env tokens for getting packages and publishing....
I think this could be closed (#3147 adds tests for authentication failures)
I wonder why we're afraid of sharing mutable objects between threads? In other OOP languages it's already possible and to make things thread safe we can use mutex / locking...
> Currently, the docs are not mentioning that there is a constraint on the custom `typeId`. It mentions actually, [here](https://docs.hivedb.dev/#/custom-objects/type_adapters?id=register-adapter).
Can you please provide a code sample on how you are trying to use the plugin?
Alright, I am not 100% familiar with the latest updates on the framework. Maybe last versions somehow break how network overlay worked in the past. I will investigate this when...
I haven't tried `built_value` yet. So I don't know how does it works. We haven't planned to extend code generator library to support value builders. But any contributions are welcome...
It would be great if we could somehow eliminate use of `part 'something.g.dart'` and .g.dart files. Instead of placing generated files on project the preprocessor could put those files on...
> Not sure what you mean by that. Everywhere? Where do you need them to be supported? On Android cellphone? Why? > For code generation, we need them to be...