chore : update some lib and remove unused lib
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
import 'package:rasadyar_livestock/presentation/routes/app_pages.dart';
|
||||
@@ -182,7 +183,7 @@ class MapWidget extends GetView<MapWidgetLogic> {
|
||||
ignoreSafeArea: false,
|
||||
);
|
||||
},
|
||||
icon: FaIcon(FontAwesomeIcons.locationPin, color: AppColor.error),
|
||||
icon: Icon(CupertinoIcons.location_solid, color: AppColor.error),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user