Skip to content
View Mauricifj's full-sized avatar

Highlights

  • Pro

Block or report Mauricifj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mauricifj/README.md
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();
}

Pinned Loading

  1. portfolio portfolio Public

    A responsive portfolio website built with Flutter Web to showcase my skills and experience. Features a modern design, smooth animations, and multi-language support.

    Dart

  2. countries_app countries_app Public

    Country details delivered through a native Flutter experience

    Dart

  3. top_up_app top_up_app Public

    Dart

  4. tour_tempest tour_tempest Public

    Tour 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

  5. multiple_universe_superheroes multiple_universe_superheroes Public

    Multiple Universe Super Heroes App

    Dart

  6. cielo_lio_helper cielo_lio_helper Public archive

    A Flutter plugin for Cielo Lio V2

    Dart 5 7