change modes

This commit is contained in:
Mohamed Nouffer
2022-07-09 22:51:34 +05:30
parent 131a8995e0
commit ce105a6754
22 changed files with 828 additions and 293 deletions

View File

@ -9,6 +9,7 @@ class PerfectureWidget extends StatefulWidget {
IndexController indexController;
MapController mapController;
PerfectureWidget({Key? key, required this.indexController, required this.mapController}) : super(key: key){
//indexController.zoomtoMainPerf("9", mapController);
}
@ -19,6 +20,11 @@ class PerfectureWidget extends StatefulWidget {
class _PerfectureWidgetState extends State<PerfectureWidget> {
@override
void initState() {
super.initState();
}
bool isNumeric(String s) {
if (s == null) {
@ -93,6 +99,7 @@ class _PerfectureWidgetState extends State<PerfectureWidget> {
@override
Widget build(BuildContext context) {
return Obx(() =>
Row(
children: [