-
Updated
Apr 6, 2022 - JavaScript
mvvm
Here are 7,290 public repositories matching this topic...
-
Updated
Jun 1, 2022 - C#
-
Updated
Jun 1, 2022 - Java
-
Updated
Jun 1, 2022 - C#
-
Updated
May 20, 2022 - Kotlin
-
Updated
May 31, 2022 - Kotlin
-
Updated
May 31, 2022 - Kotlin
Add Missing XML Docs
Summary
Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.
HACKTOBERFEST UPDATE
Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari
Describe the problem
At the moment, the image cropper can only load from a file (via a StorageFile or path).
There are scenarios where loading from a stream is beneficial (i.e. when downloading from the web). It's obviously trivial to work around this, but given all LoadImageFromFile does is create a stream, why not just expose the stream?
Describe the solution
Create a new metho
-
Updated
May 27, 2022 - Java
-
Updated
Jun 1, 2022 - C#
-
Updated
Nov 2, 2021 - Swift
-
Updated
Mar 21, 2022 - Swift
-
Updated
May 11, 2022 - Swift
-
Updated
Nov 26, 2020 - Java
-
Updated
May 15, 2022 - C#
-
Updated
Apr 26, 2022 - Swift
-
Updated
Jan 13, 2022 - Kotlin
-
Updated
Dec 18, 2021 - Kotlin
Improve this page
Add a description, image, and links to the mvvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mvvm topic, visit your repo's landing page and select "manage topics."


On which page?
https://platform.uno/docs/articles/guides/uno-material-walkthrough.html
What's wrong?
Step 2 within the "Section 2: Using Uno.Material library" section makes reference to Chip/ChipGroup/Card/Divider which have now all been moved to the Uno.Toolkit.UI.Material package.
These changes will also need to be reflected in the referenced UnoMaterialSample, an issue tracking