-
Updated
Apr 18, 2020 - Java
widget
Here are 1,749 public repositories matching this topic...
-
Updated
Oct 15, 2018 - Java
-
Updated
Jul 22, 2020 - Java
-
Updated
Aug 23, 2020 - Vue
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 15, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
Mar 29, 2019 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Aug 10, 2020 - Dart
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Nov 30, 2018 - JavaScript
Currently, there are 66 total issues detected by CodeClimate: https://codeclimate.com/github/elninotech/uppload/issues?category=complexity&engine_name%5B%5D=structure&engine_name%5B%5D=duplication
Some of these are false positives (like i18n files counting as duplicates), and some of these are easy to fix (like high function cognitive load due to functions longer than 25 lines).
This issue w
-
Updated
Mar 22, 2019 - Kotlin
New Version
We are planning to refactor this library in the near future. We will adapt to AndroidX and fix some previous bugs. We very much hope to get your suggestions and let us improve this library.
Please provide your comments under this issue.
-
Updated
Aug 22, 2020 - Dart
-
Updated
May 23, 2020 - Java
-
Updated
Aug 22, 2020 - Dart
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Jan 23, 2019 - Java
-
Updated
Aug 14, 2020 - Dart
-
Updated
Feb 10, 2020 - Swift
-
Updated
Dec 26, 2019 - Java
Improve this page
Add a description, image, and links to the widget topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widget topic, visit your repo's landing page and select "manage topics."
A small change that would make implementing styles for elements with background colours a bit easier. It would match the
From<T>forOption<T>impl that you can already use for fields that areOption<Color>(liketext_color).Before:
Style { background_color: Some(Color::BLACK.into()), text_color: Color::WHITE.into(), ..Default::default() }After: