Skip to content
View ellet0's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report ellet0

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

Hi there

  • 🔭 I’m currently working on a Mobile App and website with Kotlin, ktor, flutter, and even swift
  • 🌱 I’m currently learning Next Js
  • 👯 I’m looking to collaborate on Open-source projects
  • 🤔 I’m looking for help with Wallpaper Engine Linux Port
  • 💬 Ask me about Flutter, Kotlin, Native Android, Ktor
  • 📫 How to reach me: ellet@freshplatform.net
  • ⚡ You're more than welcome to get in touch




I have an organization on GitHub called Fresh Platform and moved some of the repos there

I have recently changed my username and all of my commits are signed using the private GitHub email with that previous username now I don't have access to it, only the new commits will be verified

Pinned

  1. freshplatform/ktor-server-firebase-app-check freshplatform/ktor-server-firebase-app-check Public

    A Ktor server plugin for configuring Firebase App Check easily and with simplicity.

    Kotlin 11

  2. Ktor VPS Server Deployment Steps Ktor VPS Server Deployment Steps
    1
    1. Make sure you are on Mac OS or Linux, if your are on windows please use Git Bash instead of  default terminal
    2
    
                  
    3
    And then connect to your ops server using ssh command with password or ssh key:
    4
    
                  
    5
    ```
  3. freshplatform/alrayada-web freshplatform/alrayada-web Public

    A production landing page for Alrayada company

    HTML 4

  4. wordpress-egt-rest-api wordpress-egt-rest-api Public

    A wordpress plugin that extends it rest api and add more routes for woocommerce and wordpress for users and not admin, plugin is not complete!

    PHP

  5. freshplatform/fresh-notes freshplatform/fresh-notes Public

    A cross platform notes app (work-in-progress).

    Dart 3

  6. Fix flutter Gradle fails with native... Fix flutter Gradle fails with native android plugins when using the latest version of gradle
    1
    # Fix flutter Gradle fails with native android plugins when using the latest version of gradle
    2
    
                  
    3
    The issue is, when you use Flutter plugins that didn't update thier android gradle to 8.0 or later
    4
    and if you use gradle 8.0 or above, the build will faield since gradle 8.0 require the package name
    5
    as property in `android` block in `build.gradle` called `namespace` instead of `AndroidManifest.xml`