-
Hi,
we don´t have a toolbar and the corresponding toolbartray. It would be nice to implement the toolbartray different than in wpf as a ItemsControl.
KeKl updated
9 months ago
-
Dependency Injection can:
- Help reduce the amount of reliance on singletons
- Reduce the amount of glue code necessary
- Improve the testability of the codebase
I recommend `hilt`, as it buil…
-
Proguard is enabled, but R8 is still not (see #6159)
-
We discovered that in a standard implementation of related products on the product page the item data script is added to all related products as well. The problem is that the code is being loaded not …
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Entry-Return-command-not-firing-up---NE/10289718)._
---
[severity:It's more difficul…
-
**Describe the bug**
Cannot run iOS app it throws:
```
error: org.jetbrains.kotlin.backend.konan.llvm.NativeCodeGeneratorException: Exception during generating code for following declaration:
In…
-
Error id: 9191d8ca43624c1b8e6e0fff53daa139
Exception begin --------------------
System.NullReferenceException: Object reference not set to an instance of an object.
HResult: -2147467261
Data…
-
Well I have some case and need to keep my current fragment even I open some new fragment, but when I put findNavController().navigate(R.id.someaction) in my click listener, its always destroy my curre…
-
### Steps to reproduce
When I run my code build
``flutter clean;flutter pub get;flutter build apk``
### Expected results
After run the code, expects the apk, when I install the apk it won't open…
-
## What did you do?
I try to display all my channels, but as soon as there are more than 30 they don't all appear.
I try set a page size to 200 but it only return me the 30 first channels.
I try to…