Skip to content
View unix14's full-sized avatar
👋
Say Hi
👋
Say Hi

Block or report unix14

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

Hi there 👋

I'm Eyal Yaakobi, a Senior Android Developer, Flutter Developer and AI Enthusiast. I own 3P Cups - an indie development studio specializing in apps and games.I'm also known by the nickname 'unix14'.

My Top 3 Projects

  • FreeTube: An Android app that allows users to watch YouTube without ads, featuring a customizable interface.

  • paginatorx: A Flutter package that simplifies the implementation of pagination in your applications.

  • analytix: Another Flutter library for integrating analytics and data funnels observations into your apps with ease.

Follow Me

Let's Collab

I'm open to collaborations, freelance work, or project-based engagements. If you're interested in working together, feel free to reach out!

Pinned Loading

  1. PelecardExam PelecardExam Public

    This project is built for Pelecard, showcasing a scalable and secure payment SDK solution using Android best practices, including Kotlin, Jetpack Compose, and Hilt for efficient architecture.

    Java

  2. RedAlertTest RedAlertTest Public

    a test application in flutter to show red alerts \ rockets siren

    Dart 1

  3. paginatorx paginatorx Public

    Pagination library in Dart to handle paginated responses from any data source

    C++

  4. FileCache lib FileCache lib
    1
    import 'dart:io';
    2
    import 'dart:convert';
    3
    
                  
    4
    class FileCache {
    5
      // The directory where the cache files are stored
  5. analytix analytix Public

    Analytix: Streamlining analytics integration and usage in Dart applications for efficient event tracking and reporting

    Dart 1

  6. SmartImageUploader class in the Dart... SmartImageUploader class in the Dart file provides a method to upload a file to Firebase. It first opens a file picker for the user to select a file. After a file is selected, it extracts the file extension and appends it to the provided path. Then, it uploads the file to Firebase Storage. If the upload is successful, it retrieves and returns the download URL of the uploaded file. If the upload fails or no file is selected, it prints an appropriate message
    1
    
                  
    2
    import 'dart:io';
    3
    import 'dart:typed_data';
    4
    
                  
    5
    import 'package:file_picker/file_picker.dart';