|
@@ -98,7 +98,7 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
margin: EdgeInsets.only(bottom: 21),
|
|
|
width: double.infinity, height: U.bodyWidth(context)/(kIsWeb?2.1:1.7),
|
|
|
decoration: widget.request['_mobileImage'] != null ? BoxDecoration(
|
|
|
- color: Color(0xff292D32).withOpacity(0.1),
|
|
|
+ color: Color(0xff292D32).withValues(alpha: 0.1),
|
|
|
borderRadius: BorderRadius.all(Radius.circular(12)),
|
|
|
image: DecorationImage(
|
|
|
image: CachedNetworkImageProvider(widget.request['_mobileImage']+'?bridge-cache=true', cacheManager: CacheManager(CacheMan.config(widget.request['_mobileImage']))),
|
|
@@ -123,7 +123,7 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
],
|
|
|
),
|
|
|
decoration: BoxDecoration(
|
|
|
- border: Border.all(color: textColor.withOpacity(0.15)),
|
|
|
+ border: Border.all(color: textColor.withValues(alpha: 0.15)),
|
|
|
borderRadius: BorderRadius.all(Radius.circular(12))
|
|
|
),
|
|
|
),
|
|
@@ -153,8 +153,8 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
],
|
|
|
),
|
|
|
decoration: BoxDecoration(
|
|
|
- color: Provider.of<CreateSerModule>(context).locationType()==1?primaryColor.withOpacity(0.15):Colors.white,
|
|
|
- border: Border.all(color: Provider.of<CreateSerModule>(context).locationType()==1?primaryColor:textColor.withOpacity(0.15)),
|
|
|
+ color: Provider.of<CreateSerModule>(context).locationType()==1?primaryColor.withValues(alpha: 0.15):Colors.white,
|
|
|
+ border: Border.all(color: Provider.of<CreateSerModule>(context).locationType()==1?primaryColor:textColor.withValues(alpha: 0.15)),
|
|
|
borderRadius: BorderRadius.only(topLeft: Radius.circular(12), topRight: Radius.circular(12))
|
|
|
),
|
|
|
),
|
|
@@ -167,8 +167,8 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
margin: EdgeInsets.only(bottom: 21, top: widget.request['scanToRequest'] ? 8 : 0),
|
|
|
padding: EdgeInsets.symmetric(vertical: 12, horizontal: 15),
|
|
|
decoration: BoxDecoration(
|
|
|
- color: Provider.of<CreateSerModule>(context).locationType()==2?primaryColor.withOpacity(0.15):Colors.white,
|
|
|
- border: Border.all(color: Provider.of<CreateSerModule>(context).locationType()==2?primaryColor:textColor.withOpacity(0.15)),
|
|
|
+ color: Provider.of<CreateSerModule>(context).locationType()==2?primaryColor.withValues(alpha: 0.15):Colors.white,
|
|
|
+ border: Border.all(color: Provider.of<CreateSerModule>(context).locationType()==2?primaryColor:textColor.withValues(alpha: 0.15)),
|
|
|
borderRadius: widget.request['scanToRequest'] ? BorderRadius.all(Radius.circular(12.0)) : BorderRadius.only(bottomLeft: Radius.circular(12), bottomRight: Radius.circular(12))
|
|
|
),
|
|
|
child: Row(
|
|
@@ -197,14 +197,14 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
readOnly: (!kIsWeb && widget.request['scanToRequest']) || Provider.of<CreateSerModule>(context).locationType() == 1 ? true : false,
|
|
|
searchInputDecoration: SearchInputDecoration(
|
|
|
hintText: widget.request['scanToRequest'] && !kIsWeb ? 'pleaseScan'.tr() : 'placeholderLocation'.tr(),
|
|
|
- hintStyle: TextStyle(color: textColor.withOpacity(0.5), fontSize: 14),
|
|
|
+ hintStyle: TextStyle(color: textColor.withValues(alpha: 0.5), fontSize: 14),
|
|
|
filled: true,
|
|
|
fillColor: backgroundColor,
|
|
|
- hoverColor: Colors.black.withOpacity(0.1),
|
|
|
+ hoverColor: Colors.black.withValues(alpha: 0.1),
|
|
|
contentPadding: EdgeInsets.all(13),
|
|
|
border: InputBorder.none,
|
|
|
- disabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withOpacity(0.5))),
|
|
|
- enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withOpacity(0.5))),
|
|
|
+ disabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withValues(alpha: 0.5))),
|
|
|
+ enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withValues(alpha: 0.5))),
|
|
|
focusedBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: const BorderSide(color: primaryColor)),
|
|
|
isDense: true
|
|
|
),
|
|
@@ -283,13 +283,13 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
readOnly: false,
|
|
|
decoration: InputDecoration(
|
|
|
hintText: U.otherLabelList()['placeholder-${context.locale.toString()}']??'typeId'.tr(),
|
|
|
- hintStyle: TextStyle(color: textColor.withOpacity(0.5), fontSize: 14),
|
|
|
+ hintStyle: TextStyle(color: textColor.withValues(alpha: 0.5), fontSize: 14),
|
|
|
filled: true,
|
|
|
fillColor: backgroundColor,
|
|
|
- hoverColor: Colors.black.withOpacity(0.1),
|
|
|
+ hoverColor: Colors.black.withValues(alpha: 0.1),
|
|
|
contentPadding: EdgeInsets.all(13),
|
|
|
border: InputBorder.none,
|
|
|
- enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withOpacity(0.5))),
|
|
|
+ enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withValues(alpha: 0.5))),
|
|
|
focusedBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: const BorderSide(color: primaryColor)),
|
|
|
isDense: true
|
|
|
),
|
|
@@ -308,14 +308,14 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
readOnly: true,
|
|
|
decoration: InputDecoration(
|
|
|
hintText: 'selectDate'.tr(),
|
|
|
- hintStyle: TextStyle(color: textColor.withOpacity(0.5), fontSize: 14),
|
|
|
+ hintStyle: TextStyle(color: textColor.withValues(alpha: 0.5), fontSize: 14),
|
|
|
filled: true,
|
|
|
fillColor: backgroundColor,
|
|
|
- hoverColor: Colors.black.withOpacity(0.1),
|
|
|
+ hoverColor: Colors.black.withValues(alpha: 0.1),
|
|
|
contentPadding: EdgeInsets.all(13),
|
|
|
prefixIcon: Padding(padding: EdgeInsets.only(left: 13, right: 13), child: U.iconsax('calendar-edit', color: textColor, size: 24)),
|
|
|
border: InputBorder.none,
|
|
|
- enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withOpacity(0.5))),
|
|
|
+ enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withValues(alpha: 0.5))),
|
|
|
focusedBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: const BorderSide(color: primaryColor)),
|
|
|
isDense: true
|
|
|
),
|
|
@@ -380,7 +380,7 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
indicatorType: Indicator.ballPulseRise,
|
|
|
colors: U.defaultRainbowColors(),
|
|
|
strokeWidth: 1,
|
|
|
- backgroundColor: Colors.black.withOpacity(0),
|
|
|
+ backgroundColor: Colors.black.withValues(alpha: 0),
|
|
|
pathBackgroundColor: Colors.black,
|
|
|
),
|
|
|
) : Icon(Icons.add_rounded, color: Colors.black26, size: 40),
|
|
@@ -392,7 +392,7 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
) : GestureDetector(
|
|
|
child: Container(
|
|
|
padding: EdgeInsets.symmetric(horizontal: 8, vertical: 12),
|
|
|
- decoration: BoxDecoration(borderRadius: BorderRadius.all(Radius.circular(10)), border: Border.all(color: Color(0xFF078C84)), color: Color(0xFFFFFFFF).withOpacity(0.2)),
|
|
|
+ decoration: BoxDecoration(borderRadius: BorderRadius.all(Radius.circular(10)), border: Border.all(color: Color(0xFF078C84)), color: Color(0xFFFFFFFF).withValues(alpha: 0.2)),
|
|
|
child: Row(
|
|
|
children: [
|
|
|
U.iconsax('image', color: primaryColor, size: 30),
|
|
@@ -420,9 +420,9 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
),
|
|
|
gradient: LinearGradient(
|
|
|
colors: [
|
|
|
- Color(0xFF4FB66C).withOpacity(1),
|
|
|
- Color(0xFFFFA800).withOpacity(1),
|
|
|
- Color(0xFFC9223B).withOpacity(1),
|
|
|
+ Color(0xFF4FB66C).withValues(alpha: 1),
|
|
|
+ Color(0xFFFFA800).withValues(alpha: 1),
|
|
|
+ Color(0xFFC9223B).withValues(alpha: 1),
|
|
|
],
|
|
|
begin: Alignment.topLeft,
|
|
|
end: Alignment.bottomRight,
|
|
@@ -497,14 +497,14 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
keyboardType: widget.request['noteFormat'] == 'NUMBER' ? TextInputType.number : null,
|
|
|
decoration: InputDecoration(
|
|
|
hintText: 'placeholderNote'.tr(),
|
|
|
- hintStyle: TextStyle(color: textColor.withOpacity(0.5), fontSize: 14),
|
|
|
+ hintStyle: TextStyle(color: textColor.withValues(alpha: 0.5), fontSize: 14),
|
|
|
filled: true,
|
|
|
fillColor: backgroundColor,
|
|
|
- hoverColor: Colors.black.withOpacity(0.1),
|
|
|
+ hoverColor: Colors.black.withValues(alpha: 0.1),
|
|
|
contentPadding: EdgeInsets.all(13),
|
|
|
prefixIcon: Padding(padding: EdgeInsets.only(left: 13, right: 13), child: U.iconsax('edit-2', color: textColor, size: 24)),
|
|
|
border: InputBorder.none,
|
|
|
- enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withOpacity(0.5))),
|
|
|
+ enabledBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: BorderSide(color: Color(0xff262626).withValues(alpha: 0.5))),
|
|
|
focusedBorder: OutlineInputBorder(borderRadius: BorderRadius.circular(12), borderSide: const BorderSide(color: primaryColor)),
|
|
|
isDense: true
|
|
|
),
|
|
@@ -574,7 +574,7 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
gradient: LinearGradient(
|
|
|
begin: Alignment.topLeft, end: Alignment.bottomRight,
|
|
|
colors: [
|
|
|
- Color(0xff131480).withOpacity(0.56), Color(0xff131480).withOpacity(0.90), Color(0xff131480).withOpacity(0.75)
|
|
|
+ Color(0xff131480).withValues(alpha: 0.56), Color(0xff131480).withValues(alpha: 0.90), Color(0xff131480).withValues(alpha: 0.75)
|
|
|
]
|
|
|
)
|
|
|
),
|
|
@@ -604,7 +604,7 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
gradient: LinearGradient(
|
|
|
begin: Alignment.topLeft, end: Alignment.bottomRight,
|
|
|
colors: [
|
|
|
- Color(0xff078C84).withOpacity(0.56), Color(0xff078C84).withOpacity(0.90), Color(0xff078C84).withOpacity(0.75)
|
|
|
+ Color(0xff078C84).withValues(alpha: 0.56), Color(0xff078C84).withValues(alpha: 0.90), Color(0xff078C84).withValues(alpha: 0.75)
|
|
|
]
|
|
|
)
|
|
|
),
|
|
@@ -624,7 +624,7 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
|
|
|
padding: EdgeInsets.all(3),
|
|
|
child: Text('scheduledMsg'.tr(), style: TextStyle(color: textColor, fontSize: 12, fontWeight: FontWeight.w300)),
|
|
|
decoration: BoxDecoration(
|
|
|
- color: Color(0xffCCA600).withOpacity(0.2),
|
|
|
+ color: Color(0xffCCA600).withValues(alpha: 0.2),
|
|
|
borderRadius: BorderRadius.all(Radius.circular(3))
|
|
|
),
|
|
|
)
|