You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| AfterLayout | A widget can retrieve its render object after layout. ||
42
+
| AccurateSizedBox | A box with a specified size for its child. It is similar to [SizedBox], but the difference is SizedBox pass the constraints received from its parent to its child, but [AccurateSizedBox] not. | SizedBox |
43
+
| AnimatedRotationBox | Rotates child forever ||
44
+
| DoneWidget | Done tip widget ||
45
+
| GradientButton<br />ElevatedGradientButton | Button with gradient colors ||
46
+
| GradientCircularProgressIndicator | A circular progress indicator with gradient effect. ||
47
+
| HitTestBlocker | A blocker by which we can intercept hit test flow. ||
48
+
| KeepAliveWrapper | KeepAliveWrapper can keep the item(s) of scrollview alive. ||
49
+
| LeftRightBox | A widget which supports left-right layout algorithm。 ||
50
+
| LayoutLogPrint | A helper widget which can print constraints information in debug mode. ||
51
+
| LogListenerScope | A stateful widget to listen redirected log events. | VerticalLogPanel、LogPanel |
52
+
| VerticalLogPanel | A widget to show redirected logs from `print`, which will divide the available display space vertically into two areas, and display the logs below. | LogPanel、LogListenerScope |
53
+
| LogPanel | A widget to show redirected logs from `print`. | VerticalLogPanel、LogListenerScope |
54
+
| PullRefreshScope | A widget provides pull refresh scope. Typically, the child is a [CustomScrollView]. | SliverPullRefreshIndicator |
55
+
| SliverPullRefreshIndicator | A indicator for PullRefreshScope. | PullRefreshScope |
56
+
| QuickScrollbar | A quick scrollbar for scroll views. ||
57
+
| Swiper | A scrollable list that works page by page automatically or manually, and it also support loop playbacks. | RectangleSwiperIndicator、CircleSwiperIndicator、SwiperController |
58
+
| ScaleView | Scale the child from `minScale` to `maxScale` . support scale and double click gesture. ||
59
+
| SliverFlexibleHeader | A sliver to provide a flexible header that its height can expand when user continue dragging over scroll . Typically as the first child of [CustomScrollView]. | SliverPullRefreshIndicator |
60
+
| SliverPersistentHeaderToBox | A sliver like [SliverPersistentHeader], the difference is [SliverPersistentHeaderToBox] can contain a box widget and use the height of its child directly. ||
61
+
| SliverHeaderDelegate | Delegate helper for [SliverPersistentHeader]||
62
+
| SlideTransitionX | Animates the position of a widget relative to its normal position ignoring the animation direction(always slide along one direction). Typically, is used in combination with [AnimatedSwitcher]. ||
63
+
| TranslateWithExpandedPaintingArea | A widget that: 1. imposes different constraints on its child than it gets from its parent, possibly allowing the child to overflow the parent. 2. apply translate to its child (specified by [offset]). ||
64
+
| TurnBox | Animates the rotation of a widget when [turns] is changed. ||
65
+
| WaterMark | A widget that paints watermark. | TextWaterMarkPainter、StaggerTextWaterMarkPainter |
0 commit comments