added service projet screen
This commit is contained in:
parent
ffb02027cc
commit
2149fd6bc5
@ -1,5 +1,5 @@
|
||||
class ApiEndpoints {
|
||||
static const String baseUrl = "https://stageapi.marcoaiot.com/api";
|
||||
// static const String baseUrl = "https://stageapi.marcoaiot.com/api";
|
||||
// static const String baseUrl = "https://api.marcoaiot.com/api";
|
||||
//static const String baseUrl = "https://devapi.marcoaiot.com/api";
|
||||
|
||||
|
||||
@ -273,9 +273,8 @@ class _ServiceProjectScreenState extends State<ServiceProjectScreen>
|
||||
suffixIcon: ValueListenableBuilder<TextEditingValue>(
|
||||
valueListenable: searchController,
|
||||
builder: (context, value, _) {
|
||||
if (value.text.isEmpty) {
|
||||
if (value.text.isEmpty)
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
return IconButton(
|
||||
icon: const Icon(Icons.clear,
|
||||
size: 20, color: Colors.grey),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user