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, World

Progress over perfection, quality over duration and quantity

  • 🔭 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




Project ideas I might or not do:

  1. A simple wallpaper application that work on all desktop platforms and supports multiple providers either from other programs like wallpaper engine (I already have a demo in the past) or from apis

  2. A minecraft launcher that allow you join servers directly from the launcher with many features like syncing the server content (mods, resource packs, shaders etc...) always the same minecraft version and mod loader for compability and shared settings and fata without having to download or duplicate content for seamless experience, there should be the launcher, web app for server maintainers for adding content like the client mods, backend for both the desktop app, web and rest api for external applications, plugins and mods for existing platforms like fabric, forge, paper etc... on the server side so it sync the server status to the api and some other stuff so players can join with only server address/name in that client

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 5

  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`