-
Updated
Jun 1, 2021 - Java
widget
Here are 2,260 public repositories matching this topic...
-
Updated
Oct 15, 2018 - Java
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Jul 8, 2021 - Java
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Jul 25, 2021 - Java
-
Updated
Mar 6, 2021 - Java
-
Updated
Mar 17, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Jul 21, 2021 - Dart
-
Updated
Aug 17, 2021 - 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
Aug 26, 2021 - TypeScript
-
Updated
Mar 25, 2021 - Java
-
Updated
Aug 14, 2021 - Dart
-
Updated
Mar 22, 2019 - Kotlin
-
Updated
Nov 30, 2018 - JavaScript
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 5, 2021 - Dart
-
Updated
Jul 5, 2021 - Dart
-
Updated
Aug 10, 2021 - Dart
-
Updated
Feb 8, 2021 - JavaScript
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."
Right now any
StyleSheet
has a list of functions without a default implementation. Implementing aStyleSheet
is really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.