Download Flutter SDK, extract the "Flutter" folder and put somewhere on your machine https://flutter.dev/docs/get-started/install
Add path for 'location/flutter/bin'
Download Flutter SDK, extract the "Flutter" folder and put somewhere on your machine https://flutter.dev/docs/get-started/install
Add path for 'location/flutter/bin'
| import { useEffect, useState } from 'react'; | |
| import { Flex, Select, Box, Text, Input, Spinner, Icon, Button } from '@chakra-ui/react'; | |
| import { useRouter } from 'next/router'; | |
| import { MdCancel } from 'react-icons/md'; | |
| import Image from 'next/image'; | |
| import { filterData, getFilterValues } from '../utils/filterData'; | |
| import { baseUrl, fetchApi } from '../utils/fetchApi'; | |
| import noresult from '../assets/images/noresult.svg'; |