Skip to content
View Donkelv's full-sized avatar
Block or Report

Block or report Donkelv

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

Hi there 👋, I'm Kevin

Senior Mobile Engineer ⚡️ Building mobile apps, packages with Flutter/Dart, Integrating MPOS devices and POS devices



🏆 GitHub Trophies

trophy


Pinned

  1. decodingTLV.dart decodingTLV.dart
    1
    Map<String, String> decodeTLV(String tlvData) {
    2
      Map<String, String> decodedTags = {};
    3
    
                  
    4
      int currentIndex = 0;
    5
      while (currentIndex < tlvData.length) {
  2. Time-Tracker Time-Tracker Public

    This is a personal timer-tracking dashboard that retrieves data from an external api and render it

    Dart 1

  3. order-tracker order-tracker Public

    This is an order tracking application written in Flutter. It uses Ably for real-time updates on order statuses.

    Dart

  4. flutter_weather_app flutter_weather_app Public

    Flutter Weather App is a mobile application that displays the current weather conditions and a 8-day forecast for a user's location. It utilizes an API to fetch weather data and presents it in a vi…

    Dart

  5. Agora-Flutter-Quickstart Agora-Flutter-Quickstart Public

    Forked from AgoraIO-Community/Agora-Flutter-Quickstart

    Quickstart for Agora Flutter SDK(Android/iOS)

    Dart