class _Profile extends StatelessWidget {
static const String nickname = 'Danwirele';
static const Gender gender = Gender.flutterMechanic;
static const Company company = Company.ROSATOM;
@override
Widget build(BuildContext context) {
return const Text(
'Hello Everyone on my profile page',
);
}
}
🤒
Out sick
Popular repositories Loading
-
-
flutter
flutter PublicForked from flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Dart 1
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




