Skip to content
View fzl-22's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report fzl-22

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
fzl-22/README.md

Hello there ๐Ÿ‘‹

class MobileDeveloper {
  final String name;
  final String role;
  final List<String> languageSpoken;

  const MobileDeveloper({
    required this.name,
    required this.role,
    required this.languageSpoken,
  });

  void sayHi() {
    print("Hi! I'm ${this.name} and a ${this.role}.");
    print("I can engage in a convo with you using both ${this.languageSpoken}, no problem!");
    print("Hope you find something interesting here!");
  }
}

void main(List<String> args) {
  final me = MobileDeveloper(
    name: "Ahmad Faisal",
    role: "Flutter Developer",
    languageSpoken: const ["id_ID", "en_US"],
  );

  me.sayHi();
}

๐Ÿ“ Visit Me

๐Ÿ”ง Technologies & Tools

๐Ÿ† GitHub Trophies

trophy

Pinned Loading

  1. faisal-starter-code-flutter faisal-starter-code-flutter Public

    My Flutter's starter code (v1.0.0)

    Dart 4

  2. educa-app educa-app Public

    Educa, online learning application built with Firebase and implemented clean architecture

    Dart 1

  3. face-recognition-based-attendance-system face-recognition-based-attendance-system Public

    Face-Recognition-Based Student Attendance System using Haar-Cascade Classifier and Local Binary Pattern Histogram

    Python

  4. enigma-machine-emulator enigma-machine-emulator Public

    Enigma Machine Emulator written in C++

    C++

  5. template-makalah-latex template-makalah-latex Public

    Repository ini berisi source code template makalah dengan menggunakan LaTeX

    TeX

  6. in-silico-approach-on-herbal-compound-identification in-silico-approach-on-herbal-compound-identification Public

    Repository ini adalah repository untuk tim PKM-RE dengan judul "Pendekatan In Silico dengan Menggunakan Molecular Fingerprint dan Support Vector Classifier untuk Identifikasi Senyawa Herbal Indonesโ€ฆ

    Jupyter Notebook