Hi@akhtar,
You can import your module from different folders using the import keyword. I have attached one example below for your reference.
import 'package:flutter/material.dart';
import 'UI/home.dart';
void main() {
runApp(myapp());
}
To know more about Flutter, join our Flutter Certification today.