Skip to content
View meg4cyberc4t's full-sized avatar
🤟
funk
🤟
funk

Highlights

  • Pro
Block or Report

Block or report meg4cyberc4t

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

Igor Molchanov

Senior Flutter Developer


Hi, My name is Igor. I’m Mobile Developer currently based on Moscow (+3 UTC).

I am a versatile specialist in the development of mobile applications, I also have experience in working with backend, databases, neural networks and people management. With two years of commercial experience, participated in the development of projects of various scale and complexity, including such as B2B, Social, e-commerce and educational platforms. I have worked in tier 1-2 shooting range companies (Yandex LLC, Intertech Services AG, Rintech, IThub Dev Center). Recently I focused on building a great flutter team, writing articles about development and making public appearances. Actively support the open-source community.

Languages: Russian (Native), English (level B1-B2)

If you need to contact me, use GitHub, Telegram or E-mail. Also subscribe to my telegram channel!

Pinned

  1. choose_color_theme_template choose_color_theme_template Public template

    This template will help you choose a color scheme for the application, show how widgets interact with it

    Dart 12 4

  2. notify notify Public archive

    An application for creating and working reminders in a team

    Dart 6

  3. varioqub_configs varioqub_configs Public

    Flutter plugin providing work with remote configs, experiments and A/B testing via Varioqub

    Dart 2

  4. A class for working with weight A class for working with weight
    1
    final class Weight {
    2
      final int _grams;
    3
    
                  
    4
      const Weight.fromGrams(final int grams) : _grams = grams;
    5
      const Weight.fromKilograms(final int kilograms) : _grams = kilograms * 1000;
  5. weight_control weight_control Public

    An appication to control your weight

    Dart 2