Skip to content
View ArefMozafari's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ArefMozafari

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
ArefMozafari/README.md

Hi, I'm Aref πŸ‘‹

Building cross-platform apps & system-level tools
Flutter β€’ Go β€’ Rust β€’ Networking β€’ Web3

  • πŸ”­ Currently working on mobile apps + networking tools + flutter intergration
  • ⚑ Focused on performance, low-level integrations, and scalability
  • 🎡 Singer & music enthusiast

Featured Work

  • πŸš€ Flutter Password Validator – Flutter plugin for validating password inputs
  • βš™οΈ Go/Rust-based core systems (gRPC, mobile bindings)

Connect with me

Pinned Loading

  1. flutter_pw_validator flutter_pw_validator Public

    Flutter Password Validator package helps you to validate user-entered passwords in your flutter app.

    Dart 33 46

  2. Flutter/Dart - How to convert En/Fa ... Flutter/Dart - How to convert En/Fa entered number to each other
    1
    extension StringExtentions on String {
    2
      
    3
      String replaceFaNumToEnNum() {
    4
        
    5
        const english = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
  3. Flutter/Dart - Regex that checks if ... Flutter/Dart - Regex that checks if password has at least specialCount special character matches
    1
    //Checks if password has at least specialCount special character matches
    2
    bool hasMinSpecialChar(String password, int specialCount) {
    3
      String pattern =
    4
          r"^(.*?[$&+,\:;/=?@#|'<>.^*()%!-]){" + specialCount.toString() + ",}";
    5
      return password.contains(new RegExp(pattern));
  4. XeniacDev/FoxholeArtillery-mobile XeniacDev/FoxholeArtillery-mobile Public

    A simplistic calculator for using howitzers, field artillery, gunboats, and mortars. Simply click which weapon you're using then input the dist/azm from yourself to the weapon, then the dist/azm to…

    Dart 6 3