fluekit 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Icon.d.ts +42 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +77 -28
- package/package.json +1 -1
package/dist/Icon.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
interface Props {
|
|
3
|
+
/**
|
|
4
|
+
* The icon to display. Can be:
|
|
5
|
+
* - A Vue Component (e.g. imported from .svg)
|
|
6
|
+
* - A string containing SVG path data (d attribute)
|
|
7
|
+
*/
|
|
8
|
+
icon?: string | Component;
|
|
9
|
+
/**
|
|
10
|
+
* The size of the icon in logical pixels.
|
|
11
|
+
* Defaults to 24.
|
|
12
|
+
*/
|
|
13
|
+
size?: number | string;
|
|
14
|
+
/**
|
|
15
|
+
* The color to use when drawing the icon.
|
|
16
|
+
* Defaults to the current text color.
|
|
17
|
+
*/
|
|
18
|
+
color?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Semantic label for accessibility.
|
|
21
|
+
*/
|
|
22
|
+
semanticLabel?: string;
|
|
23
|
+
}
|
|
24
|
+
declare function __VLS_template(): {
|
|
25
|
+
attrs: Partial<{}>;
|
|
26
|
+
slots: {
|
|
27
|
+
default?(_: {}): any;
|
|
28
|
+
};
|
|
29
|
+
refs: {};
|
|
30
|
+
rootEl: any;
|
|
31
|
+
};
|
|
32
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
34
|
+
size: number | string;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
package/dist/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.fluekit-button[data-v-
|
|
1
|
+
.fluekit-button[data-v-6d203152]{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-align:inherit;box-sizing:border-box;background:0 0;border:0;outline:0;margin:0;padding:0}.fluekit-button[data-v-6d203152]:disabled{cursor:default}.fluekit-image[data-v-ce382550]{display:block}.fluekit-icon[data-v-34336b05]{-webkit-user-select:none;user-select:none;pointer-events:none}.icon-svg[data-v-34336b05]{fill:currentColor;width:100%;height:100%;display:block}[data-v-34336b05] svg{fill:currentColor;width:100%;height:100%}.flutter-list-view[data-v-7ba20c73]{flex-direction:column;display:flex}.list-view-shrink-wrap[data-v-7ba20c73]{flex:none}.flutter-stack[data-v-aefe47c2]>*{grid-area:1/1/2/2}.fluekit-text-field[data-v-daef18e4]{margin-top:16px;font-family:inherit;position:relative}.fluekit-input-container[data-v-daef18e4]{box-sizing:border-box;width:100%}.fluekit-input-element[data-v-daef18e4]{width:100%;color:inherit;resize:none;background:0 0;border:none;outline:none;flex:1;margin:0;padding:0;font-family:inherit;font-size:16px}.fluekit-input-label[data-v-daef18e4]{z-index:1}.fluekit-input-footer[data-v-daef18e4]{justify-content:space-between;margin-top:4px;display:flex}.fluekit-input-helper[data-v-daef18e4]{color:#666;font-size:12px}.fluekit-input-helper-spacer[data-v-daef18e4]{flex:1}.fluekit-input-counter[data-v-daef18e4]{color:#666;margin-left:auto;font-size:12px}.fluekit-input-helper.is-error[data-v-daef18e4]{color:#f44336}.flutter-transform[data-v-c4ab6ce1]{box-sizing:border-box}.ink-well[data-v-a4b9dd0e]{cursor:pointer;display:block;position:relative;overflow:hidden}.ink-well.disabled[data-v-a4b9dd0e]{cursor:default}.ripple[data-v-a4b9dd0e]{pointer-events:none;border-radius:50%;animation:.6s linear ripple-a4b9dd0e;position:absolute;transform:scale(0)}@keyframes ripple-a4b9dd0e{to{opacity:0;transform:scale(4)}}.slider-container[data-v-715d86f8],.range-slider-container[data-v-f10382ff]{width:100%;position:relative}.bottom-sheet-overlay[data-v-6948b23d]{z-index:9999;background-color:#0000008a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@keyframes cupertino-activity-indicator-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flue-cupertino-navigation-bar[data-v-b5a5c6bf]{-webkit-backdrop-filter:blur(20px);z-index:100;width:100%}.flue-nav-bar-middle[data-v-b5a5c6bf]{justify-content:center;align-items:center;max-width:60%;display:flex}.snackbar-overlay[data-v-d8abf3ed]{z-index:9999;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.snackbar-overlay[data-v-d8abf3ed]>*{pointer-events:auto}.flue-app-bar-leading[data-v-0a553bf2]{align-items:center;margin-right:16px;display:flex}.flue-app-bar-actions[data-v-0a553bf2]{align-items:center;margin-left:16px;display:flex}.fluekit-bottom-navigation-bar-ios[data-v-11798dea]{-webkit-backdrop-filter:blur(20px)}.fluekit-context-menu-anchor[data-v-34f987d4]{display:inline-block}.fluekit-context-menu-overlay[data-v-34f987d4]{z-index:9999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fluekit-context-menu-backdrop[data-v-34f987d4]{-webkit-backdrop-filter:blur(10px);background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.fluekit-context-menu-content[data-v-34f987d4]{z-index:10001;width:250px;animation:.2s ease-out scale-in-34f987d4;position:relative}.fluekit-action-group[data-v-34f987d4]{-webkit-backdrop-filter:blur(20px);background:#f9f9f9c7;border-radius:14px;margin-bottom:16px;overflow:hidden}.fluekit-context-menu-action[data-v-34f987d4]{text-align:center;cursor:pointer;background:0 0;border-bottom:.5px solid #0000001a;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex}.fluekit-context-menu-action[data-v-34f987d4]:last-child{border-bottom:none}.fluekit-context-menu-action[data-v-34f987d4]:active{background:#0000001a}.action-text[data-v-34f987d4]{color:#007aff;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px}.is-destructive .action-text[data-v-34f987d4]{color:#ff3b30}.is-default .action-text[data-v-34f987d4]{font-weight:600}.cancel-group[data-v-34f987d4]{margin-top:8px}.cancel-action .action-text[data-v-34f987d4]{font-weight:600}.fade-enter-active[data-v-34f987d4],.fade-leave-active[data-v-34f987d4]{transition:opacity .2s}.fade-enter-from[data-v-34f987d4],.fade-leave-to[data-v-34f987d4]{opacity:0}@keyframes scale-in-34f987d4{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
|
|
2
2
|
/*$vite$:1*/
|
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export { default as GestureDetector } from './GestureDetector';
|
|
|
14
14
|
export { default as GridView } from './GridView';
|
|
15
15
|
export { default as IgnorePointer } from './IgnorePointer';
|
|
16
16
|
export { default as Image } from './Image';
|
|
17
|
+
export { default as Icon } from './Icon';
|
|
17
18
|
export { default as ListView } from './ListView';
|
|
18
19
|
export { default as Opacity } from './Opacity';
|
|
19
20
|
export { default as Padding } from './Padding';
|
package/dist/index.js
CHANGED
|
@@ -1018,7 +1018,7 @@ var GestureDetector_default = defineComponent({
|
|
|
1018
1018
|
return e ? e.type === Text ? h("span", E, [e]) : isHtmlTag(e) ? cloneVNode(e, E) : e : null;
|
|
1019
1019
|
};
|
|
1020
1020
|
}
|
|
1021
|
-
}), _hoisted_1$
|
|
1021
|
+
}), _hoisted_1$11 = ["disabled"], Button_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
1022
1022
|
inheritAttrs: !1,
|
|
1023
1023
|
__name: "Button",
|
|
1024
1024
|
props: {
|
|
@@ -1043,10 +1043,10 @@ var GestureDetector_default = defineComponent({
|
|
|
1043
1043
|
"tap-cancel"
|
|
1044
1044
|
],
|
|
1045
1045
|
setup(e, { emit: C }) {
|
|
1046
|
-
let w = e, T = C, E =
|
|
1047
|
-
...
|
|
1048
|
-
...
|
|
1049
|
-
}),
|
|
1046
|
+
let w = e, T = C, E = useStyles(), D = useSafeAttrs(), A = useGestureEvents(), j = ref(!1), N = computed(() => E.value.pointerEvents == "none" ? D.value : {
|
|
1047
|
+
...D.value,
|
|
1048
|
+
...A || {}
|
|
1049
|
+
}), P = useGestureStyle(w.behavior), F = computed(() => {
|
|
1050
1050
|
let e = { position: "relative" }, C = {};
|
|
1051
1051
|
return w.variant === "ios" && (C = {
|
|
1052
1052
|
padding: w.padding || EdgeInsets.symmetric({
|
|
@@ -1055,32 +1055,32 @@ var GestureDetector_default = defineComponent({
|
|
|
1055
1055
|
}),
|
|
1056
1056
|
shape: w.borderRadius || BorderRadius.all(8),
|
|
1057
1057
|
backgroundColor: w.disabled ? w.disabledColor : w.color || "transparent",
|
|
1058
|
-
opacity:
|
|
1059
|
-
}), Object.assign(e,
|
|
1060
|
-
}),
|
|
1061
|
-
w.disabled || (w.variant === "ios" && (
|
|
1058
|
+
opacity: j.value ? w.pressedOpacity : 1
|
|
1059
|
+
}), Object.assign(e, E.value), Object.assign(e, buttonStyleToStyle(C)), Object.assign(e, buttonStyleToStyle(w.style)), Object.assign(e, P), w.disabled && (e.pointerEvents = "none", (w.color || w.disabledColor) && (e.backgroundColor = w.disabledColor || w.color)), j.value && (e.opacity = w.pressedOpacity), e;
|
|
1060
|
+
}), I = (e) => {
|
|
1061
|
+
w.disabled || (w.variant === "ios" && (j.value = !0), T("tap-down", e));
|
|
1062
|
+
}, L = (e) => {
|
|
1063
|
+
j.value = !1, T("tap-up", e);
|
|
1062
1064
|
}, R = (e) => {
|
|
1063
|
-
|
|
1064
|
-
}, z = (
|
|
1065
|
-
N.value = !1, T("tap-cancel", e);
|
|
1066
|
-
}, V = () => {
|
|
1065
|
+
j.value = !1, T("tap-cancel", e);
|
|
1066
|
+
}, z = () => {
|
|
1067
1067
|
w.disabled || T("pressed");
|
|
1068
|
-
},
|
|
1068
|
+
}, V = () => {
|
|
1069
1069
|
w.disabled || T("long-press");
|
|
1070
1070
|
};
|
|
1071
1071
|
return (C, w) => (openBlock(), createBlock(GestureDetector_default, {
|
|
1072
1072
|
behavior: e.behavior,
|
|
1073
|
-
onTap:
|
|
1074
|
-
onLongPress:
|
|
1075
|
-
onTapDown:
|
|
1076
|
-
onTapUp:
|
|
1077
|
-
onTapCancel:
|
|
1073
|
+
onTap: z,
|
|
1074
|
+
onLongPress: V,
|
|
1075
|
+
onTapDown: I,
|
|
1076
|
+
onTapUp: L,
|
|
1077
|
+
onTapCancel: R
|
|
1078
1078
|
}, {
|
|
1079
1079
|
default: withCtx(() => [createElementVNode("button", mergeProps({
|
|
1080
|
-
class:
|
|
1081
|
-
style:
|
|
1080
|
+
class: "fluekit-button",
|
|
1081
|
+
style: F.value,
|
|
1082
1082
|
disabled: e.disabled
|
|
1083
|
-
},
|
|
1083
|
+
}, N.value), [renderSlot(C.$slots, "default", {}, void 0, !0)], 16, _hoisted_1$11)]),
|
|
1084
1084
|
_: 3
|
|
1085
1085
|
}, 8, ["behavior"]));
|
|
1086
1086
|
}
|
|
@@ -1088,7 +1088,7 @@ var GestureDetector_default = defineComponent({
|
|
|
1088
1088
|
let w = e.__vccOpts || e;
|
|
1089
1089
|
for (let [e, T] of C) w[e] = T;
|
|
1090
1090
|
return w;
|
|
1091
|
-
}, Button_default = /* @__PURE__ */ __plugin_vue_export_helper_default(Button_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-
|
|
1091
|
+
}, Button_default = /* @__PURE__ */ __plugin_vue_export_helper_default(Button_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-6d203152"]]), Card_default = /* @__PURE__ */ defineComponent({
|
|
1092
1092
|
__name: "Card",
|
|
1093
1093
|
props: {
|
|
1094
1094
|
color: { default: "#ffffff" },
|
|
@@ -1502,7 +1502,7 @@ function createAssetImage(e) {
|
|
|
1502
1502
|
...w
|
|
1503
1503
|
});
|
|
1504
1504
|
}
|
|
1505
|
-
var _hoisted_1$
|
|
1505
|
+
var _hoisted_1$10 = ["src", "alt"], Image_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
1506
1506
|
inheritAttrs: !1,
|
|
1507
1507
|
__name: "Image",
|
|
1508
1508
|
props: {
|
|
@@ -1560,9 +1560,58 @@ var _hoisted_1$9 = ["src", "alt"], Image_default = /* @__PURE__ */ __plugin_vue_
|
|
|
1560
1560
|
alt: e.alt,
|
|
1561
1561
|
onLoad: P,
|
|
1562
1562
|
onError: F
|
|
1563
|
-
}, null, 44, _hoisted_1$
|
|
1563
|
+
}, null, 44, _hoisted_1$10)], 16));
|
|
1564
|
+
}
|
|
1565
|
+
}), [["__scopeId", "data-v-ce382550"]]), _hoisted_1$9 = ["aria-label"], _hoisted_2$4 = ["width", "height"], _hoisted_3$3 = ["d"], Icon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
1566
|
+
inheritAttrs: !1,
|
|
1567
|
+
__name: "Icon",
|
|
1568
|
+
props: {
|
|
1569
|
+
icon: {},
|
|
1570
|
+
size: { default: 24 },
|
|
1571
|
+
color: {},
|
|
1572
|
+
semanticLabel: {}
|
|
1573
|
+
},
|
|
1574
|
+
setup(e) {
|
|
1575
|
+
let C = e, w = computed(() => typeof C.icon == "object" || typeof C.icon == "function"), T = computed(() => typeof C.icon == "string" && C.icon.trim().length > 0), E = computed(() => {
|
|
1576
|
+
let e = px2vw(C.size);
|
|
1577
|
+
return {
|
|
1578
|
+
display: "inline-flex",
|
|
1579
|
+
alignItems: "center",
|
|
1580
|
+
justifyContent: "center",
|
|
1581
|
+
width: e,
|
|
1582
|
+
height: e,
|
|
1583
|
+
fontSize: e,
|
|
1584
|
+
color: C.color || "inherit",
|
|
1585
|
+
lineHeight: 1,
|
|
1586
|
+
verticalAlign: "middle"
|
|
1587
|
+
};
|
|
1588
|
+
});
|
|
1589
|
+
return (C, D) => (openBlock(), createElementBlock("div", mergeProps({
|
|
1590
|
+
class: "fluekit-icon",
|
|
1591
|
+
style: E.value,
|
|
1592
|
+
role: "img",
|
|
1593
|
+
"aria-label": e.semanticLabel
|
|
1594
|
+
}, C.$attrs), [renderSlot(C.$slots, "default", {}, () => [w.value ? (openBlock(), createBlock(resolveDynamicComponent(e.icon), {
|
|
1595
|
+
key: 0,
|
|
1596
|
+
width: e.size,
|
|
1597
|
+
height: e.size,
|
|
1598
|
+
fill: e.color,
|
|
1599
|
+
class: "icon-svg"
|
|
1600
|
+
}, null, 8, [
|
|
1601
|
+
"width",
|
|
1602
|
+
"height",
|
|
1603
|
+
"fill"
|
|
1604
|
+
])) : T.value ? (openBlock(), createElementBlock("svg", {
|
|
1605
|
+
key: 1,
|
|
1606
|
+
width: e.size,
|
|
1607
|
+
height: e.size,
|
|
1608
|
+
viewBox: "0 0 24 24",
|
|
1609
|
+
fill: "currentColor",
|
|
1610
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1611
|
+
class: "icon-svg"
|
|
1612
|
+
}, [createElementVNode("path", { d: e.icon }, null, 8, _hoisted_3$3)], 8, _hoisted_2$4)) : createCommentVNode("", !0)], !0)], 16, _hoisted_1$9));
|
|
1564
1613
|
}
|
|
1565
|
-
}), [["__scopeId", "data-v-
|
|
1614
|
+
}), [["__scopeId", "data-v-34336b05"]]), _hoisted_1$8 = {
|
|
1566
1615
|
key: 0,
|
|
1567
1616
|
class: "list-view-separator"
|
|
1568
1617
|
}, ListView_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
@@ -3709,7 +3758,7 @@ var MediaQuery_default = /* @__PURE__ */ defineComponent({
|
|
|
3709
3758
|
"padding"
|
|
3710
3759
|
])]));
|
|
3711
3760
|
}
|
|
3712
|
-
}), [["__scopeId", "data-v-
|
|
3761
|
+
}), [["__scopeId", "data-v-b5a5c6bf"]]), _hoisted_1$2 = { class: "snackbar-overlay" }, SnackBarComponent_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
3713
3762
|
__name: "SnackBarComponent",
|
|
3714
3763
|
props: {
|
|
3715
3764
|
content: {},
|
|
@@ -4063,4 +4112,4 @@ var MediaQuery_default = /* @__PURE__ */ defineComponent({
|
|
|
4063
4112
|
}
|
|
4064
4113
|
}), [["__scopeId", "data-v-34f987d4"]]);
|
|
4065
4114
|
setTransform(!1);
|
|
4066
|
-
export { AlertDialog_default as AlertDialog, Align_default as Align, Alignment, AnimatedContainer_default as AnimatedContainer, AnimatedOpacity_default as AnimatedOpacity, AppBar_default as AppBar, AssetImage, BlurStyle, Border, BorderRadius, BorderSide, BottomNavigationBar_default as BottomNavigationBar, BottomSheet_default as BottomSheet, Box_default as Box, BoxAlignment, BoxConstraints, BoxDecoration, BoxFit, BoxShadow, BoxShape, Builder_default as Builder, Button_default as Button, ButtonStyle, Card_default as Card, Center_default as Center, Checkbox_default as Checkbox, CheckboxGroup_default as CheckboxGroup, Clip, ClipOval_default as ClipOval, ClipRRect_default as ClipRRect, Column_default as Column, Container_default as Container, CrossAxisAlignment, CupertinoActivityIndicator_default as CupertinoActivityIndicator, CupertinoContextMenu_default as CupertinoContextMenu, CupertinoNavigationBar_default as CupertinoNavigationBar, CupertinoPageScaffold_default as CupertinoPageScaffold, DecorationImage, Divider_default as Divider, EdgeInsets, Expanded_default as Expanded, Fixed_default as Fixed, FlexBox_default as FlexBox, FontStyle, FontWeight, GestureDetector_default as GestureDetector, GridView_default as GridView, IgnorePointer_default as IgnorePointer, Image_default as Image, InkWell_default as InkWell, LayoutBuilder_default as LayoutBuilder, LinearGradient, ListTile_default as ListTile, ListView_default as ListView, MainAxisAlignment, Matrix4, MediaQuery_default as MediaQuery, MediaQueryKey, MemoryImage, NetworkImage, Opacity_default as Opacity, Orientation, OutlineInputBorder, Padding_default as Padding, Positioned_default as Positioned, RadialGradient, Radio_default as Radio, RadioGroup_default as RadioGroup, RadioListTile_default as RadioListTile, RangeSlider_default as RangeSlider, Row_default as Row, SafeArea_default as SafeArea, Scaffold_default as Scaffold, ScrollView_default as ScrollView, SegmentedControl_default as SegmentedControl, Size, SizedBox_default as SizedBox, Slider_default as Slider, SnackBar, Spacer_default as Spacer, Stack_default as Stack, StackFit, Sticky_default as Sticky, Switch_default as Switch, Text_default as Text, TextAlign, TextArea_default as TextArea, TextBaseline, TextDecoration, TextDecorationStyle, TextDirection, TextField_default as TextField, TextOverflow, TextStyle, TileMode, Transform_default as Transform, UnderlineInputBorder, Wrap_default as Wrap, borderRadiusToStyle, borderSideToStyle, borderToStyle, boxConstraintsToStyle, boxDecorationToStyle, boxShadowToCSS, buttonStyleToStyle, createAssetImage, decorationImageToStyle, edgeInsetsToStyle, isBorderRadius, isBorderSide, isBorders, isBoxConstraints, isBoxDecoration, isBoxShadow, isEdgeInsets, isImageProvider, isTextStyle, marginToStyle, matrix4ToCSSStyle, normalizeSrc, paddingToStyle, px2vw, setAssetBaseURL, setBaseUrl, setDefaultVW, setTransform, sizeToStyle, toCSSStyle as textStyleToCSSStyle, toCSSStyle, useMediaQuery };
|
|
4115
|
+
export { AlertDialog_default as AlertDialog, Align_default as Align, Alignment, AnimatedContainer_default as AnimatedContainer, AnimatedOpacity_default as AnimatedOpacity, AppBar_default as AppBar, AssetImage, BlurStyle, Border, BorderRadius, BorderSide, BottomNavigationBar_default as BottomNavigationBar, BottomSheet_default as BottomSheet, Box_default as Box, BoxAlignment, BoxConstraints, BoxDecoration, BoxFit, BoxShadow, BoxShape, Builder_default as Builder, Button_default as Button, ButtonStyle, Card_default as Card, Center_default as Center, Checkbox_default as Checkbox, CheckboxGroup_default as CheckboxGroup, Clip, ClipOval_default as ClipOval, ClipRRect_default as ClipRRect, Column_default as Column, Container_default as Container, CrossAxisAlignment, CupertinoActivityIndicator_default as CupertinoActivityIndicator, CupertinoContextMenu_default as CupertinoContextMenu, CupertinoNavigationBar_default as CupertinoNavigationBar, CupertinoPageScaffold_default as CupertinoPageScaffold, DecorationImage, Divider_default as Divider, EdgeInsets, Expanded_default as Expanded, Fixed_default as Fixed, FlexBox_default as FlexBox, FontStyle, FontWeight, GestureDetector_default as GestureDetector, GridView_default as GridView, Icon_default as Icon, IgnorePointer_default as IgnorePointer, Image_default as Image, InkWell_default as InkWell, LayoutBuilder_default as LayoutBuilder, LinearGradient, ListTile_default as ListTile, ListView_default as ListView, MainAxisAlignment, Matrix4, MediaQuery_default as MediaQuery, MediaQueryKey, MemoryImage, NetworkImage, Opacity_default as Opacity, Orientation, OutlineInputBorder, Padding_default as Padding, Positioned_default as Positioned, RadialGradient, Radio_default as Radio, RadioGroup_default as RadioGroup, RadioListTile_default as RadioListTile, RangeSlider_default as RangeSlider, Row_default as Row, SafeArea_default as SafeArea, Scaffold_default as Scaffold, ScrollView_default as ScrollView, SegmentedControl_default as SegmentedControl, Size, SizedBox_default as SizedBox, Slider_default as Slider, SnackBar, Spacer_default as Spacer, Stack_default as Stack, StackFit, Sticky_default as Sticky, Switch_default as Switch, Text_default as Text, TextAlign, TextArea_default as TextArea, TextBaseline, TextDecoration, TextDecorationStyle, TextDirection, TextField_default as TextField, TextOverflow, TextStyle, TileMode, Transform_default as Transform, UnderlineInputBorder, Wrap_default as Wrap, borderRadiusToStyle, borderSideToStyle, borderToStyle, boxConstraintsToStyle, boxDecorationToStyle, boxShadowToCSS, buttonStyleToStyle, createAssetImage, decorationImageToStyle, edgeInsetsToStyle, isBorderRadius, isBorderSide, isBorders, isBoxConstraints, isBoxDecoration, isBoxShadow, isEdgeInsets, isImageProvider, isTextStyle, marginToStyle, matrix4ToCSSStyle, normalizeSrc, paddingToStyle, px2vw, setAssetBaseURL, setBaseUrl, setDefaultVW, setTransform, sizeToStyle, toCSSStyle as textStyleToCSSStyle, toCSSStyle, useMediaQuery };
|