-
Updated
Apr 18, 2020 - Java
widget
Here are 1,716 public repositories matching this topic...
-
Updated
Oct 15, 2018 - Java
Image Zoom & Pan
-
Updated
Jan 11, 2019 - Java
https://strml.github.io/react-grid-layout/examples/8-localstorage-responsive.html
When I resize browser window , if I want to get responsive layoutData at different width , there is no event for that , only can get it through the outerWidth , then according the width get the breakpoint.
With this event , I can save layoutData at the breakpoint changed immediately.
thx.
Describe the bug
A "select" header filt
-
Updated
Jul 13, 2020 - JavaScript
大概是实现选地点,显示“北京\/”的这个感觉,要在右边显示下箭头。
<com.coorchice.library.SuperTextView
android:layout_width="wrap_content"
android:layout_height="48dp"
android:paddingBottom="16dp"
android:paddingLeft="16dp"
android:paddingRight="32dp"
android:paddingTop="16dp"
android:text="背景"
-
Updated
Jun 21, 2020 - Java
-
Updated
Jul 8, 2020 - Java
-
Updated
Mar 29, 2019 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Jul 6, 2020 - Dart
-
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
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
Jul 14, 2020 - JavaScript
one common action in flutter is to extract widget into functions when it gets very large:
from:
return Scaffold(
body: Column(
children: <Widget>[
// header,
// content
// footer
],
),
);to:
return Scaffold(
body: Column(
children: <Widget>[
buildHeader(),
Thanks for your wonderful plugin!
Can you guys, add a padding parameter to PhotoViewGallery or some where else?
I need to add some padding between photos in gallery.
-
Updated
May 23, 2020 - Java
I'm sure many potential plugin users would like to know which browsers we can count on with this plugin before getting hours into implementation. The suggestion of "modern browsers" could mean many things. From reading the source, I can see that you are ruling out old versions of Android, Zune, Kindle and Windows Phone. How does IE fair?
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jan 23, 2019 - Java
-
Updated
Feb 10, 2020 - Swift
-
Updated
Dec 26, 2019 - Java
-
Updated
Jul 4, 2020 - Dart
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."

I've searched here and Zulip and couldn't find any relevant discussion.
Are there plans to implement a widget to allow zooming in on an Image (past the dimensions of the parent element / application window) and panning?