Summary of my Github account

Apps here are mostly related to .NET, Unity, Node.js, and Flutter. Feel free to use them, report issues, and contribute. All projects are of MIT or BSD-3-Clause licenses.

Flutter Log Keeper (iOS/Android/Web/Dart Server)

LogKeeper is a tool for storing logs that generates links to them after saving. Our applications automatically upload logs to it when errors are detected, and the resulting links are easier to share and attach to tasks than when using log files.

It is made with Flutter using Bloc pattern and Firebase Firestore. It also demonstrates the usage of Dart on the backend and sharing code within a server and a client.

Proviso

Proviso is a complete set of Flutter tools for conditional rendering (if-else and switch conditions), subtree wrapping with a parent widget, and some handy shortcuts (like DebugWidget, WebOnlyWidget, SafeBuilder, and many more).
Published on pub.dev

Router.NET

Router.NET is .NET Core AWS Lambda application with DynamoDB and MongoDB storage implementations.
Can be used for routing your apps towards different servers.

FireShift

Fireshift is a Flutter + Nest.js AWS Lambda + mongoDB (Mongoose) tool for getting user feedback

Flutter Notes Manager

Notes is a simple notes management app built with Flutter (iOS/Android/Web).
It is based on Async-Redux and Firebase Firestore.

Notes Jetpack Compose

NotesCompose is an implementation of Flutter Notes using Kotlin and JetPack Compose

Log Keeper JetPack Compose

LogKeeperCompose is an implementation of Flutter LogKeeper using Kotlin and JetPack Compose

LogKeeper SwiftUI

LogKeeper SwiftUI is a client of Flutter LogKeeper for an iOS built with SwiftUI, Redux, Swinject, SPM and Firestore.

Tool Projects

Some tools to simplify everyday development tasks.

This tool finds unreferenced assets by analyzing all files in your Unity project.

A Slack app built for AWS Lambda.

monday.com lacks a feature of custom pulse id generation. See feature request.
Until the functionality is implemented, we use this WebHook tool based on Firebase, AWS Lambda and Node.js