Skip to content
View LokieVikky's full-sized avatar
๐ŸŽฏ
Dart makes my heart Flutter
๐ŸŽฏ
Dart makes my heart Flutter
  • Chennai
  • 18:10 (UTC +05:30)

Block or report LokieVikky

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

Hello there

Linkedin Badge Twitter Badge Medium Badge Gmail Badge

import 'package:flutter/material.dart';

void main() {
  SoftwareEngineer softwareEngineer = SoftwareEngineer();
  softwareEngineer.sayHi();
}

class SoftwareEngineer {
  final String name = 'Lokesh N';
  final List<Locale> spokenLanguages = [const Locale('en', 'US'), const Locale('ta', 'IN')];
  final List<String> roles = ['Software Engineer', 'Solutions Architect', 'Product Manager'];
  final List<String> programmingLanguages = ['Java', 'Dart', 'C++', 'JavaScript'];
  final List<String> frameworks = ['Flutter', 'Android'];
  final List<String> databases = ['MS SQL Server', 'PostgreSQL', 'SQLite'];
  final List<String> technologies = ['Firebase', 'AWS', 'Hasura', 'GraphQL'];
  final List<String> architectures = ['MVC', 'MVVM', 'ServerLess'];

  void sayHi() {
    debugPrint("Welcome to my profile! I'm a software engineer passionate about open-source.");
  }
}

๐Ÿ—‚๏ธ OpenSource Projects

Readme Card

๐Ÿ”ง Favorite Technologies & Tools

Operating Systems

Programming Languages

Frameworks and Libraries

DevOps Tools

Software and Tools

๐Ÿ“Š GitHub Stats

Pinned Loading

  1. wifi_scan_desktop wifi_scan_desktop Public

    A Wi-Fi scanner for flutter in desktop

    C++ 2