-
To help us fix your issue, please provide the information in the below template. If something causes a crash, provide as much information as you can gather.
Just imagine: we do not know what you are …
-
# AsyncValueCommand
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] iOS Support
* [ ] Android Support
* [ ] macOS Support
* [ ] Windows Support
* …
-
# AsyncCommand
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] iOS Support
* [ ] Android Support
* [ ] macOS Support
* [ ] Windows Support
* [ ] U…
-
So currently I am creating an application which schedules employees.
For a custom feature that creates "custom made" projects and employees, I open a new window like Window2 out of the newwindow exam…
-
It would be nice if we could use this with Roslyn Analyzers. If I have some free time I might look into it.
-
You should consider using bloc or just cubit, for state management. The code will be much easier to maintain and you wont need to call setState all the time.
Relative example
https://bloclibra…
-
# ObservableObject
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] iOS Support
* [ ] Android Support
* [ ] macOS Support
* [ ] Windows Support
* […
-
Hey,
Using the example code from the wiki, I am getting a missplaced text:
![image](https://user-images.githubusercontent.com/6794763/109708297-81a2a780-7b9b-11eb-93bf-96764c51d94e.png)
-
## 🐛 Bug Report
### Expected behavior
MvxAttributeViewPresenter.GetPresentationAttributeAction (MvvmCross.ViewModels.MvxViewModelRequest request, MvvmCross.Presenters.Attributes.MvxBasePresent…
-
`MvvmComponentBase` inherits from `ComponentBase`. What's the best practice if we want to use a different base component class, say `OwningComponentBase` or `AbpComponentBase` as we are using the ABP …