import 'mauricifj.dart';
class AboutMe {
final String name = 'Maurici';
final String field = 'Mobile Engineer | Flutter Developer';
final String motto = 'Write clean code and keep it simple.';
final String location = 'My Mac and the Cloud ☁️';
final Uri website = Uri.parse('mauricifj.dev');
void introduce() {
print('Hi, I\'m $name — $field 👨💻');
print('📍 Based in: $location');
print('💬 Motto: $motto');
print('💻 Website: $website');
}
}
class Skills {
final List<String> languages = ['Dart', 'JavaScript (when I must)'];
final List<String> frameworks = ['Flutter'];
final List<String> tools = ['Firebase', 'Git', 'Figma'];
void showSkills() {
print('🛠️ Languages: $languages');
print('🧱 Frameworks: $frameworks');
print('🔧 Tools: $tools');
}
}
void main() {
Mauricifj();
AboutMe().introduce();
Skills().showSkills();
}
Highlights
- Pro
Pinned Loading
-
portfolio
portfolio PublicA responsive portfolio website built with Flutter Web to showcase my skills and experience. Features a modern design, smooth animations, and multi-language support.
Dart
-
countries_app
countries_app PublicCountry details delivered through a native Flutter experience
Dart
-
-
tour_tempest
tour_tempest PublicTour Tempest is a weather tracking app designed specifically for rock'n'roll band staff. It provides up-to-date weather forecasts for Silverstone (UK), São Paulo(Brazil), Melbourne (Australia) and …
Dart
-
multiple_universe_superheroes
multiple_universe_superheroes PublicMultiple Universe Super Heroes App
Dart
-
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.


