-
Updated
Dec 30, 2020 - Java
widget
Here are 1,968 public repositories matching this topic...
-
Updated
Oct 15, 2018 - Java
-
Updated
Dec 29, 2020 - Java
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Dec 30, 2020 - JavaScript
-
Updated
Aug 15, 2020 - Java
-
Updated
Jan 15, 2021 - Java
-
Updated
Mar 29, 2019 - JavaScript
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Jan 3, 2021 - Dart
-
Updated
Dec 30, 2020 - Dart
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
Nov 30, 2018 - JavaScript
-
Updated
Mar 22, 2019 - Kotlin
-
Updated
May 23, 2020 - Java
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
Nov 21, 2020 - Dart
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Jan 7, 2021 - JavaScript
-
Updated
Dec 17, 2020 - Dart
-
Updated
Feb 10, 2020 - Swift
-
Updated
Jan 23, 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."
use iced::{pick_list, PickList};
Compiles when targeting linux but not targeting the web.
this works:
cargo build
this does not work:
cargo build --target wasm32-unknown-unknown
this is the error: