Android | Flutter Developer | Always learning
"Building apps, one widget at a time." π€
<?php
namespace MohiuddinAnsari;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'position' => 'Android | Flutter Developer',
],
];
}
public function getDailyKnowledge(): array
{
return [
Java::class,
Kotlin::class,
Dart::class,
Flutter::class,
Firebase::class,
Angular::class,
ReactNative::class,
Aws::class,
Php::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}