class SuhaibSalman extends FlutterDeveloper {
final String name = "Suhaib Salman";
final String role = "Expert Flutter Developer";
final int experience = 4+; // years
final String location = "Pakistan π΅π°";
final List<String> currentFocus = [
"AI-powered mobile applications",
"Automation workflows",
"Cross-platform Flutter apps",
];
final Map<String, bool> openFor = {
"Freelance Projects" : true,
"Collaborations" : true,
"Open Source" : true,
"Exciting Flutter" : true,
};
String get motto => "Ship fast. Build clean. Scale smart. π";
}
|
|
|
|
|
|
|
|
|





