Category: Blog

  • spaceship

    Module spaceship

    Library for building Android Apps.

    Package it.scoppelletti.spaceship.app

    Contains high-level classes encapsulating the overall Android application model.

    Package it.scoppelletti.spaceship.content.res

    Contains classes for accessing application resources, such as raw asset files,
    colors, drawables, media, or other files in the package, plus important device
    configuration details (orientation, input types, etc.) that affect how the
    application may behave.

    Package it.scoppelletti.spaceship.databinding

    Contains components used when developing applications with data binding.

    Package it.scoppelletti.spaceship.graphics

    Provides low level graphics tools such as canvases, color filters, points, and
    rectangles that let you handle drawing to the screen directly.

    Package it.scoppelletti.spaceship.i18n

    Internationalization.

    Package it.scoppelletti.spaceship.inject

    Dependency injection.

    Package it.scoppelletti.spaceship.io

    Provides for system input and output through data streams, serialization and the
    file system.

    Package it.scoppelletti.spaceship.lifecycle

    Manages your activity and fragment lifecycles.

    Package it.scoppelletti.spaceship.os

    Provides basic operating system services, message passing, and inter-process
    communication on the device.

    Package it.scoppelletti.spaceship.text

    Provides classes used to render or track text and text spans on the screen.

    Package it.scoppelletti.spaceship.types

    Provides data types.

    Package it.scoppelletti.spaceship.view

    Provides classes that expose basic user interface classes that handle screen
    layout and interaction with the user.

    Package it.scoppelletti.spaceship.widget

    The widget package contains (mostly visual) UI elements to use on your
    Application screen.

    Visit original content creator repository
    https://github.com/dscoppelletti/spaceship

  • EasyEats-BackEnd

    EasyEats

    JavaBackEnd for – Ann app that digitizes the ordering process of food at the NextGen Mall, whereby a client would go to the food court then place an order using a mobile web application right from their table.

    Getting Started

    Ensure to follow these instructions to set upa and run successfully.

    Setup Instructions

    • Ensure gradle is installed, synced and all dependencies downloaded.
    • Run this command to clone into your local repo
    git clone https://github.com/OderoOluoch/EasyEats-BackEnd.git
    
    

    Database set up Instructions

    run

    $ psql < create.sql
    

    if this doesn’t work, go and do this manually. as below

    CREATE DATABASE easyeats;
    
    
    \c easyeats;
    
    
    SET MODE PostgreSQL;
    
    CREATE DATABASE easyeats;
    
    CREATE TABLE IF NOT EXISTS shops (
      id serial PRIMARY KEY,
      name VARCHAR,
      tagline VARCHAR,
      image VARCHAR
    );
    
    CREATE TABLE IF NOT EXISTS waiter (
      id serial PRIMARY KEY,
      name VARCHAR,
      shop_id INTEGER
    );
    
    CREATE TABLE IF NOT EXISTS order_type (
      id serial PRIMARY KEY,
      name VARCHAR
    );
    
    CREATE TABLE IF NOT EXISTS next_gen_table (
      id serial PRIMARY KEY,
      name VARCHAR
    );
    
    CREATE TABLE IF NOT EXISTS menu (
      id serial PRIMARY KEY,
      name VARCHAR,
      description VARCHAR,
      shop_id INTEGER
    );
    
    CREATE TABLE IF NOT EXISTS cuisines(
    id serial PRIMARY KEY,
    food VARCHAR,
    image VARCHAR,
    price INTEGER,
    menu_id INTEGER
    );
    
    • Navigate to the root folder of the repo via your terminal.
    • Run this command to start gradle via the terminal
    $ gradle run
    
    
    • Use this URL on your browser localhost:4567/api/v1 , you will see { "Welcome to nextGen API" }

    | URL end point | Description | |:— | —: |

    api/v1/menus - GET - Get a list of all menu Items

    api/v1/menus/new - POST - send an object with menu name, description and shop_id .

    api/v1/menus/{id} - GET - Get a menu item by id.

    api/v1/menus/{id}/cuisines - GET - Get a list of all food cuisines of a specific menu category item

    api/v1/waiters - GET - Get a list of all waiter Items

    api/v1/waiters/new - POST - send an object with waiter name and shop_id

    api/v1/waiters/{id} - GET - Get a waiter item by id.

    api/v1/shops - GET - Get a list of all shops Items

    api/v1/shop/new - POST - send an object with shop name.

    api/v1/shops/{id} - GET - Get a shop item by id.

    api/v1/shops/{id}/menus - GET - Get a list of all menu category items in a specific shop.

    api/v1/shops/{id}/waiters - GET - Get all waiters in a specific shop.

    api/v1/tables - GET - Get a list of all tables

    api/v1/tables/new - POST - send an object with table name.

    api/v1/tables/{id} - GET - Get a table item by id.

    api/v1/order_types - GET - Get a list of all order type Items

    api/v1/order_types/new - POST - send an object with order type name.

    api/v1/order_types/{id} - GET - Get an order type item by id.

    api/v1/cuisines - GET - Get a list of all food and cusines available

    api/v1/cuisines/new - POST - send an object with food, image url , price and menu_id

    api/v1/cuisines/{id} - GET - Get an order type item by id.

    • when testing with postman, use as the base URL.
    easyeatsodero.herokuapp.com/api/v1/
    
    

    Technologies used

    • Java
    • Gradle
    • J-Unit5
    • GSON

    Bugs being worked on

    • It is open for critique and improvements

    Support and contact details

    To help grow and make this product better, reach out to email.

    LICENSE

    License: ISC

    Contributors

    Odero Oluoch , Allan Mughus , Quieenzy Ong’eye, Joseph Wangare

    Visit original content creator repository https://github.com/OderoOluoch/EasyEats-BackEnd
  • awesome-open-source-flutter-apps

    Discord Server Invite

    Contributors should go through the Contributing Guide to learn how to send across a PR.

    Awesome Open Source Flutter Apps

    flutterapps (1)

    A curated list of awesome open source Flutter apps.

    All the projects added in this project are featured in fluttergems.dev

    🧑🏻‍💻 Developer Tools
    🤖 Generative AI & LLMs
    💰 Personal Finance
    🕸️ Web3 & Crypto
    💳 Wallets, Payments & PoS
    📗 Lifestyle
    💼 Business
    Productivity
    ⚒️ Tools & Utilities
    🔐 Password, Encryption & Security
    🌁 Photo & Video
    🎉 Games & Fun
    ⚽️ Sports
    🍔 Food & Drink
    📚 Books
    🧞‍♂️ Comics, Anime & Manga
    🏃‍♂️ Health & Fitness
    🏥 Medical
    ✈️ Travel & Navigation
    🏎️ Cars & Automobiles
    🎓 Education
    🎨 Graphics & Design
    🎵 Music
    🍿 Entertainment
    📰 News & Feed
    💬 Chat & Messaging
    👥 Social Networking
    🛜 Network, Bluetooth & Sharing
    📡 IoT & Remote Control
    ☔️ Weather
    🛍️ Shopping & E-commerce
    🕶️ AR & VR
    👶 Kids
    🐕 Pets & Animals
    ⌚️ Wearables
    👩‍💼 Admin Dashboard
    📝 Portfolio
    📲 App Store & Manager
    💻 OS
    ♿️ Accessibility
    🕉️ Religion
    🫙 Boilerplate
    🔫 Privacy, Safety & Crime
    🌎 Environment, Social & Agriculture
    🤷 Others

    Developer Tools

    Project Repo Description
    API Dash Link A beautiful AI powered open-source cross-platform (Desktop & Mobile) API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
    Appainter Link A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app
    BendyStraw Link An Android app for managing NewPipe databases
    cb_app Link An App that provides Access to CommonsBooking driven Sites
    devtoolbox Link Collection of offline utilities for developers
    DevWidgets Link DevWidgets is an application with several tools such as generators, formatters and converters for developers
    Flutter Design Patterns Link Flutter Design Patterns application
    Flutter Installer Link Flutter Installer is an installer for Flutter built with Flutter
    FlutterFx Link Animated flutter widgets for busy flutter developers
    GitCommitStreak Link A tool that shows the number of consecutive days with at least one commit per day
    GitTouch Link An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee, built with Flutter
    GSYGitHubApp Link An open source Github client App that provides a wide variety of functionality
    KitX Link Mobile Client for KitX
    kubenav Link kubenav is the navigator for your Kubernetes clusters right in your pocket
    Lab+ for GitLab Link An App to manage your interactions with your Gitlab Instance from your phone or Desktop
    RustDesk Link An open-source remote desktop, and alternative to TeamViewer
    semaphore Link Client App for Ansible Semaphore
    ServeIt Link A simple http-server on android
    ServerBox Link Provides charts to display Linux server status and tools to manage server
    sidekick Link A simple desktop interface for tools that enhance Flutter’s development experience to make it even more delightful
    SnapInk Link Transform your code into beautiful, print-ready images. Easily customize, share & showcase your code with style
    Software architecture of interpreter in Dart Link Software architecture of interpreter in Dart (Flutter)
    The Widget-Maker Link A visual editor for Flutter widgets
    tldr Link simplified man-pages, a tldr.sh client
    WidgetHub Link Collection of UI Widgets to help developers create beautiful, functional flutter apps

    Generative AI & LLMs

    Project Repo Description
    AI Assistant App Link AI Chatbot, Image Generator & Language Translator App
    AI Assistant Flutter Link A mobile app that offers users an interactive digital assistant using ChatGPT and DALL-E API
    ai_buddy Link Your personal free-to-use AI assistant, built with gemini & flutter
    aidea Link AIdea supports GPT and domestic LLMs Tongyi Qianwen, Wenxinyiyan, etc., and supports Stable Diffusion Wenshengtu, Tushengtu, SDXL1.0, super-resolution, and picture coloring.
    ChatGPT Client Link ChatGPT Client with LINE-Style UI Built with Flutter and Riverpod
    Flutter Scribble Link Turn your scribbles into detailed images with AI
    FlutterVoiceFriend Link Build interactive, voice-driven chatbot experiences using a combination of speech-to-text (STT) and text-to-speech (TTS)
    HaoChat Link An unofficial ChatGPT application
    maid Link Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely
    MyOllama Link Ollama-based LLM mobile client
    Open Alert Viewer Link Display server and network alerts from servers running Prometheus, Nagios, Icinga or Zabbix
    Simple ChatGPT Link ChatGPT like app in Flutter
    Story Generator Link A mobile app that generates random stories based on user input using Google Generative AI

    Personal Finance

    Project Repo Description
    app-finance Link Fingrom — open-source platform-agnostic financial accounting application
    Be Thrifty Today Link A simple and secure money manager that keeps you financially vigilant.
    Budget Budy Link A simple app to track your financial life using flutter
    Budgeto Link A money management app that allows users to split their income into customizable categories
    Carfoin Link Investment Fund Portfolio Manager
    Cash Balancer Link This app helps you understand your finances without the help of an expert. It works as a finance calculator for asset allocation.
    Cashew Link 💸 An app created to help users manage a budget and purchases
    cone Link A ledger.
    Currency alarm Link currency flutter app
    flutter-vizier-challenge Link Prototype of a financial mobile application.
    MarketMonk Link Track stocks on any platform
    mmas-money-tracker Link An optimized application for daily expense tracking and personal finance management
    Monekin Link An app that makes personal finance easier.
    Money Logs Link Financial Record Manager App.
    Money Tracker Link Money Tracking App using Flutter
    Oinkoin Link Oinkoin is a flutter app for helping you managing your expenses. No internet required.
    piggyvault Link Family finance management app.
    Receipt manager Link Receipt parser application written in dart.
    Sossoldi Link Sossoldi is a free and open source wealth management / personal finance / Net Worth tracking app
    Venom Link App to keep track of the fuel consumption and expenses of your vehicles.

    Web3 & Crypto

    Project Repo Description
    archethic-wallet Link A fully decentralized & cryptocurrency non-custodial hot wallet that enables you to safely manage assets on Layer 1 Archethic blockchain
    Breez Mobile Client Link Lightning Network mobile client. Provides a platform for simple, instantaneous bitcoin payments
    c-breez Link c-Breez is a migration of Breez mobile app to the Greenlight infrastructure.
    Crypto Prices Link Crypto Prices is an Android app that lets you keep track of the prices of most available cryptocurrencies.
    crypto-dashboard Link Cryptocurrency UI dashboard.
    flutter-crypto-app Link Cryptocurrency App
    flutter-crypto-wallet Link A multiplatform (Android, iOS, Web and macOS) crypto-wallet example created with Flutter and CoinGecko API.
    Flutter web3 Auction Link A token auction website made by Flutter thats interacts with Ethereum web3 through flutter_web3 package.
    LocalMonero Link Source code for the AgoraDesk/LocalMonero Mobile Applications. Buy or sell Bitcoin without ID verification
    Natrium Link A Nano cryptocurrency wallet app to manage your Nano funds
    Platypus Crypto Link An ad-free cross-platform robust solution for tracking cryptocurrency assets
    thirdbank Link A free and open-source experimental non-custodial Bitcoin wallet that focuses on simplicity and ease of use.
    Trace Link Modern crypto portfolio & market explorer

    Wallets, Payments & PoS

    Project Repo Description
    Cake Wallet Link A non-custodial, and private multi-currency crypto wallet
    Combo POS Link Digital technology combo pos application is responsible to make any restaurant point of sale with a menu, table, users, balance calculator, etc.
    Dypos Link Point of Sales Application using Flutter Firebase
    Encointer Wallet Link Encointer mobile wallet flutter implementation
    Flutter Point Of Sale App UI Link Flutter Point Of Sale App UI
    fWallet Link A beautiful cross-platform wallet application.
    HADWIN Link a prototype of a fund transfer platform
    Invoice Ninja Link Invoice Ninja: Desktop/mobile admin portal
    Invoice Pdf Link App to generate invoices in PDF format
    MiGo POS Software Link A POS Software that works everywhere seamlessly
    MPoS Link Mobile Point of Sale System for Four Angels Retail Shop
    okane Link okane is an unnecessarily complicated and over-engineered invoice generator.
    Peercoin Link Light Peercoin wallet written in Flutter, deployable on Android, iOS and Web.
    POS System Link An open source Flutter POS system (ordering system) with users.
    Seeds Light Wallet Link A payment platform and financial ecosystem to empower humanity and heal our planet
    Simple-POS Link A mobile POS app written with Flutter, compatible Sunmi device
    ThePOS Link Point of Sale App using GetX
    Veil Wallet Link Veil mobile wallet
    Wimpy – PoS System for Small Restaurants Link Wimpy is a point-of-sale (POS) system designed for small restaurants to manage their sales and customer orders.

    Lifestyle

    Project Repo Description
    Brethap Link Brethap is yet another meditation app (yama). Including a timer for meditation, it also allows you to configure a breathing pattern for you to follow.
    Butterfly Link Powerful, minimalistic, cross-platform, opensource note-taking app
    Clock Link A clock app that uses exclusively the Flutter Canvas to draw everything you see on screen.
    Daily Diary Link An app to create a diary entry every day
    Diary Link Digital diary with state-of-the-art encryption
    Deep Waste Link Managing waste in fun and easy way with AI.
    EcoMateSG Link EcoMateSG helps users make environmentally conscious choices and adopt a sustainable lifestyle.
    Feels App Link Log your emotions in an encrypted diary. See statistics of your feelings.
    FltKeep Link A note-taking app built with Flutter + Firebase
    Githo Link An app that helps you gradually build long-lasting habits.
    Habo Link A habit tracker app that helps you create and maintain healthy habits for a better life.
    Inner Breeze Link Guided breathing meditation app based on the Wim Hof breathing method.
    InnerQuest Link InnerQuest is an app designed to help you embark on a journey of self-discovery, personal growth, and increased productivity.
    Interactive Diary Link A map based social network for introverts
    Journapi Link Open source bullet journal to log your life
    koduko Link A habit tracker
    LifeList Link Plan, Track, and Achieve Your Life Goals Effortlessly.
    Meditation Link Essential meditation timer for Android
    Meditation App Link An app to make you calm, relieved, relaxed and focused.
    medito-app Link The Medito app is a 100% free meditation app. The app is available on Android and iOS.
    Mindful Notifier Link A simple mindfulness-based timer which displays a notification/reminder at user-defined intervals
    One Second Diary Link Minimalist video diary app
    Reflectly Link A journaling app
    StoryPad Link Minimalist app to write stories, notes, diary
    Table Habit Link Our app helps you form and track micro habits with easy-to-use charts and tools, making it simple to establish healthy habits that stick. Start your personal growth journey today
    voiceliner Link Braindump better.
    Your Journal Link App to write daily journals digitally.

    Business

    Project Repo Description
    AppFlowy Link AI collaborative workspace & an open source alternative to Notion.
    business_light Link App providing order management, product cataloguing, payments for small business owners
    Call Counter Link Calling plan consumption management
    Flokk Link A fresh and modern Google Contacts manager that integrates with GitHub and Twitter.
    Flow Link Feature rich event, group and time managment system
    Fluffyboard Link A offline and online Flutter Whiteboard with collaboration Features. Maintained in my free time. Currently demo is offline
    google-docs-clone-flutter Link A clone of Google Docs using Flutter and Appwrite
    HalfDot Link Minimalistic Umami client for Android
    HireHub Link A job-seeking app with resume uploads, real-time chat, application tracking and a scalable UI architecture
    katswiri Link A crawler to find job listings and aggregate them from multiple sources
    Ozan Link A personal knowledge base like Obsidian & Notion that combines simplicity with powerful features e.g., markdown support, graph, AI assistant, import/export etc.
    microsoft_teams_clone Link Microsoft Teams Clone is a Video conference application with a rich integrated chat experience, to connect with friends, family & colleagues.
    Notat Link a simple note-taking app with a markdown editor, built with Flutter and Firebase
    Notepad Link An open-source simple light-weight notepad ,built with Flutter
    Paperless Mobile Link An (almost) fully fledged mobile paperless client.
    PaperlessShare Link Android App to share your documents with your Paperless server
    Visual Editor Link Rich text editor for Flutter based on Delta format (Quill fork)
    webtrit_phone Link WebTrit Phone application

    Productivity

    Project Repo Description
    Break.Down.Timer Link A handy timer where you can define notifications (“breaks”) while the timer is running
    DeadlinesApp Link A simple app for keeping track of deadlines
    Deer Link Minimalist Flutter Todo App, built using BLoC pattern
    Everyday Tasks Link Track, log and schedule your everyday tasks.
    FlipCard Link A modern learning companion for effective memorization
    flutter_notes_app Link Note taking app.
    Flutter-Pomodoro Link A complete pomodoro app for MacOS.
    GitJournal Link Mobile first Note Taking integrated with Git
    Glory Todo Desktop Link A desktop Todo app
    kardi notes Link Cross-platform app to take notes. Encrypted, open-source, sync across devices
    koperasi-mobileApp Link Task Planner App
    kowalski Link AI-powered personal Knowledge Management System for Android
    Leaflet Link POSP official notes app, soon to be included
    Lightplan Link LightPlan is an open source project meant to remind tasks you have to make. Time is ticking, let’s not waste time planning.
    listify Link Todo App with a refreshing UI. Technology used: Flutter, Firebase, MVC, Riverpod.
    Local Material Notes Link Simple, local, material design notes
    log_book Link An internship log book desktop app
    markdownr Link Android app that converts an URL to markdown, and lets you share it to your favorite notes app.
    memo Link Memo is an open-source, programming-oriented spaced repetition software (SRS).
    MindWrite Link Help you create and manage your notes, this app is clone of Google Keep
    minttask Link A simple todo manager for Android made using Flutter with Material Design 3
    Note Taking App Link Note Taking App made with Flutter with Sqlite as database.
    NoteApp-Clean-Architecture Link NoteApp with Domain-Driven Clean Architecture with FlutterBloc + Freezed + Hive
    Noteless Link A Markdown-based note-taking app for mobile devices.
    Noty Link Write notes in the most productive ways
    ntodotxt Link Flutter app for managing your todos within a todo.txt file locally or via webdav (e.g. Nextcloud)
    One Day List Link A small, simple and beautiful app that can help you keep track of your daily plans.
    Paperless Link An Android/iOS app for Paperless
    pomodoro-session Link Helps users track work sessions using the Pomodoro Technique
    pmdr Link A Pomodoro App
    Purple Task Link Simple TO-DO app to help you get stuff done.
    Repeat Me Link A clean and intuitive task managing app for Android created with Flutter
    Shorey Link Shorey is a simple note app which is built with Flutter and supports both Android/iOS platforms.
    Stride Link Task management application with in-built git integration
    task_management Link Task Management / TODO App
    Tasker Link Open source task manager (todo list) app
    Taskez Link A productivity mobile application UI kit.
    TaskWarrior Link A premier task management tool for terminal users
    Time Cop Link A privacy first time tracking app.
    Time Tracking Link Time Tracking app with Flutter & Firebase.
    tmail-flutter Link A multi-platform application for reading your emails, with your favorite devices, using the JMAP protocol!
    ToDay Link A minimalist daily task manager
    Todoey Link A simple To-do app.
    Tomo Link Pomodoro timer for MacOS
    Virlow Flutter Recorder Link An app that transcribes recorded audio and includes a text editor for editing/adding notes.
    WD Notes Link A note-taking app that syncs with WebDAV
    WhatTodo Link A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern
    Working Time Alert Link Working time alert. Never miss the time to go home.
    Xournal++ Link https://xournal.online/ A port of the main features of Xournal++ to various Flutter platforms like Android, iOS and the Web.
    Yet another Todo Application Link Yet another Todo Application

    Tools & Utilities

    Project Repo Description
    alisthelper Link Alist Helper is an application designed to simplify the use of the desktop version of alist.
    Anchr Link Android client for Anchr.io link collections, built with Flutter
    Biyi Link Biyi (比译) is a convenient translation and dictionary app written in Flutter.
    Browser App Link Full-Featured Mobile Browser App.
    Calculator (dahliaOS) Link dahliaOS calculator
    Calculator Link A Soft UI (Neumorphism) Simple Calculator created using Flutter.
    Chrono Link A modern and powerful clock, alarms, timer and stopwatch app for Android
    Convapp Link A lightweight and multi-platform real-time unit conversion app.
    Converter NOW Link The Unit Converter app: easy, immediate and multi-platform
    Digital Calculator Link Digital calculator which has keyboard support (external bluetooth keyboard)
    dpc Link An open-source app for writing a family pedigree with a chronicle using Git
    Emotic Link Show a list of emoticons which can be copied to clipboard for any use
    Floating Volume Link Control your device’s volume with a floating slider on Android.
    Frigoligo Link A wallabag client to take your links anywhere and keep them fresh!
    Gopeed Link A modern download manager that supports all platforms
    Holidayz Link Stay Ahead with Global Public Holidays & Regional Days Off
    IdiomReplaceX Browser Link The IdiomReplaceX Browser App is a special browser app where IdiomReplaceX toolbox is added to almost any web page, allowing literary filters to be applied to the content of the web page
    keyviz Link Keyviz is a free and open-source tool to visualize your keystrokes ⌨️ and 🖱️ mouse actions in real-time.
    Keyviz Link Let your audience know what handy shortcuts/keys you’re pressing during screencasts, presentations, collaborations, or whenever you need it.
    limpazap Link Clean up Whatsapp backups
    Logger Link Android app to view and export call logs in CSV or JSON format and perform lightweight on-device analysis
    Mint Calculator Link A simple calculator and unit converter app with Material Design 3 inspired by Windows Calculator
    Neumorphic Calculator Link An elegant and highly customizable calculator app with a beautiful neumorphic design.
    Nyrna Link Suspend games and applications.
    Orgro Link An Org Mode file viewer for iOS and Android
    Parti Link A tool to help partitioning something into fractional parts
    RPNcalc Link A simple RPN (Reverse Polish Notation) calculator app built using Flutter
    SimplyTranslate Mobile Link Privacy friendly frontend to Google Translate
    TiefPrompt Link Cross-platform teleprompter app
    Touch Torch Link Touch the screen and the light turns on
    Type Link A typing test

    Password, Encryption & Security

    Project Repo Description
    AuthPass Password Manager Link AuthPass – Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
    Crypto ID Link Attest the trustworthiness of a device using asymmetric cryptography
    Encrypt it Link An app that encrypt and decrypt texts and protect them with a password.
    EncryptX Link Application that provides a convenient way to encrypt plain text.
    FlutCrack Link App to crack hashes by comparing them against a dictionary of words.
    free_watermark Link Free and easy watermarking tool for your sensitive images
    Keyoxide Link A modern, secure and privacy-friendly platform to establish your decentralized online identity
    NC Passwords Link A password manager app (Android + iOS) for Nextcloud’s Passwords app.
    nfsee Link Read your Transit/Bank/ID cards on Android/iOS phone with NFSee App
    Passy Link Offline password manager with cross-platform synchronization
    Rivia Link Rivia is the unique encryption tool
    RSA Encryption Link Encryption based on asymmetric cryptography.
    Safe Notes Link Safe Notes is a security project aimed at providing an encrypted, private note manager that works locally and protects notes from various threat actors.
    Secur Link A FOSS, cross-platform TOTP client written in Flutter with the aim of providing a beautiful UI.
    Securify Link A password manager application with three layers of security. The app stores the passwords in a local database in an encrypted format. Also, there is biometric verification(Fingerprint) whenever the app opens.
    SelfPrivacy Link SelfPrivacy — is a platform on your cloud hosting, that allows to deploy your own private services and control them using mobile application
    Wassword Link Wassword is an Android App built with Flutter to generate passwords and passphrases
    Yivi Link Yivi offers a privacy-friendly, flexible and secure solution to many authentication problems, putting the user in full control over his/her data
    Yubico Authenticator Link Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android

    Photo & Video

    Project Repo Description
    Aves Libre Link Aves is a gallery and metadata explorer app, built for Android with Flutter.
    Blink Comparison Link Simplifies comparing photos of tamper-evident seals and patterns using your eyes
    Cloud Gallery Link Have all your photos/videos on any cloud at anytime! Powered by Firebase
    ente Link Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
    Flutter Photography Link A beautiful and animated Photography Application UI.
    Image Editor Link Open source image editing app for Android/iOS.
    Image Meta Cleaner Link A cross-platform application designed to remove metadata from images
    Immich Link High performance self-hosted photo and video management solution.
    Libre Camera Link A free and open source camera app for Android written in Flutter and Dart
    OBS Blade Link Make use of the OBS WebSocket Plugin (https://github.com/obsproject/obs-websocket) and control your stream
    Panoramax Link Capture photo sequences with your mobile and send these sequences to a Panoramax instance
    photobooth Link Google I/O 2021 Photo Booth built with Flutter and Firebase
    PicGuard Link Secure & customize your digital photos by adding watermarks to your images
    pstube Link Watch and download videos without ads
    Ruko Link Helps clean your camera roll via Swipe to delete or keep photos in a Tinder-style UI
    Snap Saver Link A camera app that makes it easier to take photos for selected albums or directories
    Yaga Link Nextcloud Yaga – A Nextcloud first gallery app for Android.

    Games & Fun

    Project Repo Description
    2048 Link 2048 game.
    Ahorcado Link Spanish Hangman
    Ant Squash Link 2D game on Flutter. Made with Flame game engine.
    Arcade Plaza Link App that let’s you play free more than 55 games for free.
    BananaMon Link A bombman-like game.
    Basketball Game Link A Basketball game developed using Flame.
    Beret Link App to play the famous hat game
    BFBAN Assistants Link Report players on your phone with mobile app for BFBAN
    BGUG Link Break Guns Using Gems is a fast paced side-scrolling platformer with innovative controls and a gun-related twist.
    block_breaker Link Game of Block Breaker made using flame.
    Board Buddy Link Mobile app for tracking scores and rules in board games
    bounce_game Link Bounce game
    brain_punk Link A Brain Story Game built using Flutter + Flame
    Cards Link A collection of classic card games with progressive difficulty levels & achievements
    Cards With Cats Link Hearts and Spades card games
    chaldea Link Chaldea – Yet Another Material Planner and Battle Simulator for Fate/Grand Order aka FGO
    Club Penguin Link A multiplayer game involving penguins and anonymous chat in a virtual 2D world.
    Color Mixer Link Color Mixer game in Flame engine
    Darkness Dungeon Link A role playing game.
    dashboy Link Gameboy Emulator implemented by pure Dart
    devilf Link A Flutter 2D RPG Game Example On Web & Android & IOS.
    Dino Run Link A 2D infinite side scroller mobile game made using Flame engine.
    Dinosaur Game Link A simple chrome dinosaur game.
    doddle Link Amazing magical doodle game provide a creative doodle world for you!
    Easy Pong Link a classic Pong game built using Flutter and the Flame game engine
    Egyptian Mouse Pounce Link Egyptian Rat Screw, a card game in Flutter
    Everest Link A mathematical puzzle game
    FaFa Runner Link Epic adventure RPG game
    Fingertap Link Catchy mobile game using more of your fingers.
    Flame Simple Platformer Link A 2D platformer made using Flame engine
    Flappy Bird Link A game based on flutter animation.
    Flappy Dash Link A fast-paced, addictive mobile game that puts your reflexes to the test
    Flappy Flame Link A Flappy Bird clone made with flame
    Fludo Link A ludo board game developed in Flutter using canvas.
    flutter_jardinains Link A basic demonstration for creating a Jardinains (Fancy Pong-Like) Game
    flutter_pokedex Link Pokedex app built with Flutter (with lots of animations) using Clean Architecture
    Flutter Crush Link Match 3 game like Candy Crush.
    Flutter Games Compilation Link Compilation of games made with flutter and flutter flame
    Flutter Sudoku Link This is a fully fledged Sudoku game written in Dart using Flutter.
    Flutter Tetris Link A Tetris game.
    FlutterDex Link A simple PokeDex App with Modern UI created using Flutter and Dart and using API from PokeApi.
    flutterflip Link Public repo for flutterflip, a reversi clone built with Flutter.
    Flutters Game Link A game powered by Flutter and Flame
    Four in a Row Link An online version of the popular game four in a row, written in Flutter + Dart on the client and Rust on the server side.
    Fruit Ninja Link A clone of the Fruit Ninja game.
    Game of Fifteen Link The Game of Fifteen or the 15 puzzle app.
    Game Trader Link An Android app that notifies you of messages and trade offers on SteamTrades.com
    Ghost Rigger Link Cyberpunk-inspired puzzle game prototype created with Flutter and Flame
    get_games Link Mobile app showing free and discounted PC games
    GG-Games-and-Giveaways Link See all available free games and active giveaways. Get notified when a game becomes free.
    Hangman Game Link Hangman game.
    Hangman Link Hangman Game
    inspiral Link Relive your childhood in pixel-perfect bliss.
    io_flip Link Google I/O 2023 FLIP AI-designed card game built with Flutter & Firebase
    Jasstafel Link Jasstafel is an app to write points in the swiss card game Jass.
    kingdomino_score Link Calculate score of the boardgame “KingDomino”, supports the “Age of Giants” and “La Cour” extensions
    Kumquats Link A word game where you place letters to create intersecting words as quickly as possible.
    Kunai Game Link A simple Kunai game.
    Lichess Mobile Link Second iteration of the Lichess mobile app.
    Math Matrix Link Math puzzle game.
    Mill Link Sanmill is a free, powerful UCI-like N men’s morris program with CUI, Flutter GUI and Qt GUI.
    Minesweeper Game Link A Minesweeper game.
    Oblique Strategies Link A digital rendering of Oblique Strategies – Over one hundred worthwhile dilemmas
    Pacman Link Vintage Pacman Game.
    Parlera Link Word guessing party game, written in Flutter
    pinball Link Google I/O 2022 Pinball game built with Flutter and Firebase
    Quards Link Solitaire in Flutter.
    Quinb Link A multiplayer reaction game: train your mind and your reflexes while having fun!
    Quokka Link Play games with/without internet.
    Ricochlime Link Ricochlime is a game where you attack the advancing slimes with your ricocheting projectiles.
    Siete y media Link Classic Spanish card game ‘Seven thirty’
    Slide Puzzle Link The classic slide (15) puzzle in Dart and Flutter
    Snaake Link Snaake is a small and very simple clone of the classic snake game from Nokia phones.
    Sober Driver Link A game to select who drives tonight, and who drinks instead
    Space-Empires Link Space Themed Turn-Based Strategy Game
    Spacecape Link A 2D top-down space shooter made using Flutter and Flame engine.
    Sudaku Link Solve sudoku by creating rules
    Sudoku Link FOSS Sudoku
    Sudoku (benoitharrault) Link Sudoku
    Sudoku (einsitang) Link An open source Sudoku game.
    super_dash Link A multiplatform demo game built using Flutter and Flame
    Supermario game Link A Supermario game built using Flame.
    Tapit Link A casual finger battle game.
    Tarok Link A fully open-source Tarock program for playing online (through WebSocket-based backend) or offline (using bots). Integrates StockŠkis custom-made tarock engine.
    Tetris Link A Tetris game.
    Tic Tac Toe Link Tic tac toe game.
    Tic Tac Toe (Multiplayer) Link Tic Tac Toe Local Multiplayer Game
    tictactoe Link A mobile game Tic Tac Toe
    Trex game Link Flutter port of the famous Trex game
    TriPeaks NEUE Link A simple Tri Peaks game with multiple layouts and game options
    Truth Or Dare and Charades Link Truth Or Dare and Charades Game built with Flutter – Persian
    turi Link A Fragment shader based game using Flame and Flutter
    watermelon Link Watermelon is a game developed using Flutter + Flame + Forge2D.
    Who Goes First Link Random funny ‘who goes first’ rules from popular tabletop games!
    WordlyPlus Link Guess the WORD in six tries.
    Xeonjia Link Save the world by solving ice puzzles and defeating enemies!
    Zoysii Link A simple logic game: find the best path to delete every number in a square space

    Sports

    Project Repo Description
    ace Link A full stack sports social media app.
    Box, Box! Link Unofficial Android and web app for Formula 1 fans!
    FitConnect Link App that facilitates meaningful connections among individuals through shared sports activities
    Flutter League Link A companion app for League of Legends players to search summoners, view stats and match history, and check ongoing games.
    Khelo Link An open-source flutter app for easy cricket team management and performance tracking
    Shoot Report Link App for shooting sports
    Shooting Sports Analyst Link Desktop application for viewing, analyzing, and predicting practical shooting match results.
    Spod Link Spod allows user to book a sport venue from anywhere anytime using a mobile.
    Sports Team Manager Link A sports team management system

    Food & Drink

    Project Repo Description
    AlcoholNow Link A panic button for immediately knowing the distances and opening hours to alcohol stores in Iceland.
    Based Cooking Link Flutter app for based.cooking
    coffee_coupon_full_system_demo Link Flutter/Dart template (front-end + backend database) to demonstrate a coupon management system, which is suitable for a coffeehouse chain (or any restaurant chain) to build customer loyalty.
    Cooky Link Discover Cooky, your new free and open-source culinary companion that respects your privacy! Import or create your favorite recipes.
    Cuppa Link A simple tea timer app for Android and iOS built with Flutter.
    deliverzler Link Delivery App for Restaurants built on Flutter using Domain-Driven Design (DDD) and Layered Architecture along with Riverpod Framework.
    Firestaurant Link Front end for restaurant management.
    Flask Link A cute little Flutter app you can use to order items from the Computer Science House vending machines!
    Flutter-Delivery-App Link A food delivery app.
    Food Delivery App UI Link Food ordering & delivery application UI.
    Infusion Tea Timer Link Tea timer for Gong Fu and western style brewing for true enthusiasts.
    keiko_food_reviews Link Keiko Food Reviews App
    KitchenOwl Link KitchenOwl is a self-hosted grocery list and recipe manager. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.
    Nextcloud Cookbook Link Flutter Project for the nextcloud plugin “cookbook”
    Open Food Facts Link App to scan, discover & compare over 3 million food products.
    OpenCanteen Link OpenCanteen is an alternative free open-source client for the iCanteen food ordering system
    Saisonkalender Link A seasonal foods calendar app for a conscious and sustainable diet.
    SavourAI Link A dynamic, swipeable feed of random meals complete with YouTube recipe links, ingredient lists, etc. using TheMealDB API
    Yumniastic Link Yumniastic is a online food delivery service app built with Flutter and Django

    Books

    Project Repo Description
    AudioBooks Link An audiobook listener and downloader using librivox API
    Calibre Web Companion Link Unofficial companion app for calibre web
    deedum Link A cross platform Gemini browser
    DOI to SciHub Link Android app for quickly opening Sci-Hub links from the Digital Object Identifier’s URL (using Android intents).
    Explr Link Explr provides a platform for users to know what their friends are reading and exchange books with them, along with knowing which book is the talk of the town.
    FlutterEbookApp Link A simple Flutter app to Read and Download eBooks.
    LibGen Link This is a unoffical mobile client for Library Genesis service.
    Libro Link An app to share books with people around us
    Openreads Link An app to keep track of your books.
    Openlib Link App to download and read books from shadow library (Anna’s Archive).

    Comics, Anime & Manga

    Project Repo Description
    Aniflix-Flutter Link Netflix of Anime made with Flutter and Jikan API
    AnimeOne Link Unofficial AnimeOne client
    AnimSearch Link An App for searching Anime and Manga created using Flutter and Jikan API.
    CrunchyAnime Link An app that allows users to search and browse anime titles, view details, and save their favorite anime to a personalized list.
    DailyAL Link DailyAL – MyAnimeList Client
    daisy Link A beautiful, easy-to-use, ad-free comic and light novel client.
    jasmine Link A comic browser,support Android / iOS / MacOS / Windows / Linux.
    JHenTai Link A cross-platform app made for e-hentai & exhentai by Flutter
    kazahana Link An extension based Anime & Manga client.
    kimoi Link Application to watch animes.
    Kinoko Link An online manga browser.
    mangayomi Link Free and open source application for reading manga and watching anime.
    Miru Link A versatile application that is free, open-source, and supports extension sources for videos, comics, and novels, available on Android, Windows, and Web platforms.
    PicaComic Link A comic app built with Flutter, supporting multiple comic sources.
    pikapika Link A beautiful, easy-to-use and ad-free comic and game client that supports MacOS, Windows, Android, and iOS.
    pixez-flutter Link A third-party Pixiv flutter client that supports agent-free direct connection and animation viewing.
    Tachidesk-Sorayomi Link A free and open source manga reader app to read manga from a Tachidesk-Server instance.
    tsdm_client Link Angel Anime Forum Third-Party Cross-Platform Customer
    venera Link A comic reader that support reading local and network comics
    wax Link Client of Gentleman Comics

    Health & Fitness

    Project Repo Description
    5/3/1 Log Link Track your workouts and progress using the popular 5/3/1 strength training method
    blood pressure app Link A cross platform app to save blood pressure values with export function
    Calm Attack Link Helps manage panic attacks by providing a range of exercises to help them calm their mind and body.
    Calodiary Link Diary for your calorie intake
    Energize Link Track your food and nutrition easily and fast
    ExHale Link Quit Smoking App
    Feeel Link A cross-platform Flutter home workout app that respects your privacy
    FitBook Link Track your eating habits and visualize your progress with intuitive graphs, all completely offline
    Flexify Link Track your gym progress – Completely offline!
    Flutter-Steps-Tracker Link It’s an open source project for the steps tracking (Pedometer) built with Flutter.
    FlutterBMI Link A BMI calculator app
    GripGuide Link An app for gyms and climbers to manage routes, track progress, and stay updated with gym news.
    Just Another Workout Timer Link A simple timer for your workouts, built with Flutter!
    LifeSync Link App that allows users to track important factors such as nutrition, sports and water consumption.
    MigraineLog Link A simple multi-platform headache diary, written in dart using the flutter framework.
    OpenHIIT Link A cross platform HIIT and Tabata interval timer mobile application.
    OpenNutriTracker Link A calorie tracker to simplify nutritional tracking and management.
    QuitSmoke Link An app to help you quit smoking.
    Spartathlon Link This app aims to help athletes, supporters and volunteers during the ultra distance race Spartathlon.
    Sunrise Signal Link Track and understand morning wood to gain better health insights
    Track My Indoor Workout Link An app for recording stationary workouts of smart fitness machines via BLE protocol.
    trale Link trale – a simple body weight diary app respecting your privacy
    Watermaniac Link A hydration tracking app that helps you track the amount of water you drink
    Wger Workout Manager Link A digital health and fitness tracker app.
    Workout Time Link An app for managing and performing timed workouts
    Workout Tracker Link An app to record and track workout routines

    Medical

    Project Repo Description
    Apexo Link Dental clinic management software, works offline and synchronizes with multiple devices
    Awashyaak Link Open Source Project for Speedy Health Care delivery
    Covid19 Stats Link A simple mobile app developed with Flutter to visualize Covid19 statistics
    covid19-tracker Link Tracking the impact of COVID-19 cases based on your location
    COVID19_data_explorer Link Data visualizer about COVID 19
    DigiDiagnose Link An application that simplifies diagnostic test booking and lab appointments.
    E-Medic – Autonomous Drone for Healthcare System Link Patient App for E-Medic – Autonomous Drone for Healthcare System
    eRx Link E-prescription app developed with Flutter and Firebase.
    free2pass Link A project fighting against the Covid pandemics.
    greenpass-app Link GreenPass app enables the presentation and validation of vaccination, test and recovery certificates. Great importance is attached to data protection and transparency, since all your data is encrypted locally and stored offline on your device.
    Health_and_Doctor_Appointment Link Health and Doctor Appointment App made with Flutter. With this you can book an online appointment to a doctor in advance.
    LibreHealth Cost Of Care Explorer Link Compare costs of medical procedures of US Hospitals.
    LibreHealth Essential Care For Every Baby Link The Essential Care for Every Baby mobile app for the mHBS project
    MedRem Link Medicine reminder app
    Safe Bump Link An application to provide pregnant women and new mothers with tools and resources to manage their maternal health.
    StudyU Link An application to digitally specify, publish, and conduct medical trials.
    Swaasthy Link Swaasthy is an app made to uplift user’s health. It contains everything from medicine reminder functionality to make an SOS call to nearby ambulances to getting an appointment with a virtual doc.

    Travel & Navigation

    Project Repo Description
    AddisMapTransit Link Public transport trip planner for Ethiopia
    beacon Link Flutter application to share location with a group.
    City Cab Link An open source flutter taxi – app for learning purpose(Provider & Bloc) using firebase as backend/server
    Every Door Link A dedicated app for collecting thousands of POI for OpenStreetMap
    flutter-airline-app Link App where you can learn everything you need to know about your next journey and how to make it safe, hassle-free, and on budget. It has information on your scheduled flights, reward miles, best hotel deals, and more.
    Het Saldo Link Open source application to check the remaining trips on a De Lijn card ticket.
    Noe Finderlein Link The NÖ Finderlein is an app that shows the loaction of Niederösterreich-Card destinations
    now8 Link Improved public transport arrival time estimations using Machine Learning. App.
    OpenStop Link App for collecting OpenStreetMap-compliant accessibility data in public transport
    ShareACab Link An app for sharing cab with college students.
    spaced-travel-app Link Spaced is an animated travel application UI that enables users to find locations and schedule trips.
    travel_app Link Travel App
    trip-brain-app Link Travel app built with Flutter, Go, and gRPC for personalized travel suggestions, rich insights, and offline access.

    Cars & Automobiles

    Project Repo Description
    CarVita Link Personal assistant for managing and predicting your vehicle’s maintenance needs

    Education

    Project Repo Description
    Academic Master Link E-learning app where students can share doubts, chat with peers & find notes.
    Algorithms and Visualiser-App Link e-Learning Online Courses App
    Animated App with Rive and Flutter Link Animated App with Rive and Flutter
    Anti-Cheat Exam App Link App to stop cheating in online exams with AI and ML.
    Better schedule Link A better client for virtual-hour schedule.org
    brainjogging Link An application to train your brain.
    CircuitVerse Mobile Link Mobile App for CircuitVerse
    Cloudmate Link An open-source online learning platform.
    Cocola James Link An educational game that gives a brief overview of James Webb Space Telescope.
    CodeQuizzy Link App to learn programming concepts using game-like challenges.
    DanXi Link An all-rounded service app for Fudan University students.
    Dev-Doctor Link Free, opensource, serverless learning platform
    Elements-App Link Flutter app for browsing the elements of the periodic table!
    eqTrainer Link Critical Listening Skill Training App
    FAnki Link App designed to help users learn using flashcards.
    Fludemy Link Udemy Clone.
    flutter-wonderous-app Link A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
    FlutterQuizzApp Link A quiz app
    freeCodeCamp Link freeCodeCamp’s open-source mobile app
    fujiten Link Fujiten is a Japanese dictionary application
    Fun With Kanji Link Simple Flutter app to learn Japanese writing systems Hiragana, Katakana and Kanji.
    Graded Link Graded – Grade Tracker
    hamfisted Link With this app you can prepare for the amateur radio exam for classes E and A. Practice all the questions and keep track of your progress.
    Human Benchmark Link Mobile app designed to test and improve cognitive abilities through a series of fun and challenging tests
    JS-Dict Link Japanese-English dictionary app powered by Jisho.org
    Kepler-App Link The ultimate overview app for all JKG students, parents and teachers
    lanelexicon Link Lane’s Lexicon – An Arabic English Dictionary
    LogicalDefence Link Displays a list of the logical fallacies that haunt every rationalists world
    MatheBuddy Link A gamified learning app for higher math.
    Mathematics Link Mathematics Flutter offers a collection of mathematical functions and supports generation of MCQs, QnA PDFs & quizzes.
    Ciyue Link A mdict dictionary with Android support
    NATINFo Link Search and consult the current violations of the NATINF nomenclature
    Nihonoari Link A little and minimalist Japanese Kana training
    Notely Link A cross-platform mobile client for the Kaschuso (schulnetz) School platform.
    O̍h Tâi Gí Link A Taiwanese (tâi-gí) learning app inspired by moedict & quizlet.
    oj_helper Link An app for looking up Online Judge information
    Onyx Link The app for Universite Claude Bernard
    Java OOP Quiz Link Test and improve Object-Oriented Programming (OOP) concepts in Java
    OpenUSOS Link Unofficial USOS app, for students in Poland
    OpSo Link OpSo provides information about various open-source programs like GSoC, Summer of Bitcoin, etc.
    Orientation Link An app for orientation week at Trinity College, University of Toronto.
    Saber Link The cross-platform open-source app built for handwriting
    sharezone-app Link Sharezone is a collaborative school organization app for iOS, Android, macOS and web
    Smart course app Link Smart course app
    StudentAI Link StudentAI is an prompt-less AI chatbot app that uses OpenAI API to help students learn more effectively. StudentAI can answer questions, provide explanations, and even generate creative content.
    Studle Link Application for students to research their data and performance at school.
    TestApp Link This project contains the flutter port of the TestApp client.
    ToPWR Link A mobile application for WUST – Wrocław University of Science and Technology, which includes buildings, live parking places, cafeteria menu, news, and more
    Traintime PDA Link An open source information query software designed for Xidian undergraduate students.
    TubeCards Link TubeCards – Cross-platform Spaced Repetition App
    Toughest Link An app for interview preparation
    university-app Link A mobile application for the MIREA – Russian Technological University, which includes a schedule, news and many other functions
    Vocabhub Link An app to help you build your vocabulary. This app contains 800+ curated GRE words
    Wispar Link Stay up-to-date with academic journals and the latest research articles
    words.hk Link An open Cantonese dictionary for iOS and Android
    Wuxia Learn Link A free and open source Chinese language learning app

    Graphics & Design

    Project Repo Description
    Color Hap Link Random color generator to generate a vast array of colors, including basic, web, named, and true random colors.
    Color Studio Link Build coherent and accessible themes with the right colors.
    Font Gallery Link Display how different fonts families and their variations look
    Let’s Draw Link A simple drawing app made with Flutter
    Mooltik Link Mobile app for drawing 2D animation
    Paint Redesigned Link A flutter Desktop App to do free drawing on the canvas.
    Paintroid Link Graphical paint editor application that allows setting parts of pictures to transparent.
    Puzzle Grid Link Draw puzzle grids (for crosswords, sudokus, and battleship puzzles) to avoid having to write on papers
    PX VW Link simple converter from px to vw & vh (default 1920×1080)
    Wallpaper App Link Wallpaper App made with Flutter with Dynamic Theming.

    Music

    Project Repo Description
    AI Radio Link Radio application with an AI assistant to play, stop, search songs by categories.
    Anytime Podcast Player Link Simple, easy to use Podcast player app
    Bide et Musique Link Listen to and access the web radio ‘Bide and Music’
    BloomeeTunes Link A music app designed to bring you ad-free tunes from various sources.
    Chillify Link Music App made with flutter
    ClassiPod Link A local music player app designed to capture the nostalgic essence of the iconic iPod Classic
    DJ Edertech App Link Immerse yourself in the nostalgic beats spanning various music genres
    Drip Link A Youtube Music client for Desktop. (in Development)
    Echo MPD Link A beautiful, modern, and feature-rich mobile client for Music Player Daemon (MPD)
    finamp Link A Jellyfin music client for mobile
    Flutter Music Link A Flutter music player to play songs (mp3).
    Flutter Music Player Link Music player with audio plugin to play local music files.
    Flutter Tunein Link Dynamically themed Music Player built with flutter
    Flutter-Musive-app Link Full-stack music player app with fully functional UI like Spotify written in flutter and dart using node.js music API.
    FlutterCloudMusic Link NetEase Cloud Music App
    Harmonoid Link Plays & manages your music library. Looks beautiful & juicy. Playlists, visuals, synced lyrics, pitch shift, volume boost & more.
    Harmony Forge Link A music generation platform merging Flask & Flutter. Flask manages backend tasks while the app offers a user-friendly interface
    Harmony Music Link A cross platform App for streaming Music
    K-19 Player Link A nice music player for OpenSubsonic server
    Lyrics 2 Link A flutter app to search songs’ lyrics
    Meloplay Link Meloplay is a local music player app that plays music from your device built with Flutter.
    Mightier Amp Link An alternative app for controlling NUX Mighty amps.
    mucke Link mucke – android music player
    Music Player Link Music player app made with Flutter.
    MusicPiped Link A Materialistic Music player that streams music
    Musicpod Link Music, radio, television and podcast player for Ubuntu, Windows, MacOs and Android
    Musify Link Unlock the full potential of music: Stream effortlessly with one app!
    player Link Koel Player, the official mobile app for Koel.
    Polaris Link Android client for Polaris
    Practice Suite Link The Swiss army knife of musicians
    raag Link Music player made using Flutter.
    Radio Romania Link An open source aggregator for Radio Romania podcasts.
    Rhythmic Realm Link A music app
    sap Link A mobile music streaming app with a complex UI built with Flutter and the Deezer API
    Spotube Link Open source Spotify client
    Storify Link Flutter app to add captions to songs in your Spotify playlists.
    Stream Music Player with GetX Link Listen to music online with a clean GetX MVC architecture
    Tsacdop Link Enjoy podcasts with Tsacdop! A podcast player built with flutter
    Tsacdop (Fork) Link Enjoy podcasts with Tsacdop! A podcast player built with flutter
    Vidya Music Link Flutter player for the Vidya Intarweb Playlist (aka VIP Aersia)
    WavyBeats Link A music player.

    Entertainment

    Project Repo Description
    BiliYou Link A third-party Bilibili client made with flutter.
    Cinema Booking Link An app for booking movie tickets, built with Flutter Clean Template, BLoC, REST API, Firebase Auth, and Unit Tests.
    Clipious Link Invidious client for android
    ez_tickets_app Link A cinema ticket booking app made with Flutter SDK
    FindSeat Link A Flutter app for booking movie tickets.
    FlixQuest Link App that lets users stream movies and TV shows for free.
    Fluttery Filmy Link 🎥 Movie app powered by tmdb
    Flutter-Bloc-MovieDB-App Link Find The Latest trending and upcoming movies and tv shows with MovieDB app. The app contains all info about movies and tv shows.
    Inkino Link App for browsing movies and showtimes for Finnkino cinemas
    Marvel App Link App providing information about marvel characters & movies built using Marvel Comics API and firebase.
    Movie DB Link The Movie DB App with GetX State Management.
    movie-finder Link A Flutter App based on TheMovieAPI, and built with Supabase backend and BLoC state management library.
    MovieLab Link An open source movie tracker and movie finder.
    Movies App Link MoviesApp based on themoviedb API
    movies_app Link Directory for movies and famous people
    namida Link A Beautiful and Feature-rich Music & Video Player with Youtube Support
    PeerTube Link Browse, watch, and interact with content from thousands of PeerTube instances
    pilipala Link PiliPala is a third-party BiliBili client developed using Flutter.
    psychphinder Link An app to search for your favorite quotes from the TV show Psych
    TMDB Link A movie Flutter application powered by TMDB APIs.
    TMDBM Link Mobile version of TMDB
    TurtleOTT Link A crossplatform iptv/ott/streaming player
    tv-randshow Link App to choose a random TV show episode
    Watch Link A movies/web series recommendation app.

    News & Feed

    Project Repo Description
    Flews Link A news client displaying top stories from Hacker News, Reddit’s r/AndroidDev, Imgur’s most viral, and GitHub top Java repos
    fluent-reader-lite Link Simplistic mobile RSS client built with Flutter
    FlutterNewsApp Link A Flutter news app which utilizes NewsApi Org.
    Flux News Link A simple Newsreader for the miniflux backend (https://miniflux.app).
    Glider Link Glider is an opinionated Hacker News client. Ad-free, open-source, no-nonsense.
    Hacki Link A feature-rich Hacker News client.
    Lobsters App Link An iOS and Android app for lobste.rs and its sister sites.
    MobileInpact Link An unofficial client for NextInpact
    News App Link News app where you can see all trending news
    News App Flutter Link Live news app with search functionality
    Raven Link This app uses APIs and web scraping to fetch news articles
    RSSAid Link RSSAid is a complementary app for RSSHub built with Flutter
    spacex-go Link Simple yet powerful, open-source SpaceX launch tracker

    Chat & Messaging

    Project Repo Description
    BlueBubbles Link A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
    chatsen Link Cross-platform Twitch Chat application with 3rd-party addon support!
    Cloudy Link Encrypted messaging app with a custom cryptographic protocol
    DinoMail App Link Mobile app for DinoMail
    Ejimo Link Comprehensive emoji and symbol picker.
    ESSE Link Encrypted peer-to-peer IM for data security. Own data, own privacy. (Rust+Flutter)
    FluffyChat Link The cutest instant messenger in the [matrix]
    flutter-chat-demo Link A chat app made with Flutter and Firebase that supports login with google, and chat functionalities.
    Flutter social chat Link A social chat app built using Stream, bloc & Firebase
    Goguma Link An IRC client for mobile devices.
    GroupChatApp Link Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.
    Guerrilla Mail Link Quickly receive anonymous and temporary mails using Guerrilla Mail.
    OpenPeerChat-flutter Link Sending/relaying messages to nearby devices until the destination is reached, instead of relying on a central server.
    Simple Chat UI Link Simple chat UI build with flutter
    < polycule > Link A geeky and efficient [matrix] client for power users
    SMS Telebot Link Android app to forward incoming SMS messages to your Telegram bot
    snack_chat Link Spicy chatting app
    StreamKit Chat Reader Link Reads your Twitch chat, with automatic language detection!
    Syphon Link A privacy centric matrix client
    Talktive Link An anonymous group chat app for safely talking to strangers.
    Twake Chat Client Link Decentralized chat app based on the Matrix protocol
    Vidar Link End-to-end encrypted SMS app utilizing AES256 encryption.
    Whatsapp Clone Link A UI clone of WhatsApp.
    WhatsApp Contacts Adder Link Allows users to add WhatsApp contacts, without giving WhatsApp access to their contacts
    zulip-flutter Link Future Zulip client using Flutter

    Social Networking

    Project Repo Description
    Aria Link A cross-platform Misskey client built with Flutter
    ChaoFun Link Client for ChaoFun community
    clubhouse Link Clubhouse clone written in Flutter using Firebase/Firestore and Agora services.
    e1547 Link A sophisticated e621 browser
    Fedi Link Open source client for Pleroma and Mastodon social networks.
    Flabr Link A habr client
    Fluttergram Link An Instagram clone written in Flutter using Firebase/Firestore
    flutter_tiktok Link Flutter Tiktok
    Fritter Link A privacy-friendly Twitter frontend for mobile devices
    Fwitter Link Fully functional Twitter clone built using Flutter, Firebase realtime database and storage
    Harpy Link A Twitter app built with Flutter
    Librem Social (Beta) Link A multi-platform client for Smilodon, with consensual workflows and anti-abuse tools
    Quacker Link Quacker is a more private and clean way to browse Twitter/X
    Resonate Link Clubhouse, but Open Source. A social voice platform.
    SkyFeed Link Decentralized SkyDB-based alternative to Twitter, YouTube and Instagram with a native iOS, Android and web app.
    SlimSocial for Facebook Link Light version of Facebook. Light both in the weight and in the use.
    spot Link Open source geo based video sharing social app created with Flutter and Supabase
    Squawker Link An open-source privacy oriented Twitter/X client
    talawa Link Community Organization Management Software.
    telsavideo Link Community-focused Decentralized Cryptocurrency Video APP like Tiktok
    tweet_png Link A flutter app to generate beautiful, high-quality screenshots of tweets from twitter.
    ZGram Link Flutter Social Mobile App Design for ZGram.

    Network, Bluetooth & Sharing

    Project Repo Description
    AirDash Link Transfer photos and files to any device.
    ArthurMorgan Link Cross-Platform Google Drive client with encryption support.
    BleOta Link Graphical application for upload firmware over Bluetooth
    bluetooth_car Link A Bluetooth car control app
    Brisk Link Fast, multithreaded, cross-platform download manager
    Custom Uploader Link Custom Uploader is a simple, lightweight, and easy to use file uploader built using flutter for android devices that allows you to upload files to a file host of your choice.
    CyBear Jinni Link App to control your smart devices.
    Deluge Link A Deluge thin client for Android. Written in Flutter.
    Destiny Link Destiny – Cross-platform Magic Wormhole graphical client
    foldie Link Transfer files between Android and MacOS
    flutterhole Link A third party Android application for the Pi-Hole® dashboard.
    hiddify-next Link Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc.
    localsend Link An app to securely share files and messages with nearby devices without requiring an internet connection.
    mobileraker Link A Flutter mobile app for Klipper/Moonraker
    NetworkArch Link Network diagnostic app.
    Odin Link Open-source, cross-platform, hassle-free file sharing with AES-256 encryption made with Flutter & Dart.
    Sharik Link Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
    Speed Share Link Speed Share is a highly available file sharing terminal on LAN(local area network) like airdrop developed by flutter framework.
    Synce Link Connect all your devices hassle-free
    Uploadgram Link An app for Uploadgram files and uploads management
    Vernet Link Vernet – Network Analyzer and Monitoring Tool

    IoT & Remote Control

    Project Repo Description
    Badge Magic Link Create Text and Draw Cliparts on LED Name Badges using Bluetooth
    Drone Detection Map Link Detect drones using computer vision, and plot their locations on a map.
    flindex Link Flindex is an app to manage the contents of your home. Use NFC or QR code stickers to manage the inventory of your boxes and drawers.
    flutter_thingsboard_app Link ThingsBoard Mobile Application
    flutter-remote Link A Flutter app that controls your TV, and other devices based on IR codes
    lumi Link Philips Hue app to control lights and sensors
    My Leaf Link My Leaf is a simple, striving to be great looking, and fast alternative to the official NissanConnect app(s) from Nissan.
    OpenWrt Manager Link Mobile app for interacting with your OpenWrt device
    Osram remote Link Android app for controlling Osram RGB lights using infrared
    Sharp LH5801 Link Sharp LH5801 8-bit microprocessor emulator in Dart
    ShockAlarm Link App for controlling and managing OpenShock devices
    Sensors Dashboard Link A web app to test WebSocket connections with SensorServer in a web browser
    Tautulli Remote Link Tautulli companion app.

    Weather

    Project Repo Description
    Clima Link Beautiful, minimal, and fast weather app.
    EasyWeather Link EasyWeather is a powerful and intuitive weather app that delivers real-time updates and forecasts for any location on Earth. Built with Flutter and OpenWeatherMap.
    EQMonitor Link An earthquake monitoring Application
    Flutter Weather Link Weather App Built with Flutter and OpenWeatherMap API
    Flutter Weather App Link A weather application displaying real time weather data using weatherapi.
    FlutterWeather Link Weather app created using Flutter and Dart
    Meteo Weather Greece Link A lightweight, beautiful weather app that fetches data from meteo.gr
    Pluvia Weather Link A weather app with beautiful animations
    weather_app Link Fetch weather data from cities around the globe!

    Shopping & E-commerce

    Project Repo Description
    Cardabase Link Save EAN-13 club cards on your phone and use them later
    E-commerce App UI Link Nice and clean Online Shop app UI by using Flutter.
    Fast Shopping Link Simple app for easy shopping list making, developed with simplicity in mind.
    Flutter Games Link A Flutter app for purchasing and renting games.
    Flutter E-Commerce app Link E-Commerce App built in flutter
    Flutter Furniture App (Timberr) Link A fully functional Furniture App Clone made using Flutter, Supabase and Getx State Management.
    Flutter-Complete-e-commerce Link An E-commerce app.
    Flutter-Grocery-App-UI Link Flutter Grocery App UI
    flutterzon_bloc Link Flutterzon is a full-stack e-commerce application that tries to mirror the functionality and user experience of the Amazon mobile app.
    flutter-woocommerce-app Link WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
    FlyBuy Link A full E-commerce app with nice UI consists of on-boarding, login, sign-up, home, product details, cart and user profile.
    Grocery-App Link Grocery Shopping App (Mobile & Web)
    LaCoro Link A quick commerce app.
    Libretrack Link Track postal items directly on your device.
    openflutterecommerceapp Link Open Flutter E-commerce App
    Shop App Link An online shop for food, groceries, and medicine.
    TailorMade Link Managing a Fashion designer’s daily routine.
    Voucher Vault Link A vault for all your vouchers and gift cards.

    AR & VR

    Project Repo Description
    Lighthouse PM Link A Flutter app for controlling the power state of Valve Index® lighthouses
    TeachAR Link Mobile based augmented reality application to improve learning for students

    Kids

    Project Repo Description
    clock_game Link Clock Game is a children’s game created with Flutter.
    kiddytunes Link An app for kids to play, sing along and save children songs.
    Learn Link A simple learning app for kids.
    nomdebebe Link A simple, private tool to help pick a baby name.
    Spelling Wizard Link A Spelling App

    Pets & Animals

    Project Repo Description
    Dog sports diary Link App for a dog sports diary to track the progress of the training

    Wearables

    Project Repo Description
    Live Scores App Link See live football and volleyball scores on your smartwatch.
    BFRBSys Link A wrist-worn device and monitoring system for a person with Body-focused Repetitive Behavior.
    Reader for WearOS (Bible incl) Link Read epub books on your smartwatch.

    Admin Dashboard

    Project Repo Description
    FlareLine Link An admin dashboard template
    Flutter-Responsive-Admin-Panel-or-Dashboard Link Responsive Admin Panel or Dashboard using Flutter
    smart-admin-dashboard Link Flutter Smart Admin Panel & Dashboard

    Portfolio

    Project Repo Description
    devfolio Link Live multi-platform portfolio designed using Flutter 3.0.
    Flutter Folio Link A platform adaptive Flutter app for desktop, mobile and web.
    Flutter Portfolio Link A responsive portfolio website
    nimbus Link Nimbus is a beautiful portfolio design built using flutter

    App Store & Manager

    Project Repo Description
    AirController Link A new handy and powerful Android phone assistant
    AppImage Pool Link A simple, modern AppImageHub Client, powered by flutter.
    Obtainium Link Get Android app updates straight from the source.
    revanced-manager Link Application to use ReVanced on Android
    Software App for Ubuntu Link Software App for Ubuntu made with Flutter
    WSA Pacman Link A GUI package manager and package installer for Windows Subsystem for Android (WSA)
    wsl2-distro-manager Link A GUI to quickly manage your WSL2 instances

    OS

    Project Repo Description
    Building a Yaru app with Flutter Link A tutorial for creating an Ubuntu Linux Flutter app, using the yaru theme
    dahliaOS files Link File manager application
    dahliaOS terminal Link Terminal emulator for dahliaOS
    FlutterCleaner Link This Flutter app for macOS lists all build folders with their size. It’s easy to delete all selected folders to make space on the disk.
    Linux Stats App Link A flutter application to monitor your Linux PC statistic.
    LINUXMON Link An app to monitor linux PC stats directly from your phone.
    Pangolin Desktop Link Pangolin Desktop UI shell, designed for dahliaOS
    quickgui Link A Flutter frontend for quickget and quickemu.
    Ubuntu Accomplishsments Link Ubuntu Accomplishments opportunities and trophies viewer
    Ubuntu Desktop Installer Link Ubuntu Desktop Installer
    Ubuntu Desktop Settings Link An Ubuntu Desktop system settings app made with Flutter.

    Accessibility

    Project Repo Description
    HelpingHand Link Leveraging Intelligent Processing Tools and Algorithms to help the Visually Impaired see and navigate

    Religion

    Project Repo Description
    Al-Azkar Link Imam Al-Hafiz Yahya bin Sharafah Al-Din Al-Nawawi
    Auragita Link Bhagavad Gita learning app
    Bhagavad Gita Link App to study and explore the teachings of Bhagvat Geeta
    Bibleside Link An offline Bible app featuring the OET (Open English Translation)
    elisha Link An Offline Bible & Church App for iOS & Android.
    eQuran Link An app for reading the Holy Quran.
    Inni di Lode Link A Christian Songbook for Italian Churches.
    Librum Link A free and open-source Bible verse reference app.
    Muslim fortress application Link The application contains the complete book Hisn al-Muslim, with a search feature in the index and other features.
    noor Link Noor is a mobile app designed to help in providing a comfortable reading experience for Muslims, by referencing the book “Hisnul Muslim”, and some other references.
    PocketDhamma Link For offline reading of the Dhammapada
    Prayer Link A Christian prayer app
    Qadaa Link Helps you to organize your missed prayers and fasting
    Quran Revision Companion Link An app to help huffaz revise Quran
    Sirat-E-Mustaqeem Link Islamic App with Complete Quran, Prayer time Api, Hadith, & Qibla Direction.
    The Life Link Bible in multiple languages – English, French, Italian, Spanish, Portuguese.

    Boilerplate

    Project Repo Description
    Boilerplate Link A boilerplate project created using MobX and Provider.
    conference-app Link The Conference app toolkit is an app template that can be used to create a Flutter conference app for your event easily.
    festapp Link Festapp – mobile app for festivals, conferences or events.
    FireNoti link Aims to provide a seamless notification experience by integrating Firebase FCM
    Flight search Link Flight search UI template
    flutter_template Link A Flutter template application showcasing – Clean architecture, Responsive design, State management, testing, Navigation, etc.
    flutter_boolean_template Link Provides the boilerplate needed to create a large app and provides utilities to separate code generation into separate packages.
    flutter_deer Link This project is an exercise in learning Flutter for personal growth and development.
    last_fm Link A simple app to demonstrate a testable, maintainable, and scalable architecture for flutter. flutter_bloc, get_it, hive, and REST API are some of the tech stacks used in this project.
    MVVM app architecture Link Model–View–ViewModel (MVVM) example.
    Quiz App Link A simple Quiz Application UI template
    WriteSync Link A modern, responsive blog engine built with Jaspr and Dart

    Privacy, Safety & Crime

    Project Repo Description
    Berlin-bike-theft-warning Link Berlin-bike-theft-warning is a simple application which informs the user about the number of stolen bicycles either by location or by tapping.
    Criminal Catcher Link Online filing of FIR/complaint with GPS location, photos, and videos.
    Fake Contacts Link Create fake phone contacts, to do data-poisoning.
    FOSS Warn Link An unofficial open source application to get emergency alerts from https://warnung.bund.de/meldungen.
    GroupTrack Link An app designed to enhance family safety 👫 through real-time location sharing 📍 and communication features
    Locus Link Share your location end-to-end encrypted on decentralized servers using Nostr.
    Pareu de Parar-me Link Report racist actuation in Barcelona
    penhas-app Link Source code of the PenhaS Mobile App
    Trovami Link A live location sharing app built on Flutter and Firebase as backend
    You Link The app to check what internet knows about you.

    Environment, Social & Agriculture

    Project Repo Description
    #FFF Info Link Get all information about your climate strike!
    DigiAgriApp Link FOSS application to monitor your agriculture field
    Ehrenamt Link App for the Bayerische Ehrenamtskarte, a benefit card for volunteers in Bavaria, Germany.
    Farm Mate Link Connects farmers with businesses, enabling them to sell crops directly to buyers
    Florae Link Keep care of your green, leafy best friends
    Insigno Link Insigno makes keeping your city clean enjoyable and inspiring!
    Plant Disease Detector Link App that detects a plant’s disease given a photo of an affected part of the plant.
    Plant Sense Link An Arduino project with an Android app to measure the soil moisture of your plants.
    Plant-it Link A self-hosted gardening companion app
    Precio Luz Link Official electricity rate in Spain (PVPC)
    reforestation-assistant-simulator Link The Reforestation Assistant & Simulator idea is to create an app to help on reforestation of degraded areas of the planet by drone or manually
    Smart-City-Dashboard Link Android app to visualize many available public data of various Smart Cities through Dashboards.
    SMASH – Smart Mobile App for the Surveyor’s Happiness Link Source code of the SMASH Android/iOS digital field mapping app.
    Water Me Link A simple, open and privacy friendly plant watering reminder for Android

    Others

    Project Repo Description
    AgroRobotSwarm-dashboard Link Have a better control of the lands and show the collected information of the robots
    Arduino-Controller Link Arduino Controller for Liquid Galaxy
    asteroids-lg-retro-gaming Link Making the management of the Asteroids game in the Liquid Galaxy easier for any user
    Barrett 2090 & XV 3088 Flutter Simulation Link This Flutter project simulates the operation of the Barrett 2090 and XV 3088 communication systems.
    Car Control Dashboard Link A user-friendly car control dashboard to interact with dynamic car controls.
    Congress Fahrplan Link A Congress Fahrplan App written in Flutter
    Elements Link A cross-platform mobile and web app to show Chinese zodiac five elements as a pageable calendar
    flutterplasma Link Flutter app demonstrating Flutter web rendering.
    Gauges_Showcase Link Showcase app that demonstrates the power and flexibility of the geekyants_flutter_gauges
    Gesture-Controller Link A cheap and easy solution to add a new way to control Liquid Galaxy
    image-satellite-visualizer Link Image satellite visualizer
    INAV Cross configurator Link A new INav cross platform configuration tool taking mobile into account
    IREX Mobile App Link IREX portal mobile client project
    Laser-Slides Link Simplifies the adjustment of OSC messages on your phone or tablet for laser presentations
    Laser_Slides_Flutter Link Seamlessly integrate with Beyond software using OSC (Open Sound Control) commands
    LG-Gesture-And-Voice-Control Link An App To Provide Gesture and Voice Control for Liquid Galaxy.
    lg-kiss-app Link Provides a simple and intuitive interface for controlling Liquid Galaxy.
    Lg-Laser-Slides-App Link Allows users to manipulate the laser slides in the beyond software from a tablet device
    lg-retro-gaming Link Retro Gaming is an app created with the intention of making the management of games in the Liquid Galaxy easier for any user
    LG_Travel Link App tells you about the popular breakfasts in major world cities and provides you popular locations to try them.
    LiquidArt_AI Link Allows users to generate images using a text or an audio to text prompt and a selection of APIs
    MarschRide Link
    matoid Link
    Rocket-Launcher-App Link Rocket Launch Visualizer
    SatNOGS-Visualization-Tool Link Mobile app that aims to show information from satellites and ground stations using the SatNOGS database and API.
    scroll_text_application Link An application to display various types of content (such as text, images, videos, and more) on Liquid Galaxy screens.
    SignalMeter Link Satellite Signal Meter for Enigma based receivers
    STEAM-Celestial-Satellite-tracker-in-real-time Link Steam Celestial Satellite tracker in real time
    Visit original content creator repository https://github.com/fluttergems/awesome-open-source-flutter-apps
  • awesome-open-source-flutter-apps

    Discord Server Invite

    Contributors should go through the Contributing Guide to learn how to send across a PR.

    Awesome Open Source Flutter Apps

    flutterapps (1)

    A curated list of awesome open source Flutter apps.

    All the projects added in this project are featured in fluttergems.dev

    🧑🏻‍💻 Developer Tools
    🤖 Generative AI & LLMs
    💰 Personal Finance
    🕸️ Web3 & Crypto
    💳 Wallets, Payments & PoS
    📗 Lifestyle
    💼 Business
    Productivity
    ⚒️ Tools & Utilities
    🔐 Password, Encryption & Security
    🌁 Photo & Video
    🎉 Games & Fun
    ⚽️ Sports
    🍔 Food & Drink
    📚 Books
    🧞‍♂️ Comics, Anime & Manga
    🏃‍♂️ Health & Fitness
    🏥 Medical
    ✈️ Travel & Navigation
    🏎️ Cars & Automobiles
    🎓 Education
    🎨 Graphics & Design
    🎵 Music
    🍿 Entertainment
    📰 News & Feed
    💬 Chat & Messaging
    👥 Social Networking
    🛜 Network, Bluetooth & Sharing
    📡 IoT & Remote Control
    ☔️ Weather
    🛍️ Shopping & E-commerce
    🕶️ AR & VR
    👶 Kids
    🐕 Pets & Animals
    ⌚️ Wearables
    👩‍💼 Admin Dashboard
    📝 Portfolio
    📲 App Store & Manager
    💻 OS
    ♿️ Accessibility
    🕉️ Religion
    🫙 Boilerplate
    🔫 Privacy, Safety & Crime
    🌎 Environment, Social & Agriculture
    🤷 Others

    Developer Tools

    Project Repo Description
    API Dash Link A beautiful AI powered open-source cross-platform (Desktop & Mobile) API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
    Appainter Link A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app
    BendyStraw Link An Android app for managing NewPipe databases
    cb_app Link An App that provides Access to CommonsBooking driven Sites
    devtoolbox Link Collection of offline utilities for developers
    DevWidgets Link DevWidgets is an application with several tools such as generators, formatters and converters for developers
    Flutter Design Patterns Link Flutter Design Patterns application
    Flutter Installer Link Flutter Installer is an installer for Flutter built with Flutter
    FlutterFx Link Animated flutter widgets for busy flutter developers
    GitCommitStreak Link A tool that shows the number of consecutive days with at least one commit per day
    GitTouch Link An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee, built with Flutter
    GSYGitHubApp Link An open source Github client App that provides a wide variety of functionality
    KitX Link Mobile Client for KitX
    kubenav Link kubenav is the navigator for your Kubernetes clusters right in your pocket
    Lab+ for GitLab Link An App to manage your interactions with your Gitlab Instance from your phone or Desktop
    RustDesk Link An open-source remote desktop, and alternative to TeamViewer
    semaphore Link Client App for Ansible Semaphore
    ServeIt Link A simple http-server on android
    ServerBox Link Provides charts to display Linux server status and tools to manage server
    sidekick Link A simple desktop interface for tools that enhance Flutter’s development experience to make it even more delightful
    SnapInk Link Transform your code into beautiful, print-ready images. Easily customize, share & showcase your code with style
    Software architecture of interpreter in Dart Link Software architecture of interpreter in Dart (Flutter)
    The Widget-Maker Link A visual editor for Flutter widgets
    tldr Link simplified man-pages, a tldr.sh client
    WidgetHub Link Collection of UI Widgets to help developers create beautiful, functional flutter apps

    Generative AI & LLMs

    Project Repo Description
    AI Assistant App Link AI Chatbot, Image Generator & Language Translator App
    AI Assistant Flutter Link A mobile app that offers users an interactive digital assistant using ChatGPT and DALL-E API
    ai_buddy Link Your personal free-to-use AI assistant, built with gemini & flutter
    aidea Link AIdea supports GPT and domestic LLMs Tongyi Qianwen, Wenxinyiyan, etc., and supports Stable Diffusion Wenshengtu, Tushengtu, SDXL1.0, super-resolution, and picture coloring.
    ChatGPT Client Link ChatGPT Client with LINE-Style UI Built with Flutter and Riverpod
    Flutter Scribble Link Turn your scribbles into detailed images with AI
    FlutterVoiceFriend Link Build interactive, voice-driven chatbot experiences using a combination of speech-to-text (STT) and text-to-speech (TTS)
    HaoChat Link An unofficial ChatGPT application
    maid Link Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely
    MyOllama Link Ollama-based LLM mobile client
    Open Alert Viewer Link Display server and network alerts from servers running Prometheus, Nagios, Icinga or Zabbix
    Simple ChatGPT Link ChatGPT like app in Flutter
    Story Generator Link A mobile app that generates random stories based on user input using Google Generative AI

    Personal Finance

    Project Repo Description
    app-finance Link Fingrom — open-source platform-agnostic financial accounting application
    Be Thrifty Today Link A simple and secure money manager that keeps you financially vigilant.
    Budget Budy Link A simple app to track your financial life using flutter
    Budgeto Link A money management app that allows users to split their income into customizable categories
    Carfoin Link Investment Fund Portfolio Manager
    Cash Balancer Link This app helps you understand your finances without the help of an expert. It works as a finance calculator for asset allocation.
    Cashew Link 💸 An app created to help users manage a budget and purchases
    cone Link A ledger.
    Currency alarm Link currency flutter app
    flutter-vizier-challenge Link Prototype of a financial mobile application.
    MarketMonk Link Track stocks on any platform
    mmas-money-tracker Link An optimized application for daily expense tracking and personal finance management
    Monekin Link An app that makes personal finance easier.
    Money Logs Link Financial Record Manager App.
    Money Tracker Link Money Tracking App using Flutter
    Oinkoin Link Oinkoin is a flutter app for helping you managing your expenses. No internet required.
    piggyvault Link Family finance management app.
    Receipt manager Link Receipt parser application written in dart.
    Sossoldi Link Sossoldi is a free and open source wealth management / personal finance / Net Worth tracking app
    Venom Link App to keep track of the fuel consumption and expenses of your vehicles.

    Web3 & Crypto

    Project Repo Description
    archethic-wallet Link A fully decentralized & cryptocurrency non-custodial hot wallet that enables you to safely manage assets on Layer 1 Archethic blockchain
    Breez Mobile Client Link Lightning Network mobile client. Provides a platform for simple, instantaneous bitcoin payments
    c-breez Link c-Breez is a migration of Breez mobile app to the Greenlight infrastructure.
    Crypto Prices Link Crypto Prices is an Android app that lets you keep track of the prices of most available cryptocurrencies.
    crypto-dashboard Link Cryptocurrency UI dashboard.
    flutter-crypto-app Link Cryptocurrency App
    flutter-crypto-wallet Link A multiplatform (Android, iOS, Web and macOS) crypto-wallet example created with Flutter and CoinGecko API.
    Flutter web3 Auction Link A token auction website made by Flutter thats interacts with Ethereum web3 through flutter_web3 package.
    LocalMonero Link Source code for the AgoraDesk/LocalMonero Mobile Applications. Buy or sell Bitcoin without ID verification
    Natrium Link A Nano cryptocurrency wallet app to manage your Nano funds
    Platypus Crypto Link An ad-free cross-platform robust solution for tracking cryptocurrency assets
    thirdbank Link A free and open-source experimental non-custodial Bitcoin wallet that focuses on simplicity and ease of use.
    Trace Link Modern crypto portfolio & market explorer

    Wallets, Payments & PoS

    Project Repo Description
    Cake Wallet Link A non-custodial, and private multi-currency crypto wallet
    Combo POS Link Digital technology combo pos application is responsible to make any restaurant point of sale with a menu, table, users, balance calculator, etc.
    Dypos Link Point of Sales Application using Flutter Firebase
    Encointer Wallet Link Encointer mobile wallet flutter implementation
    Flutter Point Of Sale App UI Link Flutter Point Of Sale App UI
    fWallet Link A beautiful cross-platform wallet application.
    HADWIN Link a prototype of a fund transfer platform
    Invoice Ninja Link Invoice Ninja: Desktop/mobile admin portal
    Invoice Pdf Link App to generate invoices in PDF format
    MiGo POS Software Link A POS Software that works everywhere seamlessly
    MPoS Link Mobile Point of Sale System for Four Angels Retail Shop
    okane Link okane is an unnecessarily complicated and over-engineered invoice generator.
    Peercoin Link Light Peercoin wallet written in Flutter, deployable on Android, iOS and Web.
    POS System Link An open source Flutter POS system (ordering system) with users.
    Seeds Light Wallet Link A payment platform and financial ecosystem to empower humanity and heal our planet
    Simple-POS Link A mobile POS app written with Flutter, compatible Sunmi device
    ThePOS Link Point of Sale App using GetX
    Veil Wallet Link Veil mobile wallet
    Wimpy – PoS System for Small Restaurants Link Wimpy is a point-of-sale (POS) system designed for small restaurants to manage their sales and customer orders.

    Lifestyle

    Project Repo Description
    Brethap Link Brethap is yet another meditation app (yama). Including a timer for meditation, it also allows you to configure a breathing pattern for you to follow.
    Butterfly Link Powerful, minimalistic, cross-platform, opensource note-taking app
    Clock Link A clock app that uses exclusively the Flutter Canvas to draw everything you see on screen.
    Daily Diary Link An app to create a diary entry every day
    Diary Link Digital diary with state-of-the-art encryption
    Deep Waste Link Managing waste in fun and easy way with AI.
    EcoMateSG Link EcoMateSG helps users make environmentally conscious choices and adopt a sustainable lifestyle.
    Feels App Link Log your emotions in an encrypted diary. See statistics of your feelings.
    FltKeep Link A note-taking app built with Flutter + Firebase
    Githo Link An app that helps you gradually build long-lasting habits.
    Habo Link A habit tracker app that helps you create and maintain healthy habits for a better life.
    Inner Breeze Link Guided breathing meditation app based on the Wim Hof breathing method.
    InnerQuest Link InnerQuest is an app designed to help you embark on a journey of self-discovery, personal growth, and increased productivity.
    Interactive Diary Link A map based social network for introverts
    Journapi Link Open source bullet journal to log your life
    koduko Link A habit tracker
    LifeList Link Plan, Track, and Achieve Your Life Goals Effortlessly.
    Meditation Link Essential meditation timer for Android
    Meditation App Link An app to make you calm, relieved, relaxed and focused.
    medito-app Link The Medito app is a 100% free meditation app. The app is available on Android and iOS.
    Mindful Notifier Link A simple mindfulness-based timer which displays a notification/reminder at user-defined intervals
    One Second Diary Link Minimalist video diary app
    Reflectly Link A journaling app
    StoryPad Link Minimalist app to write stories, notes, diary
    Table Habit Link Our app helps you form and track micro habits with easy-to-use charts and tools, making it simple to establish healthy habits that stick. Start your personal growth journey today
    voiceliner Link Braindump better.
    Your Journal Link App to write daily journals digitally.

    Business

    Project Repo Description
    AppFlowy Link AI collaborative workspace & an open source alternative to Notion.
    business_light Link App providing order management, product cataloguing, payments for small business owners
    Call Counter Link Calling plan consumption management
    Flokk Link A fresh and modern Google Contacts manager that integrates with GitHub and Twitter.
    Flow Link Feature rich event, group and time managment system
    Fluffyboard Link A offline and online Flutter Whiteboard with collaboration Features. Maintained in my free time. Currently demo is offline
    google-docs-clone-flutter Link A clone of Google Docs using Flutter and Appwrite
    HalfDot Link Minimalistic Umami client for Android
    HireHub Link A job-seeking app with resume uploads, real-time chat, application tracking and a scalable UI architecture
    katswiri Link A crawler to find job listings and aggregate them from multiple sources
    Ozan Link A personal knowledge base like Obsidian & Notion that combines simplicity with powerful features e.g., markdown support, graph, AI assistant, import/export etc.
    microsoft_teams_clone Link Microsoft Teams Clone is a Video conference application with a rich integrated chat experience, to connect with friends, family & colleagues.
    Notat Link a simple note-taking app with a markdown editor, built with Flutter and Firebase
    Notepad Link An open-source simple light-weight notepad ,built with Flutter
    Paperless Mobile Link An (almost) fully fledged mobile paperless client.
    PaperlessShare Link Android App to share your documents with your Paperless server
    Visual Editor Link Rich text editor for Flutter based on Delta format (Quill fork)
    webtrit_phone Link WebTrit Phone application

    Productivity

    Project Repo Description
    Break.Down.Timer Link A handy timer where you can define notifications (“breaks”) while the timer is running
    DeadlinesApp Link A simple app for keeping track of deadlines
    Deer Link Minimalist Flutter Todo App, built using BLoC pattern
    Everyday Tasks Link Track, log and schedule your everyday tasks.
    FlipCard Link A modern learning companion for effective memorization
    flutter_notes_app Link Note taking app.
    Flutter-Pomodoro Link A complete pomodoro app for MacOS.
    GitJournal Link Mobile first Note Taking integrated with Git
    Glory Todo Desktop Link A desktop Todo app
    kardi notes Link Cross-platform app to take notes. Encrypted, open-source, sync across devices
    koperasi-mobileApp Link Task Planner App
    kowalski Link AI-powered personal Knowledge Management System for Android
    Leaflet Link POSP official notes app, soon to be included
    Lightplan Link LightPlan is an open source project meant to remind tasks you have to make. Time is ticking, let’s not waste time planning.
    listify Link Todo App with a refreshing UI. Technology used: Flutter, Firebase, MVC, Riverpod.
    Local Material Notes Link Simple, local, material design notes
    log_book Link An internship log book desktop app
    markdownr Link Android app that converts an URL to markdown, and lets you share it to your favorite notes app.
    memo Link Memo is an open-source, programming-oriented spaced repetition software (SRS).
    MindWrite Link Help you create and manage your notes, this app is clone of Google Keep
    minttask Link A simple todo manager for Android made using Flutter with Material Design 3
    Note Taking App Link Note Taking App made with Flutter with Sqlite as database.
    NoteApp-Clean-Architecture Link NoteApp with Domain-Driven Clean Architecture with FlutterBloc + Freezed + Hive
    Noteless Link A Markdown-based note-taking app for mobile devices.
    Noty Link Write notes in the most productive ways
    ntodotxt Link Flutter app for managing your todos within a todo.txt file locally or via webdav (e.g. Nextcloud)
    One Day List Link A small, simple and beautiful app that can help you keep track of your daily plans.
    Paperless Link An Android/iOS app for Paperless
    pomodoro-session Link Helps users track work sessions using the Pomodoro Technique
    pmdr Link A Pomodoro App
    Purple Task Link Simple TO-DO app to help you get stuff done.
    Repeat Me Link A clean and intuitive task managing app for Android created with Flutter
    Shorey Link Shorey is a simple note app which is built with Flutter and supports both Android/iOS platforms.
    Stride Link Task management application with in-built git integration
    task_management Link Task Management / TODO App
    Tasker Link Open source task manager (todo list) app
    Taskez Link A productivity mobile application UI kit.
    TaskWarrior Link A premier task management tool for terminal users
    Time Cop Link A privacy first time tracking app.
    Time Tracking Link Time Tracking app with Flutter & Firebase.
    tmail-flutter Link A multi-platform application for reading your emails, with your favorite devices, using the JMAP protocol!
    ToDay Link A minimalist daily task manager
    Todoey Link A simple To-do app.
    Tomo Link Pomodoro timer for MacOS
    Virlow Flutter Recorder Link An app that transcribes recorded audio and includes a text editor for editing/adding notes.
    WD Notes Link A note-taking app that syncs with WebDAV
    WhatTodo Link A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern
    Working Time Alert Link Working time alert. Never miss the time to go home.
    Xournal++ Link https://xournal.online/ A port of the main features of Xournal++ to various Flutter platforms like Android, iOS and the Web.
    Yet another Todo Application Link Yet another Todo Application

    Tools & Utilities

    Project Repo Description
    alisthelper Link Alist Helper is an application designed to simplify the use of the desktop version of alist.
    Anchr Link Android client for Anchr.io link collections, built with Flutter
    Biyi Link Biyi (比译) is a convenient translation and dictionary app written in Flutter.
    Browser App Link Full-Featured Mobile Browser App.
    Calculator (dahliaOS) Link dahliaOS calculator
    Calculator Link A Soft UI (Neumorphism) Simple Calculator created using Flutter.
    Chrono Link A modern and powerful clock, alarms, timer and stopwatch app for Android
    Convapp Link A lightweight and multi-platform real-time unit conversion app.
    Converter NOW Link The Unit Converter app: easy, immediate and multi-platform
    Digital Calculator Link Digital calculator which has keyboard support (external bluetooth keyboard)
    dpc Link An open-source app for writing a family pedigree with a chronicle using Git
    Emotic Link Show a list of emoticons which can be copied to clipboard for any use
    Floating Volume Link Control your device’s volume with a floating slider on Android.
    Frigoligo Link A wallabag client to take your links anywhere and keep them fresh!
    Gopeed Link A modern download manager that supports all platforms
    Holidayz Link Stay Ahead with Global Public Holidays & Regional Days Off
    IdiomReplaceX Browser Link The IdiomReplaceX Browser App is a special browser app where IdiomReplaceX toolbox is added to almost any web page, allowing literary filters to be applied to the content of the web page
    keyviz Link Keyviz is a free and open-source tool to visualize your keystrokes ⌨️ and 🖱️ mouse actions in real-time.
    Keyviz Link Let your audience know what handy shortcuts/keys you’re pressing during screencasts, presentations, collaborations, or whenever you need it.
    limpazap Link Clean up Whatsapp backups
    Logger Link Android app to view and export call logs in CSV or JSON format and perform lightweight on-device analysis
    Mint Calculator Link A simple calculator and unit converter app with Material Design 3 inspired by Windows Calculator
    Neumorphic Calculator Link An elegant and highly customizable calculator app with a beautiful neumorphic design.
    Nyrna Link Suspend games and applications.
    Orgro Link An Org Mode file viewer for iOS and Android
    Parti Link A tool to help partitioning something into fractional parts
    RPNcalc Link A simple RPN (Reverse Polish Notation) calculator app built using Flutter
    SimplyTranslate Mobile Link Privacy friendly frontend to Google Translate
    TiefPrompt Link Cross-platform teleprompter app
    Touch Torch Link Touch the screen and the light turns on
    Type Link A typing test

    Password, Encryption & Security

    Project Repo Description
    AuthPass Password Manager Link AuthPass – Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
    Crypto ID Link Attest the trustworthiness of a device using asymmetric cryptography
    Encrypt it Link An app that encrypt and decrypt texts and protect them with a password.
    EncryptX Link Application that provides a convenient way to encrypt plain text.
    FlutCrack Link App to crack hashes by comparing them against a dictionary of words.
    free_watermark Link Free and easy watermarking tool for your sensitive images
    Keyoxide Link A modern, secure and privacy-friendly platform to establish your decentralized online identity
    NC Passwords Link A password manager app (Android + iOS) for Nextcloud’s Passwords app.
    nfsee Link Read your Transit/Bank/ID cards on Android/iOS phone with NFSee App
    Passy Link Offline password manager with cross-platform synchronization
    Rivia Link Rivia is the unique encryption tool
    RSA Encryption Link Encryption based on asymmetric cryptography.
    Safe Notes Link Safe Notes is a security project aimed at providing an encrypted, private note manager that works locally and protects notes from various threat actors.
    Secur Link A FOSS, cross-platform TOTP client written in Flutter with the aim of providing a beautiful UI.
    Securify Link A password manager application with three layers of security. The app stores the passwords in a local database in an encrypted format. Also, there is biometric verification(Fingerprint) whenever the app opens.
    SelfPrivacy Link SelfPrivacy — is a platform on your cloud hosting, that allows to deploy your own private services and control them using mobile application
    Wassword Link Wassword is an Android App built with Flutter to generate passwords and passphrases
    Yivi Link Yivi offers a privacy-friendly, flexible and secure solution to many authentication problems, putting the user in full control over his/her data
    Yubico Authenticator Link Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android

    Photo & Video

    Project Repo Description
    Aves Libre Link Aves is a gallery and metadata explorer app, built for Android with Flutter.
    Blink Comparison Link Simplifies comparing photos of tamper-evident seals and patterns using your eyes
    Cloud Gallery Link Have all your photos/videos on any cloud at anytime! Powered by Firebase
    ente Link Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
    Flutter Photography Link A beautiful and animated Photography Application UI.
    Image Editor Link Open source image editing app for Android/iOS.
    Image Meta Cleaner Link A cross-platform application designed to remove metadata from images
    Immich Link High performance self-hosted photo and video management solution.
    Libre Camera Link A free and open source camera app for Android written in Flutter and Dart
    OBS Blade Link Make use of the OBS WebSocket Plugin (https://github.com/obsproject/obs-websocket) and control your stream
    Panoramax Link Capture photo sequences with your mobile and send these sequences to a Panoramax instance
    photobooth Link Google I/O 2021 Photo Booth built with Flutter and Firebase
    PicGuard Link Secure & customize your digital photos by adding watermarks to your images
    pstube Link Watch and download videos without ads
    Ruko Link Helps clean your camera roll via Swipe to delete or keep photos in a Tinder-style UI
    Snap Saver Link A camera app that makes it easier to take photos for selected albums or directories
    Yaga Link Nextcloud Yaga – A Nextcloud first gallery app for Android.

    Games & Fun

    Project Repo Description
    2048 Link 2048 game.
    Ahorcado Link Spanish Hangman
    Ant Squash Link 2D game on Flutter. Made with Flame game engine.
    Arcade Plaza Link App that let’s you play free more than 55 games for free.
    BananaMon Link A bombman-like game.
    Basketball Game Link A Basketball game developed using Flame.
    Beret Link App to play the famous hat game
    BFBAN Assistants Link Report players on your phone with mobile app for BFBAN
    BGUG Link Break Guns Using Gems is a fast paced side-scrolling platformer with innovative controls and a gun-related twist.
    block_breaker Link Game of Block Breaker made using flame.
    Board Buddy Link Mobile app for tracking scores and rules in board games
    bounce_game Link Bounce game
    brain_punk Link A Brain Story Game built using Flutter + Flame
    Cards Link A collection of classic card games with progressive difficulty levels & achievements
    Cards With Cats Link Hearts and Spades card games
    chaldea Link Chaldea – Yet Another Material Planner and Battle Simulator for Fate/Grand Order aka FGO
    Club Penguin Link A multiplayer game involving penguins and anonymous chat in a virtual 2D world.
    Color Mixer Link Color Mixer game in Flame engine
    Darkness Dungeon Link A role playing game.
    dashboy Link Gameboy Emulator implemented by pure Dart
    devilf Link A Flutter 2D RPG Game Example On Web & Android & IOS.
    Dino Run Link A 2D infinite side scroller mobile game made using Flame engine.
    Dinosaur Game Link A simple chrome dinosaur game.
    doddle Link Amazing magical doodle game provide a creative doodle world for you!
    Easy Pong Link a classic Pong game built using Flutter and the Flame game engine
    Egyptian Mouse Pounce Link Egyptian Rat Screw, a card game in Flutter
    Everest Link A mathematical puzzle game
    FaFa Runner Link Epic adventure RPG game
    Fingertap Link Catchy mobile game using more of your fingers.
    Flame Simple Platformer Link A 2D platformer made using Flame engine
    Flappy Bird Link A game based on flutter animation.
    Flappy Dash Link A fast-paced, addictive mobile game that puts your reflexes to the test
    Flappy Flame Link A Flappy Bird clone made with flame
    Fludo Link A ludo board game developed in Flutter using canvas.
    flutter_jardinains Link A basic demonstration for creating a Jardinains (Fancy Pong-Like) Game
    flutter_pokedex Link Pokedex app built with Flutter (with lots of animations) using Clean Architecture
    Flutter Crush Link Match 3 game like Candy Crush.
    Flutter Games Compilation Link Compilation of games made with flutter and flutter flame
    Flutter Sudoku Link This is a fully fledged Sudoku game written in Dart using Flutter.
    Flutter Tetris Link A Tetris game.
    FlutterDex Link A simple PokeDex App with Modern UI created using Flutter and Dart and using API from PokeApi.
    flutterflip Link Public repo for flutterflip, a reversi clone built with Flutter.
    Flutters Game Link A game powered by Flutter and Flame
    Four in a Row Link An online version of the popular game four in a row, written in Flutter + Dart on the client and Rust on the server side.
    Fruit Ninja Link A clone of the Fruit Ninja game.
    Game of Fifteen Link The Game of Fifteen or the 15 puzzle app.
    Game Trader Link An Android app that notifies you of messages and trade offers on SteamTrades.com
    Ghost Rigger Link Cyberpunk-inspired puzzle game prototype created with Flutter and Flame
    get_games Link Mobile app showing free and discounted PC games
    GG-Games-and-Giveaways Link See all available free games and active giveaways. Get notified when a game becomes free.
    Hangman Game Link Hangman game.
    Hangman Link Hangman Game
    inspiral Link Relive your childhood in pixel-perfect bliss.
    io_flip Link Google I/O 2023 FLIP AI-designed card game built with Flutter & Firebase
    Jasstafel Link Jasstafel is an app to write points in the swiss card game Jass.
    kingdomino_score Link Calculate score of the boardgame “KingDomino”, supports the “Age of Giants” and “La Cour” extensions
    Kumquats Link A word game where you place letters to create intersecting words as quickly as possible.
    Kunai Game Link A simple Kunai game.
    Lichess Mobile Link Second iteration of the Lichess mobile app.
    Math Matrix Link Math puzzle game.
    Mill Link Sanmill is a free, powerful UCI-like N men’s morris program with CUI, Flutter GUI and Qt GUI.
    Minesweeper Game Link A Minesweeper game.
    Oblique Strategies Link A digital rendering of Oblique Strategies – Over one hundred worthwhile dilemmas
    Pacman Link Vintage Pacman Game.
    Parlera Link Word guessing party game, written in Flutter
    pinball Link Google I/O 2022 Pinball game built with Flutter and Firebase
    Quards Link Solitaire in Flutter.
    Quinb Link A multiplayer reaction game: train your mind and your reflexes while having fun!
    Quokka Link Play games with/without internet.
    Ricochlime Link Ricochlime is a game where you attack the advancing slimes with your ricocheting projectiles.
    Siete y media Link Classic Spanish card game ‘Seven thirty’
    Slide Puzzle Link The classic slide (15) puzzle in Dart and Flutter
    Snaake Link Snaake is a small and very simple clone of the classic snake game from Nokia phones.
    Sober Driver Link A game to select who drives tonight, and who drinks instead
    Space-Empires Link Space Themed Turn-Based Strategy Game
    Spacecape Link A 2D top-down space shooter made using Flutter and Flame engine.
    Sudaku Link Solve sudoku by creating rules
    Sudoku Link FOSS Sudoku
    Sudoku (benoitharrault) Link Sudoku
    Sudoku (einsitang) Link An open source Sudoku game.
    super_dash Link A multiplatform demo game built using Flutter and Flame
    Supermario game Link A Supermario game built using Flame.
    Tapit Link A casual finger battle game.
    Tarok Link A fully open-source Tarock program for playing online (through WebSocket-based backend) or offline (using bots). Integrates StockŠkis custom-made tarock engine.
    Tetris Link A Tetris game.
    Tic Tac Toe Link Tic tac toe game.
    Tic Tac Toe (Multiplayer) Link Tic Tac Toe Local Multiplayer Game
    tictactoe Link A mobile game Tic Tac Toe
    Trex game Link Flutter port of the famous Trex game
    TriPeaks NEUE Link A simple Tri Peaks game with multiple layouts and game options
    Truth Or Dare and Charades Link Truth Or Dare and Charades Game built with Flutter – Persian
    turi Link A Fragment shader based game using Flame and Flutter
    watermelon Link Watermelon is a game developed using Flutter + Flame + Forge2D.
    Who Goes First Link Random funny ‘who goes first’ rules from popular tabletop games!
    WordlyPlus Link Guess the WORD in six tries.
    Xeonjia Link Save the world by solving ice puzzles and defeating enemies!
    Zoysii Link A simple logic game: find the best path to delete every number in a square space

    Sports

    Project Repo Description
    ace Link A full stack sports social media app.
    Box, Box! Link Unofficial Android and web app for Formula 1 fans!
    FitConnect Link App that facilitates meaningful connections among individuals through shared sports activities
    Flutter League Link A companion app for League of Legends players to search summoners, view stats and match history, and check ongoing games.
    Khelo Link An open-source flutter app for easy cricket team management and performance tracking
    Shoot Report Link App for shooting sports
    Shooting Sports Analyst Link Desktop application for viewing, analyzing, and predicting practical shooting match results.
    Spod Link Spod allows user to book a sport venue from anywhere anytime using a mobile.
    Sports Team Manager Link A sports team management system

    Food & Drink

    Project Repo Description
    AlcoholNow Link A panic button for immediately knowing the distances and opening hours to alcohol stores in Iceland.
    Based Cooking Link Flutter app for based.cooking
    coffee_coupon_full_system_demo Link Flutter/Dart template (front-end + backend database) to demonstrate a coupon management system, which is suitable for a coffeehouse chain (or any restaurant chain) to build customer loyalty.
    Cooky Link Discover Cooky, your new free and open-source culinary companion that respects your privacy! Import or create your favorite recipes.
    Cuppa Link A simple tea timer app for Android and iOS built with Flutter.
    deliverzler Link Delivery App for Restaurants built on Flutter using Domain-Driven Design (DDD) and Layered Architecture along with Riverpod Framework.
    Firestaurant Link Front end for restaurant management.
    Flask Link A cute little Flutter app you can use to order items from the Computer Science House vending machines!
    Flutter-Delivery-App Link A food delivery app.
    Food Delivery App UI Link Food ordering & delivery application UI.
    Infusion Tea Timer Link Tea timer for Gong Fu and western style brewing for true enthusiasts.
    keiko_food_reviews Link Keiko Food Reviews App
    KitchenOwl Link KitchenOwl is a self-hosted grocery list and recipe manager. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.
    Nextcloud Cookbook Link Flutter Project for the nextcloud plugin “cookbook”
    Open Food Facts Link App to scan, discover & compare over 3 million food products.
    OpenCanteen Link OpenCanteen is an alternative free open-source client for the iCanteen food ordering system
    Saisonkalender Link A seasonal foods calendar app for a conscious and sustainable diet.
    SavourAI Link A dynamic, swipeable feed of random meals complete with YouTube recipe links, ingredient lists, etc. using TheMealDB API
    Yumniastic Link Yumniastic is a online food delivery service app built with Flutter and Django

    Books

    Project Repo Description
    AudioBooks Link An audiobook listener and downloader using librivox API
    Calibre Web Companion Link Unofficial companion app for calibre web
    deedum Link A cross platform Gemini browser
    DOI to SciHub Link Android app for quickly opening Sci-Hub links from the Digital Object Identifier’s URL (using Android intents).
    Explr Link Explr provides a platform for users to know what their friends are reading and exchange books with them, along with knowing which book is the talk of the town.
    FlutterEbookApp Link A simple Flutter app to Read and Download eBooks.
    LibGen Link This is a unoffical mobile client for Library Genesis service.
    Libro Link An app to share books with people around us
    Openreads Link An app to keep track of your books.
    Openlib Link App to download and read books from shadow library (Anna’s Archive).

    Comics, Anime & Manga

    Project Repo Description
    Aniflix-Flutter Link Netflix of Anime made with Flutter and Jikan API
    AnimeOne Link Unofficial AnimeOne client
    AnimSearch Link An App for searching Anime and Manga created using Flutter and Jikan API.
    CrunchyAnime Link An app that allows users to search and browse anime titles, view details, and save their favorite anime to a personalized list.
    DailyAL Link DailyAL – MyAnimeList Client
    daisy Link A beautiful, easy-to-use, ad-free comic and light novel client.
    jasmine Link A comic browser,support Android / iOS / MacOS / Windows / Linux.
    JHenTai Link A cross-platform app made for e-hentai & exhentai by Flutter
    kazahana Link An extension based Anime & Manga client.
    kimoi Link Application to watch animes.
    Kinoko Link An online manga browser.
    mangayomi Link Free and open source application for reading manga and watching anime.
    Miru Link A versatile application that is free, open-source, and supports extension sources for videos, comics, and novels, available on Android, Windows, and Web platforms.
    PicaComic Link A comic app built with Flutter, supporting multiple comic sources.
    pikapika Link A beautiful, easy-to-use and ad-free comic and game client that supports MacOS, Windows, Android, and iOS.
    pixez-flutter Link A third-party Pixiv flutter client that supports agent-free direct connection and animation viewing.
    Tachidesk-Sorayomi Link A free and open source manga reader app to read manga from a Tachidesk-Server instance.
    tsdm_client Link Angel Anime Forum Third-Party Cross-Platform Customer
    venera Link A comic reader that support reading local and network comics
    wax Link Client of Gentleman Comics

    Health & Fitness

    Project Repo Description
    5/3/1 Log Link Track your workouts and progress using the popular 5/3/1 strength training method
    blood pressure app Link A cross platform app to save blood pressure values with export function
    Calm Attack Link Helps manage panic attacks by providing a range of exercises to help them calm their mind and body.
    Calodiary Link Diary for your calorie intake
    Energize Link Track your food and nutrition easily and fast
    ExHale Link Quit Smoking App
    Feeel Link A cross-platform Flutter home workout app that respects your privacy
    FitBook Link Track your eating habits and visualize your progress with intuitive graphs, all completely offline
    Flexify Link Track your gym progress – Completely offline!
    Flutter-Steps-Tracker Link It’s an open source project for the steps tracking (Pedometer) built with Flutter.
    FlutterBMI Link A BMI calculator app
    GripGuide Link An app for gyms and climbers to manage routes, track progress, and stay updated with gym news.
    Just Another Workout Timer Link A simple timer for your workouts, built with Flutter!
    LifeSync Link App that allows users to track important factors such as nutrition, sports and water consumption.
    MigraineLog Link A simple multi-platform headache diary, written in dart using the flutter framework.
    OpenHIIT Link A cross platform HIIT and Tabata interval timer mobile application.
    OpenNutriTracker Link A calorie tracker to simplify nutritional tracking and management.
    QuitSmoke Link An app to help you quit smoking.
    Spartathlon Link This app aims to help athletes, supporters and volunteers during the ultra distance race Spartathlon.
    Sunrise Signal Link Track and understand morning wood to gain better health insights
    Track My Indoor Workout Link An app for recording stationary workouts of smart fitness machines via BLE protocol.
    trale Link trale – a simple body weight diary app respecting your privacy
    Watermaniac Link A hydration tracking app that helps you track the amount of water you drink
    Wger Workout Manager Link A digital health and fitness tracker app.
    Workout Time Link An app for managing and performing timed workouts
    Workout Tracker Link An app to record and track workout routines

    Medical

    Project Repo Description
    Apexo Link Dental clinic management software, works offline and synchronizes with multiple devices
    Awashyaak Link Open Source Project for Speedy Health Care delivery
    Covid19 Stats Link A simple mobile app developed with Flutter to visualize Covid19 statistics
    covid19-tracker Link Tracking the impact of COVID-19 cases based on your location
    COVID19_data_explorer Link Data visualizer about COVID 19
    DigiDiagnose Link An application that simplifies diagnostic test booking and lab appointments.
    E-Medic – Autonomous Drone for Healthcare System Link Patient App for E-Medic – Autonomous Drone for Healthcare System
    eRx Link E-prescription app developed with Flutter and Firebase.
    free2pass Link A project fighting against the Covid pandemics.
    greenpass-app Link GreenPass app enables the presentation and validation of vaccination, test and recovery certificates. Great importance is attached to data protection and transparency, since all your data is encrypted locally and stored offline on your device.
    Health_and_Doctor_Appointment Link Health and Doctor Appointment App made with Flutter. With this you can book an online appointment to a doctor in advance.
    LibreHealth Cost Of Care Explorer Link Compare costs of medical procedures of US Hospitals.
    LibreHealth Essential Care For Every Baby Link The Essential Care for Every Baby mobile app for the mHBS project
    MedRem Link Medicine reminder app
    Safe Bump Link An application to provide pregnant women and new mothers with tools and resources to manage their maternal health.
    StudyU Link An application to digitally specify, publish, and conduct medical trials.
    Swaasthy Link Swaasthy is an app made to uplift user’s health. It contains everything from medicine reminder functionality to make an SOS call to nearby ambulances to getting an appointment with a virtual doc.

    Travel & Navigation

    Project Repo Description
    AddisMapTransit Link Public transport trip planner for Ethiopia
    beacon Link Flutter application to share location with a group.
    City Cab Link An open source flutter taxi – app for learning purpose(Provider & Bloc) using firebase as backend/server
    Every Door Link A dedicated app for collecting thousands of POI for OpenStreetMap
    flutter-airline-app Link App where you can learn everything you need to know about your next journey and how to make it safe, hassle-free, and on budget. It has information on your scheduled flights, reward miles, best hotel deals, and more.
    Het Saldo Link Open source application to check the remaining trips on a De Lijn card ticket.
    Noe Finderlein Link The NÖ Finderlein is an app that shows the loaction of Niederösterreich-Card destinations
    now8 Link Improved public transport arrival time estimations using Machine Learning. App.
    OpenStop Link App for collecting OpenStreetMap-compliant accessibility data in public transport
    ShareACab Link An app for sharing cab with college students.
    spaced-travel-app Link Spaced is an animated travel application UI that enables users to find locations and schedule trips.
    travel_app Link Travel App
    trip-brain-app Link Travel app built with Flutter, Go, and gRPC for personalized travel suggestions, rich insights, and offline access.

    Cars & Automobiles

    Project Repo Description
    CarVita Link Personal assistant for managing and predicting your vehicle’s maintenance needs

    Education

    Project Repo Description
    Academic Master Link E-learning app where students can share doubts, chat with peers & find notes.
    Algorithms and Visualiser-App Link e-Learning Online Courses App
    Animated App with Rive and Flutter Link Animated App with Rive and Flutter
    Anti-Cheat Exam App Link App to stop cheating in online exams with AI and ML.
    Better schedule Link A better client for virtual-hour schedule.org
    brainjogging Link An application to train your brain.
    CircuitVerse Mobile Link Mobile App for CircuitVerse
    Cloudmate Link An open-source online learning platform.
    Cocola James Link An educational game that gives a brief overview of James Webb Space Telescope.
    CodeQuizzy Link App to learn programming concepts using game-like challenges.
    DanXi Link An all-rounded service app for Fudan University students.
    Dev-Doctor Link Free, opensource, serverless learning platform
    Elements-App Link Flutter app for browsing the elements of the periodic table!
    eqTrainer Link Critical Listening Skill Training App
    FAnki Link App designed to help users learn using flashcards.
    Fludemy Link Udemy Clone.
    flutter-wonderous-app Link A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
    FlutterQuizzApp Link A quiz app
    freeCodeCamp Link freeCodeCamp’s open-source mobile app
    fujiten Link Fujiten is a Japanese dictionary application
    Fun With Kanji Link Simple Flutter app to learn Japanese writing systems Hiragana, Katakana and Kanji.
    Graded Link Graded – Grade Tracker
    hamfisted Link With this app you can prepare for the amateur radio exam for classes E and A. Practice all the questions and keep track of your progress.
    Human Benchmark Link Mobile app designed to test and improve cognitive abilities through a series of fun and challenging tests
    JS-Dict Link Japanese-English dictionary app powered by Jisho.org
    Kepler-App Link The ultimate overview app for all JKG students, parents and teachers
    lanelexicon Link Lane’s Lexicon – An Arabic English Dictionary
    LogicalDefence Link Displays a list of the logical fallacies that haunt every rationalists world
    MatheBuddy Link A gamified learning app for higher math.
    Mathematics Link Mathematics Flutter offers a collection of mathematical functions and supports generation of MCQs, QnA PDFs & quizzes.
    Ciyue Link A mdict dictionary with Android support
    NATINFo Link Search and consult the current violations of the NATINF nomenclature
    Nihonoari Link A little and minimalist Japanese Kana training
    Notely Link A cross-platform mobile client for the Kaschuso (schulnetz) School platform.
    O̍h Tâi Gí Link A Taiwanese (tâi-gí) learning app inspired by moedict & quizlet.
    oj_helper Link An app for looking up Online Judge information
    Onyx Link The app for Universite Claude Bernard
    Java OOP Quiz Link Test and improve Object-Oriented Programming (OOP) concepts in Java
    OpenUSOS Link Unofficial USOS app, for students in Poland
    OpSo Link OpSo provides information about various open-source programs like GSoC, Summer of Bitcoin, etc.
    Orientation Link An app for orientation week at Trinity College, University of Toronto.
    Saber Link The cross-platform open-source app built for handwriting
    sharezone-app Link Sharezone is a collaborative school organization app for iOS, Android, macOS and web
    Smart course app Link Smart course app
    StudentAI Link StudentAI is an prompt-less AI chatbot app that uses OpenAI API to help students learn more effectively. StudentAI can answer questions, provide explanations, and even generate creative content.
    Studle Link Application for students to research their data and performance at school.
    TestApp Link This project contains the flutter port of the TestApp client.
    ToPWR Link A mobile application for WUST – Wrocław University of Science and Technology, which includes buildings, live parking places, cafeteria menu, news, and more
    Traintime PDA Link An open source information query software designed for Xidian undergraduate students.
    TubeCards Link TubeCards – Cross-platform Spaced Repetition App
    Toughest Link An app for interview preparation
    university-app Link A mobile application for the MIREA – Russian Technological University, which includes a schedule, news and many other functions
    Vocabhub Link An app to help you build your vocabulary. This app contains 800+ curated GRE words
    Wispar Link Stay up-to-date with academic journals and the latest research articles
    words.hk Link An open Cantonese dictionary for iOS and Android
    Wuxia Learn Link A free and open source Chinese language learning app

    Graphics & Design

    Project Repo Description
    Color Hap Link Random color generator to generate a vast array of colors, including basic, web, named, and true random colors.
    Color Studio Link Build coherent and accessible themes with the right colors.
    Font Gallery Link Display how different fonts families and their variations look
    Let’s Draw Link A simple drawing app made with Flutter
    Mooltik Link Mobile app for drawing 2D animation
    Paint Redesigned Link A flutter Desktop App to do free drawing on the canvas.
    Paintroid Link Graphical paint editor application that allows setting parts of pictures to transparent.
    Puzzle Grid Link Draw puzzle grids (for crosswords, sudokus, and battleship puzzles) to avoid having to write on papers
    PX VW Link simple converter from px to vw & vh (default 1920×1080)
    Wallpaper App Link Wallpaper App made with Flutter with Dynamic Theming.

    Music

    Project Repo Description
    AI Radio Link Radio application with an AI assistant to play, stop, search songs by categories.
    Anytime Podcast Player Link Simple, easy to use Podcast player app
    Bide et Musique Link Listen to and access the web radio ‘Bide and Music’
    BloomeeTunes Link A music app designed to bring you ad-free tunes from various sources.
    Chillify Link Music App made with flutter
    ClassiPod Link A local music player app designed to capture the nostalgic essence of the iconic iPod Classic
    DJ Edertech App Link Immerse yourself in the nostalgic beats spanning various music genres
    Drip Link A Youtube Music client for Desktop. (in Development)
    Echo MPD Link A beautiful, modern, and feature-rich mobile client for Music Player Daemon (MPD)
    finamp Link A Jellyfin music client for mobile
    Flutter Music Link A Flutter music player to play songs (mp3).
    Flutter Music Player Link Music player with audio plugin to play local music files.
    Flutter Tunein Link Dynamically themed Music Player built with flutter
    Flutter-Musive-app Link Full-stack music player app with fully functional UI like Spotify written in flutter and dart using node.js music API.
    FlutterCloudMusic Link NetEase Cloud Music App
    Harmonoid Link Plays & manages your music library. Looks beautiful & juicy. Playlists, visuals, synced lyrics, pitch shift, volume boost & more.
    Harmony Forge Link A music generation platform merging Flask & Flutter. Flask manages backend tasks while the app offers a user-friendly interface
    Harmony Music Link A cross platform App for streaming Music
    K-19 Player Link A nice music player for OpenSubsonic server
    Lyrics 2 Link A flutter app to search songs’ lyrics
    Meloplay Link Meloplay is a local music player app that plays music from your device built with Flutter.
    Mightier Amp Link An alternative app for controlling NUX Mighty amps.
    mucke Link mucke – android music player
    Music Player Link Music player app made with Flutter.
    MusicPiped Link A Materialistic Music player that streams music
    Musicpod Link Music, radio, television and podcast player for Ubuntu, Windows, MacOs and Android
    Musify Link Unlock the full potential of music: Stream effortlessly with one app!
    player Link Koel Player, the official mobile app for Koel.
    Polaris Link Android client for Polaris
    Practice Suite Link The Swiss army knife of musicians
    raag Link Music player made using Flutter.
    Radio Romania Link An open source aggregator for Radio Romania podcasts.
    Rhythmic Realm Link A music app
    sap Link A mobile music streaming app with a complex UI built with Flutter and the Deezer API
    Spotube Link Open source Spotify client
    Storify Link Flutter app to add captions to songs in your Spotify playlists.
    Stream Music Player with GetX Link Listen to music online with a clean GetX MVC architecture
    Tsacdop Link Enjoy podcasts with Tsacdop! A podcast player built with flutter
    Tsacdop (Fork) Link Enjoy podcasts with Tsacdop! A podcast player built with flutter
    Vidya Music Link Flutter player for the Vidya Intarweb Playlist (aka VIP Aersia)
    WavyBeats Link A music player.

    Entertainment

    Project Repo Description
    BiliYou Link A third-party Bilibili client made with flutter.
    Cinema Booking Link An app for booking movie tickets, built with Flutter Clean Template, BLoC, REST API, Firebase Auth, and Unit Tests.
    Clipious Link Invidious client for android
    ez_tickets_app Link A cinema ticket booking app made with Flutter SDK
    FindSeat Link A Flutter app for booking movie tickets.
    FlixQuest Link App that lets users stream movies and TV shows for free.
    Fluttery Filmy Link 🎥 Movie app powered by tmdb
    Flutter-Bloc-MovieDB-App Link Find The Latest trending and upcoming movies and tv shows with MovieDB app. The app contains all info about movies and tv shows.
    Inkino Link App for browsing movies and showtimes for Finnkino cinemas
    Marvel App Link App providing information about marvel characters & movies built using Marvel Comics API and firebase.
    Movie DB Link The Movie DB App with GetX State Management.
    movie-finder Link A Flutter App based on TheMovieAPI, and built with Supabase backend and BLoC state management library.
    MovieLab Link An open source movie tracker and movie finder.
    Movies App Link MoviesApp based on themoviedb API
    movies_app Link Directory for movies and famous people
    namida Link A Beautiful and Feature-rich Music & Video Player with Youtube Support
    PeerTube Link Browse, watch, and interact with content from thousands of PeerTube instances
    pilipala Link PiliPala is a third-party BiliBili client developed using Flutter.
    psychphinder Link An app to search for your favorite quotes from the TV show Psych
    TMDB Link A movie Flutter application powered by TMDB APIs.
    TMDBM Link Mobile version of TMDB
    TurtleOTT Link A crossplatform iptv/ott/streaming player
    tv-randshow Link App to choose a random TV show episode
    Watch Link A movies/web series recommendation app.

    News & Feed

    Project Repo Description
    Flews Link A news client displaying top stories from Hacker News, Reddit’s r/AndroidDev, Imgur’s most viral, and GitHub top Java repos
    fluent-reader-lite Link Simplistic mobile RSS client built with Flutter
    FlutterNewsApp Link A Flutter news app which utilizes NewsApi Org.
    Flux News Link A simple Newsreader for the miniflux backend (https://miniflux.app).
    Glider Link Glider is an opinionated Hacker News client. Ad-free, open-source, no-nonsense.
    Hacki Link A feature-rich Hacker News client.
    Lobsters App Link An iOS and Android app for lobste.rs and its sister sites.
    MobileInpact Link An unofficial client for NextInpact
    News App Link News app where you can see all trending news
    News App Flutter Link Live news app with search functionality
    Raven Link This app uses APIs and web scraping to fetch news articles
    RSSAid Link RSSAid is a complementary app for RSSHub built with Flutter
    spacex-go Link Simple yet powerful, open-source SpaceX launch tracker

    Chat & Messaging

    Project Repo Description
    BlueBubbles Link A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
    chatsen Link Cross-platform Twitch Chat application with 3rd-party addon support!
    Cloudy Link Encrypted messaging app with a custom cryptographic protocol
    DinoMail App Link Mobile app for DinoMail
    Ejimo Link Comprehensive emoji and symbol picker.
    ESSE Link Encrypted peer-to-peer IM for data security. Own data, own privacy. (Rust+Flutter)
    FluffyChat Link The cutest instant messenger in the [matrix]
    flutter-chat-demo Link A chat app made with Flutter and Firebase that supports login with google, and chat functionalities.
    Flutter social chat Link A social chat app built using Stream, bloc & Firebase
    Goguma Link An IRC client for mobile devices.
    GroupChatApp Link Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.
    Guerrilla Mail Link Quickly receive anonymous and temporary mails using Guerrilla Mail.
    OpenPeerChat-flutter Link Sending/relaying messages to nearby devices until the destination is reached, instead of relying on a central server.
    Simple Chat UI Link Simple chat UI build with flutter
    < polycule > Link A geeky and efficient [matrix] client for power users
    SMS Telebot Link Android app to forward incoming SMS messages to your Telegram bot
    snack_chat Link Spicy chatting app
    StreamKit Chat Reader Link Reads your Twitch chat, with automatic language detection!
    Syphon Link A privacy centric matrix client
    Talktive Link An anonymous group chat app for safely talking to strangers.
    Twake Chat Client Link Decentralized chat app based on the Matrix protocol
    Vidar Link End-to-end encrypted SMS app utilizing AES256 encryption.
    Whatsapp Clone Link A UI clone of WhatsApp.
    WhatsApp Contacts Adder Link Allows users to add WhatsApp contacts, without giving WhatsApp access to their contacts
    zulip-flutter Link Future Zulip client using Flutter

    Social Networking

    Project Repo Description
    Aria Link A cross-platform Misskey client built with Flutter
    ChaoFun Link Client for ChaoFun community
    clubhouse Link Clubhouse clone written in Flutter using Firebase/Firestore and Agora services.
    e1547 Link A sophisticated e621 browser
    Fedi Link Open source client for Pleroma and Mastodon social networks.
    Flabr Link A habr client
    Fluttergram Link An Instagram clone written in Flutter using Firebase/Firestore
    flutter_tiktok Link Flutter Tiktok
    Fritter Link A privacy-friendly Twitter frontend for mobile devices
    Fwitter Link Fully functional Twitter clone built using Flutter, Firebase realtime database and storage
    Harpy Link A Twitter app built with Flutter
    Librem Social (Beta) Link A multi-platform client for Smilodon, with consensual workflows and anti-abuse tools
    Quacker Link Quacker is a more private and clean way to browse Twitter/X
    Resonate Link Clubhouse, but Open Source. A social voice platform.
    SkyFeed Link Decentralized SkyDB-based alternative to Twitter, YouTube and Instagram with a native iOS, Android and web app.
    SlimSocial for Facebook Link Light version of Facebook. Light both in the weight and in the use.
    spot Link Open source geo based video sharing social app created with Flutter and Supabase
    Squawker Link An open-source privacy oriented Twitter/X client
    talawa Link Community Organization Management Software.
    telsavideo Link Community-focused Decentralized Cryptocurrency Video APP like Tiktok
    tweet_png Link A flutter app to generate beautiful, high-quality screenshots of tweets from twitter.
    ZGram Link Flutter Social Mobile App Design for ZGram.

    Network, Bluetooth & Sharing

    Project Repo Description
    AirDash Link Transfer photos and files to any device.
    ArthurMorgan Link Cross-Platform Google Drive client with encryption support.
    BleOta Link Graphical application for upload firmware over Bluetooth
    bluetooth_car Link A Bluetooth car control app
    Brisk Link Fast, multithreaded, cross-platform download manager
    Custom Uploader Link Custom Uploader is a simple, lightweight, and easy to use file uploader built using flutter for android devices that allows you to upload files to a file host of your choice.
    CyBear Jinni Link App to control your smart devices.
    Deluge Link A Deluge thin client for Android. Written in Flutter.
    Destiny Link Destiny – Cross-platform Magic Wormhole graphical client
    foldie Link Transfer files between Android and MacOS
    flutterhole Link A third party Android application for the Pi-Hole® dashboard.
    hiddify-next Link Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc.
    localsend Link An app to securely share files and messages with nearby devices without requiring an internet connection.
    mobileraker Link A Flutter mobile app for Klipper/Moonraker
    NetworkArch Link Network diagnostic app.
    Odin Link Open-source, cross-platform, hassle-free file sharing with AES-256 encryption made with Flutter & Dart.
    Sharik Link Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
    Speed Share Link Speed Share is a highly available file sharing terminal on LAN(local area network) like airdrop developed by flutter framework.
    Synce Link Connect all your devices hassle-free
    Uploadgram Link An app for Uploadgram files and uploads management
    Vernet Link Vernet – Network Analyzer and Monitoring Tool

    IoT & Remote Control

    Project Repo Description
    Badge Magic Link Create Text and Draw Cliparts on LED Name Badges using Bluetooth
    Drone Detection Map Link Detect drones using computer vision, and plot their locations on a map.
    flindex Link Flindex is an app to manage the contents of your home. Use NFC or QR code stickers to manage the inventory of your boxes and drawers.
    flutter_thingsboard_app Link ThingsBoard Mobile Application
    flutter-remote Link A Flutter app that controls your TV, and other devices based on IR codes
    lumi Link Philips Hue app to control lights and sensors
    My Leaf Link My Leaf is a simple, striving to be great looking, and fast alternative to the official NissanConnect app(s) from Nissan.
    OpenWrt Manager Link Mobile app for interacting with your OpenWrt device
    Osram remote Link Android app for controlling Osram RGB lights using infrared
    Sharp LH5801 Link Sharp LH5801 8-bit microprocessor emulator in Dart
    ShockAlarm Link App for controlling and managing OpenShock devices
    Sensors Dashboard Link A web app to test WebSocket connections with SensorServer in a web browser
    Tautulli Remote Link Tautulli companion app.

    Weather

    Project Repo Description
    Clima Link Beautiful, minimal, and fast weather app.
    EasyWeather Link EasyWeather is a powerful and intuitive weather app that delivers real-time updates and forecasts for any location on Earth. Built with Flutter and OpenWeatherMap.
    EQMonitor Link An earthquake monitoring Application
    Flutter Weather Link Weather App Built with Flutter and OpenWeatherMap API
    Flutter Weather App Link A weather application displaying real time weather data using weatherapi.
    FlutterWeather Link Weather app created using Flutter and Dart
    Meteo Weather Greece Link A lightweight, beautiful weather app that fetches data from meteo.gr
    Pluvia Weather Link A weather app with beautiful animations
    weather_app Link Fetch weather data from cities around the globe!

    Shopping & E-commerce

    Project Repo Description
    Cardabase Link Save EAN-13 club cards on your phone and use them later
    E-commerce App UI Link Nice and clean Online Shop app UI by using Flutter.
    Fast Shopping Link Simple app for easy shopping list making, developed with simplicity in mind.
    Flutter Games Link A Flutter app for purchasing and renting games.
    Flutter E-Commerce app Link E-Commerce App built in flutter
    Flutter Furniture App (Timberr) Link A fully functional Furniture App Clone made using Flutter, Supabase and Getx State Management.
    Flutter-Complete-e-commerce Link An E-commerce app.
    Flutter-Grocery-App-UI Link Flutter Grocery App UI
    flutterzon_bloc Link Flutterzon is a full-stack e-commerce application that tries to mirror the functionality and user experience of the Amazon mobile app.
    flutter-woocommerce-app Link WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
    FlyBuy Link A full E-commerce app with nice UI consists of on-boarding, login, sign-up, home, product details, cart and user profile.
    Grocery-App Link Grocery Shopping App (Mobile & Web)
    LaCoro Link A quick commerce app.
    Libretrack Link Track postal items directly on your device.
    openflutterecommerceapp Link Open Flutter E-commerce App
    Shop App Link An online shop for food, groceries, and medicine.
    TailorMade Link Managing a Fashion designer’s daily routine.
    Voucher Vault Link A vault for all your vouchers and gift cards.

    AR & VR

    Project Repo Description
    Lighthouse PM Link A Flutter app for controlling the power state of Valve Index® lighthouses
    TeachAR Link Mobile based augmented reality application to improve learning for students

    Kids

    Project Repo Description
    clock_game Link Clock Game is a children’s game created with Flutter.
    kiddytunes Link An app for kids to play, sing along and save children songs.
    Learn Link A simple learning app for kids.
    nomdebebe Link A simple, private tool to help pick a baby name.
    Spelling Wizard Link A Spelling App

    Pets & Animals

    Project Repo Description
    Dog sports diary Link App for a dog sports diary to track the progress of the training

    Wearables

    Project Repo Description
    Live Scores App Link See live football and volleyball scores on your smartwatch.
    BFRBSys Link A wrist-worn device and monitoring system for a person with Body-focused Repetitive Behavior.
    Reader for WearOS (Bible incl) Link Read epub books on your smartwatch.

    Admin Dashboard

    Project Repo Description
    FlareLine Link An admin dashboard template
    Flutter-Responsive-Admin-Panel-or-Dashboard Link Responsive Admin Panel or Dashboard using Flutter
    smart-admin-dashboard Link Flutter Smart Admin Panel & Dashboard

    Portfolio

    Project Repo Description
    devfolio Link Live multi-platform portfolio designed using Flutter 3.0.
    Flutter Folio Link A platform adaptive Flutter app for desktop, mobile and web.
    Flutter Portfolio Link A responsive portfolio website
    nimbus Link Nimbus is a beautiful portfolio design built using flutter

    App Store & Manager

    Project Repo Description
    AirController Link A new handy and powerful Android phone assistant
    AppImage Pool Link A simple, modern AppImageHub Client, powered by flutter.
    Obtainium Link Get Android app updates straight from the source.
    revanced-manager Link Application to use ReVanced on Android
    Software App for Ubuntu Link Software App for Ubuntu made with Flutter
    WSA Pacman Link A GUI package manager and package installer for Windows Subsystem for Android (WSA)
    wsl2-distro-manager Link A GUI to quickly manage your WSL2 instances

    OS

    Project Repo Description
    Building a Yaru app with Flutter Link A tutorial for creating an Ubuntu Linux Flutter app, using the yaru theme
    dahliaOS files Link File manager application
    dahliaOS terminal Link Terminal emulator for dahliaOS
    FlutterCleaner Link This Flutter app for macOS lists all build folders with their size. It’s easy to delete all selected folders to make space on the disk.
    Linux Stats App Link A flutter application to monitor your Linux PC statistic.
    LINUXMON Link An app to monitor linux PC stats directly from your phone.
    Pangolin Desktop Link Pangolin Desktop UI shell, designed for dahliaOS
    quickgui Link A Flutter frontend for quickget and quickemu.
    Ubuntu Accomplishsments Link Ubuntu Accomplishments opportunities and trophies viewer
    Ubuntu Desktop Installer Link Ubuntu Desktop Installer
    Ubuntu Desktop Settings Link An Ubuntu Desktop system settings app made with Flutter.

    Accessibility

    Project Repo Description
    HelpingHand Link Leveraging Intelligent Processing Tools and Algorithms to help the Visually Impaired see and navigate

    Religion

    Project Repo Description
    Al-Azkar Link Imam Al-Hafiz Yahya bin Sharafah Al-Din Al-Nawawi
    Auragita Link Bhagavad Gita learning app
    Bhagavad Gita Link App to study and explore the teachings of Bhagvat Geeta
    Bibleside Link An offline Bible app featuring the OET (Open English Translation)
    elisha Link An Offline Bible & Church App for iOS & Android.
    eQuran Link An app for reading the Holy Quran.
    Inni di Lode Link A Christian Songbook for Italian Churches.
    Librum Link A free and open-source Bible verse reference app.
    Muslim fortress application Link The application contains the complete book Hisn al-Muslim, with a search feature in the index and other features.
    noor Link Noor is a mobile app designed to help in providing a comfortable reading experience for Muslims, by referencing the book “Hisnul Muslim”, and some other references.
    PocketDhamma Link For offline reading of the Dhammapada
    Prayer Link A Christian prayer app
    Qadaa Link Helps you to organize your missed prayers and fasting
    Quran Revision Companion Link An app to help huffaz revise Quran
    Sirat-E-Mustaqeem Link Islamic App with Complete Quran, Prayer time Api, Hadith, & Qibla Direction.
    The Life Link Bible in multiple languages – English, French, Italian, Spanish, Portuguese.

    Boilerplate

    Project Repo Description
    Boilerplate Link A boilerplate project created using MobX and Provider.
    conference-app Link The Conference app toolkit is an app template that can be used to create a Flutter conference app for your event easily.
    festapp Link Festapp – mobile app for festivals, conferences or events.
    FireNoti link Aims to provide a seamless notification experience by integrating Firebase FCM
    Flight search Link Flight search UI template
    flutter_template Link A Flutter template application showcasing – Clean architecture, Responsive design, State management, testing, Navigation, etc.
    flutter_boolean_template Link Provides the boilerplate needed to create a large app and provides utilities to separate code generation into separate packages.
    flutter_deer Link This project is an exercise in learning Flutter for personal growth and development.
    last_fm Link A simple app to demonstrate a testable, maintainable, and scalable architecture for flutter. flutter_bloc, get_it, hive, and REST API are some of the tech stacks used in this project.
    MVVM app architecture Link Model–View–ViewModel (MVVM) example.
    Quiz App Link A simple Quiz Application UI template
    WriteSync Link A modern, responsive blog engine built with Jaspr and Dart

    Privacy, Safety & Crime

    Project Repo Description
    Berlin-bike-theft-warning Link Berlin-bike-theft-warning is a simple application which informs the user about the number of stolen bicycles either by location or by tapping.
    Criminal Catcher Link Online filing of FIR/complaint with GPS location, photos, and videos.
    Fake Contacts Link Create fake phone contacts, to do data-poisoning.
    FOSS Warn Link An unofficial open source application to get emergency alerts from https://warnung.bund.de/meldungen.
    GroupTrack Link An app designed to enhance family safety 👫 through real-time location sharing 📍 and communication features
    Locus Link Share your location end-to-end encrypted on decentralized servers using Nostr.
    Pareu de Parar-me Link Report racist actuation in Barcelona
    penhas-app Link Source code of the PenhaS Mobile App
    Trovami Link A live location sharing app built on Flutter and Firebase as backend
    You Link The app to check what internet knows about you.

    Environment, Social & Agriculture

    Project Repo Description
    #FFF Info Link Get all information about your climate strike!
    DigiAgriApp Link FOSS application to monitor your agriculture field
    Ehrenamt Link App for the Bayerische Ehrenamtskarte, a benefit card for volunteers in Bavaria, Germany.
    Farm Mate Link Connects farmers with businesses, enabling them to sell crops directly to buyers
    Florae Link Keep care of your green, leafy best friends
    Insigno Link Insigno makes keeping your city clean enjoyable and inspiring!
    Plant Disease Detector Link App that detects a plant’s disease given a photo of an affected part of the plant.
    Plant Sense Link An Arduino project with an Android app to measure the soil moisture of your plants.
    Plant-it Link A self-hosted gardening companion app
    Precio Luz Link Official electricity rate in Spain (PVPC)
    reforestation-assistant-simulator Link The Reforestation Assistant & Simulator idea is to create an app to help on reforestation of degraded areas of the planet by drone or manually
    Smart-City-Dashboard Link Android app to visualize many available public data of various Smart Cities through Dashboards.
    SMASH – Smart Mobile App for the Surveyor’s Happiness Link Source code of the SMASH Android/iOS digital field mapping app.
    Water Me Link A simple, open and privacy friendly plant watering reminder for Android

    Others

    Project Repo Description
    AgroRobotSwarm-dashboard Link Have a better control of the lands and show the collected information of the robots
    Arduino-Controller Link Arduino Controller for Liquid Galaxy
    asteroids-lg-retro-gaming Link Making the management of the Asteroids game in the Liquid Galaxy easier for any user
    Barrett 2090 & XV 3088 Flutter Simulation Link This Flutter project simulates the operation of the Barrett 2090 and XV 3088 communication systems.
    Car Control Dashboard Link A user-friendly car control dashboard to interact with dynamic car controls.
    Congress Fahrplan Link A Congress Fahrplan App written in Flutter
    Elements Link A cross-platform mobile and web app to show Chinese zodiac five elements as a pageable calendar
    flutterplasma Link Flutter app demonstrating Flutter web rendering.
    Gauges_Showcase Link Showcase app that demonstrates the power and flexibility of the geekyants_flutter_gauges
    Gesture-Controller Link A cheap and easy solution to add a new way to control Liquid Galaxy
    image-satellite-visualizer Link Image satellite visualizer
    INAV Cross configurator Link A new INav cross platform configuration tool taking mobile into account
    IREX Mobile App Link IREX portal mobile client project
    Laser-Slides Link Simplifies the adjustment of OSC messages on your phone or tablet for laser presentations
    Laser_Slides_Flutter Link Seamlessly integrate with Beyond software using OSC (Open Sound Control) commands
    LG-Gesture-And-Voice-Control Link An App To Provide Gesture and Voice Control for Liquid Galaxy.
    lg-kiss-app Link Provides a simple and intuitive interface for controlling Liquid Galaxy.
    Lg-Laser-Slides-App Link Allows users to manipulate the laser slides in the beyond software from a tablet device
    lg-retro-gaming Link Retro Gaming is an app created with the intention of making the management of games in the Liquid Galaxy easier for any user
    LG_Travel Link App tells you about the popular breakfasts in major world cities and provides you popular locations to try them.
    LiquidArt_AI Link Allows users to generate images using a text or an audio to text prompt and a selection of APIs
    MarschRide Link
    matoid Link
    Rocket-Launcher-App Link Rocket Launch Visualizer
    SatNOGS-Visualization-Tool Link Mobile app that aims to show information from satellites and ground stations using the SatNOGS database and API.
    scroll_text_application Link An application to display various types of content (such as text, images, videos, and more) on Liquid Galaxy screens.
    SignalMeter Link Satellite Signal Meter for Enigma based receivers
    STEAM-Celestial-Satellite-tracker-in-real-time Link Steam Celestial Satellite tracker in real time
    Visit original content creator repository https://github.com/fluttergems/awesome-open-source-flutter-apps
  • lucid-cms

    Lucid CMS

    Tests NPM Version NPM Downloads NPM License


    Caution

    Lucid CMS is still in Alpha and under heavy development and hasnt implemented licensing yet and so cannot be used in a production setting. There is currently no commitment to backwards compatibility and breaking changes will be released on a regular basis while APIs and interfaces are being finalised.


    A modern, TypeScript-first headless CMS designed for ultimate flexibility. Powered by sophisticated collection and brick builders, Lucid CMS gives you the freedom to craft content structures that match your exact needs. Whether you’re deploying to traditional servers or the edge, connecting to your preferred database, or integrating through our extensive plugin ecosystem, Lucid CMS adapts to your workflow whilst delivering an exceptional experience for developers and content creators alike.

    ✨ Features

    • 🚀 Deploy Anywhere:
      • Runtime Adapters: Deploy seamlessly to Node.js or Cloudflare Workers
      • Database Adapters: Full support for PostgreSQL, LibSQL, and SQLite
    • 📝 Content Modelling:
      • Collection Builder: Create flexible collections for single or multiple documents
      • Brick Builder: Build reusable content blocks that can be mixed and matched across your collections
      • 15+ Custom Fields: Tailor your content with a wide range of field types
    • 🎛️ Content Management:
      • Revisions & Drafts: Complete version history with rollback support
      • Media Library: Centralised asset management
      • Localisation: Built-in multilingual content support
    • 🔧 Built-in Capabilities:
      • Image Processing: On-demand resizing with next-gen formats and custom preset support
      • Email Integration: Flexible email strategies with customisable templates
      • User Management: Invite users and assign roles with granular permissions
    • 🔌 Extensibility:
      • Plugin Ecosystem: Extend functionality with first-party and third-party plugins
      • Client Integrations: API access for fetching content in your websites and applications

    ⚙️ Runtime Adapters

    💾 DB Adapters

    🛠️ First Party Plugins

    • Pages: Adds nested document support to your collections along with slugs and computed fullSlugs based parent relationships.
    • Nodemailer: Extend the email strategy to support Nodemailer by passing down a custom transport.
    • Resend: Extend the email strategy to use Resend.
    • S3: Extend the media strategy to support using any S3 compatible storage solution.
    • Local Storage: Extends the media strategy to support uploading media to your file system.
    • Menus: Coming soon!
    • Form Builder: Coming soon!

    🏁 Getting Started

    To get started you can follow the Getting Started guide from our documentation. Lucid CMS is super easy to get up and running and with the SQLite DB adapter along with the Local Storage plugin, you can get set up without needing any third party services.

    🖥️ Lucid UI

    Still under development, Lucid UI is an Astro and TailwindCSS based UI library that is built to be used with Lucid CMS. It’s not quite ready for prime time yet, but you can expect to see it launch down the line.

    Visit original content creator repository https://github.com/ProtoDigitalUK/lucid_cms
  • wmidi

    WMIDI

    Midi encoding and decoding library.

    crates.io docs.rs

    License: MIT Build Status

    Usage

    use std::convert::TryFrom;
    
    // Decoding messages from bytes.
    fn handle_midi_message(bytes: &[u8]) -> Result<(), wmidi::FromBytesError> {
        let message = wmidi::MidiMessage::try_from(bytes)?;
        if let wmidi::MidiMessage::NoteOn(_, note, val) = message {
            let volume = u8::from(val) as u8 / 127.0;
            println!("Singing {} at volume {}", note, volume);
        }
        Ok(())
    }
    
    // Encoding messages to bytes.
    fn midi_to_bytes(message: wmidi::MidiMessage<'_>) -> Vec<u8> {
        let mut bytes = vec![0u8; message.bytes_size()];
        message.copy_to_slice(bytes.as_mut_slice()).unwrap();
        bytes
    }

    Features

    • Supports no_std environments.
    • No memory allocations (therefore realtime safe) for parsing and encoding.
    • No memory allocations for creating MidiMessage, except for MidiMessage::OwnedSysEx.

    Testing & Benchmarking

    • Build with cargo build.
    • Test with cargo test.
    • Benchmark with cargo bench. The results will be under ./target/criterion/report/index.html.

    Changelog

    4.0.0

    • New ControlFunction type which simply wraps a U7.
    • Constants and documentation for all ControlFunction values.
    • Renumber Note enums/consts to be more consistent with midi; for example, C0 is now C1.

    3.1.0

    • Rename MidiMessage::wire_size() to MidiMessage::bytes_size().
    • Introduce MidiMessage::copy_to_slice() method.

    3.0.0

    • Instances of U7 and U14 now have bounds checking.
    • Note is now an enum instead of a u8. Can be converted with Note::try_from and u8::from.
    Visit original content creator repository https://github.com/RustAudio/wmidi
  • PWNfavicon

    banner

    PWNfavicon is a Python-based reconnaissance tool designed to identify websites that potentially mirror the content of a specified URL, aiding in Web Application Firewall (WAF) bypass techniques. It operates by leveraging the analysis of favicon hashes, small icons associated with websites that are often overlooked in security assessments.

    Features

    • Favicon Hash Comparison 🔍: Analyzes the hash values of favicons across different websites.
    • Multi-threaded Crawling 🕷️: Utilizes multi-threading for concurrent fetching and analysis of multiple URLs.
    • Timeout Handling ⏱️: Customizable timeout settings prevent delays while waiting for responses from unresponsive servers.
    • Verbose Logging 📝: Detailed logging capabilities for monitoring the crawling process and diagnosing issues.
    • Input Parsing 📥: Supports input in the form of CIDR ranges, domain names, or a base URL.
    • Result Reporting 📊: Identifies matching URLs indicating potential content similarity to the base URL.

    Use Cases

    • WAF Bypass 🛡️: Helps evade detection or filtering mechanisms implemented by WAFs by identifying websites with similar content.
    • Red Team Engagements 🚩: Discovers additional entry points or shadow IT assets during red team operations.
    • Vulnerability Research 🔍: Analyzes the prevalence of specific web assets across different domains to identify common vulnerabilities.

    Usage

    python PWNfavicon.py -u <base_url> -t <num_threads> -d <domain> -c <cidr>

    Options

    • -u, --url: Specify the base URL directly.
    • -t, --threads: Specify the number of threads to use (default is 10).
    • -h, --help: Show the help message and exit.

    Additional options:

    • -p, --ports: Specify ports to check separated by commas.
    • --timeout: Specify timeout for HTTP requests in seconds (default is 10).
    • -v, --verbose: Enable verbose mode for detailed logging.
    • -c, --cidr: Specify CIDR ranges separated by commas.
    • -cf, --cidr-file: Specify a file containing CIDR ranges.
    • -d, --domains: Specify domains separated by commas.
    • -df, --domains-file: Specify a file containing domains.

    These options provide flexibility in customizing the crawling behavior according to specific requirements and scenarios.

    Requirements

    • Python 3.x
    • mmh3
    • requests
    • beautifulsoup4
    • colorama
    • tqdm

    Installation Guide

    1. Clone the Repository

    Clone the Favicon Crawler repository from GitHub to your local machine:

    git clone https://github.com/your_username/favicon-crawler.git

    2. Navigate to the Project Directory

    Change into the directory containing the cloned repository:

    cd PWNfavicon

    3. Install Dependencies

    Ensure you have Python 3.x installed on your system. Then, install the required Python packages using pip:

    pip install -r requirements.txt

    This will install the necessary dependencies such as mmh3, requests, beautifulsoup4, colorama, and tqdm.

    4. Usage

    Once the dependencies are installed, you can run the Favicon Crawler using the following command:

    python PWNfavicon.py -u <base_url> -c <cidr>

    Replace <base_url> with the target URL you want to analyze and <cidr> with the desired network change to scan.

    5. Explore Options

    Explore additional command-line options available for customization using the --help flag:

    python PWNfavicon.py --help

    This will display a list of available options such as specifying ports, setting timeouts, enabling verbose mode, and providing input via CIDR ranges or domain lists.

    Example Usage

    python PWNfavicon.py -u "https://example.com" -c "199.98.50.0/24"

    This command will crawl the target URL https://example.com and find if there is some page on the network 199.98.50.0/24.

    Note

    • Ensure that you have proper permissions and network access to crawl the target URLs.
    • It is recommended to use this tool responsibly and ethically, respecting the terms of service and legal regulations governing web scraping and reconnaissance activities.
    • Refer to the LICENSE file for details on the project’s licensing terms.
    • For any issues or feedback, please open an issue on the GitHub repository.

    Planned Features

    1. Enhanced Logging 📈

      • Description: Improve logging functionality to provide more detailed information about the crawling process, including progress updates, error messages, and status reports.
      • Status: Planned
    2. Integration with External Tools 🛠️

      • Description: Integrate the tool with external vulnerability scanners or web application security testing frameworks to automate the identification of potential vulnerabilities based on favicon analysis.
      • Status: Planned
    3. Customizable Output Formats 📄

      • Description: Add support for customizable output formats, allowing users to specify the format and structure of the output reports generated by the tool.
      • Status: Planned

    Proposed Improvements

    1. Error Handling Refinement 🛠️

      • Description: Refine error handling mechanisms to gracefully handle a wider range of network errors, HTTP status codes, and unexpected exceptions, providing more informative error messages and recovery options.
      • Status: Proposed
    2. Performance Optimization

      • Description: Optimize the tool’s performance by implementing asynchronous processing or connection pooling techniques to improve concurrency and reduce processing time, especially when crawling large numbers of URLs.
      • Status: Proposed
    3. User Interface Enhancement 🖥️

      • Description: Enhance the user interface by adding interactive features, such as progress bars, interactive prompts, or real-time updates, to improve user experience and feedback during the crawling process.
      • Status: Proposed
    4. Input Validation and Sanitization 🔒

      • Description: Implement robust input validation and sanitization mechanisms to prevent common security vulnerabilities, such as injection attacks or directory traversal exploits, by ensuring that user-provided input is safe and properly sanitized before processing.
      • Status: Proposed
    5. Dockerization 🐳

      • Description: Dockerize the application to simplify deployment and ensure consistent runtime environments across different platforms, making it easier for users to install and run the tool in various environments.
      • Status: Proposed
    6. Configuration File Support ⚙️

      • Description: Add support for configuration files to allow users to specify custom settings, such as timeout values, port lists, or logging levels, without modifying command-line arguments, enhancing flexibility and customization options.
      • Status: Proposed
    7. Integration with Continuous Integration (CI) Pipelines 🔄

      • Description: Integrate the project with popular CI/CD platforms like Travis CI or GitHub Actions to automate testing, code quality checks, and deployment processes, ensuring code stability and reliability across different environments.
      • Status: Proposed
    8. Unit Testing Suite ✔️

      • Description: Develop a comprehensive unit testing suite to validate the functionality and behavior of individual components and modules, ensuring code correctness and preventing regressions during development and maintenance.
      • Status: Proposed

    How to Contribute

    If you’re interested in contributing to the project or have any feedback on these planned features and proposed improvements, please feel free to:

    1. Select a feature or improvement from the list above that you’d like to work on or provide feedback on.
    2. Fork the project repository to your GitHub account.
    3. Create a new branch for your work based on the master branch.
    4. Implement the feature or improvement in your branch.
    5. Submit a pull request to the main repository’s master branch.
    6. Collaborate with project maintainers and other contributors to review and iterate on your changes until they’re ready to be merged.

    Your contributions and feedback are highly appreciated and will help make the project better for everyone!

    License

    This project is licensed under the MIT License – see the LICENSE file for details.

    Visit original content creator repository https://github.com/k0x-offsec/PWNfavicon
  • PWNfavicon

    banner

    PWNfavicon is a Python-based reconnaissance tool designed to identify websites that potentially mirror the content of a specified URL, aiding in Web Application Firewall (WAF) bypass techniques. It operates by leveraging the analysis of favicon hashes, small icons associated with websites that are often overlooked in security assessments.

    Features

    • Favicon Hash Comparison 🔍: Analyzes the hash values of favicons across different websites.
    • Multi-threaded Crawling 🕷️: Utilizes multi-threading for concurrent fetching and analysis of multiple URLs.
    • Timeout Handling ⏱️: Customizable timeout settings prevent delays while waiting for responses from unresponsive servers.
    • Verbose Logging 📝: Detailed logging capabilities for monitoring the crawling process and diagnosing issues.
    • Input Parsing 📥: Supports input in the form of CIDR ranges, domain names, or a base URL.
    • Result Reporting 📊: Identifies matching URLs indicating potential content similarity to the base URL.

    Use Cases

    • WAF Bypass 🛡️: Helps evade detection or filtering mechanisms implemented by WAFs by identifying websites with similar content.
    • Red Team Engagements 🚩: Discovers additional entry points or shadow IT assets during red team operations.
    • Vulnerability Research 🔍: Analyzes the prevalence of specific web assets across different domains to identify common vulnerabilities.

    Usage

    python PWNfavicon.py -u <base_url> -t <num_threads> -d <domain> -c <cidr>

    Options

    • -u, --url: Specify the base URL directly.
    • -t, --threads: Specify the number of threads to use (default is 10).
    • -h, --help: Show the help message and exit.

    Additional options:

    • -p, --ports: Specify ports to check separated by commas.
    • --timeout: Specify timeout for HTTP requests in seconds (default is 10).
    • -v, --verbose: Enable verbose mode for detailed logging.
    • -c, --cidr: Specify CIDR ranges separated by commas.
    • -cf, --cidr-file: Specify a file containing CIDR ranges.
    • -d, --domains: Specify domains separated by commas.
    • -df, --domains-file: Specify a file containing domains.

    These options provide flexibility in customizing the crawling behavior according to specific requirements and scenarios.

    Requirements

    • Python 3.x
    • mmh3
    • requests
    • beautifulsoup4
    • colorama
    • tqdm

    Installation Guide

    1. Clone the Repository

    Clone the Favicon Crawler repository from GitHub to your local machine:

    git clone https://github.com/your_username/favicon-crawler.git

    2. Navigate to the Project Directory

    Change into the directory containing the cloned repository:

    cd PWNfavicon

    3. Install Dependencies

    Ensure you have Python 3.x installed on your system. Then, install the required Python packages using pip:

    pip install -r requirements.txt

    This will install the necessary dependencies such as mmh3, requests, beautifulsoup4, colorama, and tqdm.

    4. Usage

    Once the dependencies are installed, you can run the Favicon Crawler using the following command:

    python PWNfavicon.py -u <base_url> -c <cidr>

    Replace <base_url> with the target URL you want to analyze and <cidr> with the desired network change to scan.

    5. Explore Options

    Explore additional command-line options available for customization using the --help flag:

    python PWNfavicon.py --help

    This will display a list of available options such as specifying ports, setting timeouts, enabling verbose mode, and providing input via CIDR ranges or domain lists.

    Example Usage

    python PWNfavicon.py -u "https://example.com" -c "199.98.50.0/24"

    This command will crawl the target URL https://example.com and find if there is some page on the network 199.98.50.0/24.

    Note

    • Ensure that you have proper permissions and network access to crawl the target URLs.
    • It is recommended to use this tool responsibly and ethically, respecting the terms of service and legal regulations governing web scraping and reconnaissance activities.
    • Refer to the LICENSE file for details on the project’s licensing terms.
    • For any issues or feedback, please open an issue on the GitHub repository.

    Planned Features

    1. Enhanced Logging 📈

      • Description: Improve logging functionality to provide more detailed information about the crawling process, including progress updates, error messages, and status reports.
      • Status: Planned
    2. Integration with External Tools 🛠️

      • Description: Integrate the tool with external vulnerability scanners or web application security testing frameworks to automate the identification of potential vulnerabilities based on favicon analysis.
      • Status: Planned
    3. Customizable Output Formats 📄

      • Description: Add support for customizable output formats, allowing users to specify the format and structure of the output reports generated by the tool.
      • Status: Planned

    Proposed Improvements

    1. Error Handling Refinement 🛠️

      • Description: Refine error handling mechanisms to gracefully handle a wider range of network errors, HTTP status codes, and unexpected exceptions, providing more informative error messages and recovery options.
      • Status: Proposed
    2. Performance Optimization

      • Description: Optimize the tool’s performance by implementing asynchronous processing or connection pooling techniques to improve concurrency and reduce processing time, especially when crawling large numbers of URLs.
      • Status: Proposed
    3. User Interface Enhancement 🖥️

      • Description: Enhance the user interface by adding interactive features, such as progress bars, interactive prompts, or real-time updates, to improve user experience and feedback during the crawling process.
      • Status: Proposed
    4. Input Validation and Sanitization 🔒

      • Description: Implement robust input validation and sanitization mechanisms to prevent common security vulnerabilities, such as injection attacks or directory traversal exploits, by ensuring that user-provided input is safe and properly sanitized before processing.
      • Status: Proposed
    5. Dockerization 🐳

      • Description: Dockerize the application to simplify deployment and ensure consistent runtime environments across different platforms, making it easier for users to install and run the tool in various environments.
      • Status: Proposed
    6. Configuration File Support ⚙️

      • Description: Add support for configuration files to allow users to specify custom settings, such as timeout values, port lists, or logging levels, without modifying command-line arguments, enhancing flexibility and customization options.
      • Status: Proposed
    7. Integration with Continuous Integration (CI) Pipelines 🔄

      • Description: Integrate the project with popular CI/CD platforms like Travis CI or GitHub Actions to automate testing, code quality checks, and deployment processes, ensuring code stability and reliability across different environments.
      • Status: Proposed
    8. Unit Testing Suite ✔️

      • Description: Develop a comprehensive unit testing suite to validate the functionality and behavior of individual components and modules, ensuring code correctness and preventing regressions during development and maintenance.
      • Status: Proposed

    How to Contribute

    If you’re interested in contributing to the project or have any feedback on these planned features and proposed improvements, please feel free to:

    1. Select a feature or improvement from the list above that you’d like to work on or provide feedback on.
    2. Fork the project repository to your GitHub account.
    3. Create a new branch for your work based on the master branch.
    4. Implement the feature or improvement in your branch.
    5. Submit a pull request to the main repository’s master branch.
    6. Collaborate with project maintainers and other contributors to review and iterate on your changes until they’re ready to be merged.

    Your contributions and feedback are highly appreciated and will help make the project better for everyone!

    License

    This project is licensed under the MIT License – see the LICENSE file for details.

    Visit original content creator repository https://github.com/k0x-offsec/PWNfavicon
  • ARmHaptics

    ARm Haptics

    3D-Printed Wearable Haptics for Mobile Augmented Reality

    Uwe Gruenefeld, Alexander Geilen, Jonathan Liebers, Nick Wittig, Marion Koelle, and Stefan Schneegass

    Overview of the ARm Haptics system.

    Figure 1: We present the ARm Haptics system, which builds upon 3D-printed wearable input modules to provide haptics for Augmented Reality. a) 3D-printed mount for input modules, b) three different input modules, c) ARm Haptics system with two mounted input modules, and d) button in Augmented Reality linked to worn input module (full blue bar indicates successful linking).

    ABSTRACT Augmented Reality (AR) technology enables users to superpose virtual content onto their environments. However, interacting with virtual content while mobile often requires users to perform interactions in mid-air, resulting in a lack of haptic feedback. Hence, in this work, we present the ARm Haptics system, which is worn on the user’s forearm and provides 3D-printed input modules, each representing well-known interaction components such as buttons, sliders, and rotary knobs. These modules can be changed quickly, thus allowing users to adapt them to their current use case. After an iterative development of our system, which involved a focus group with HCI researchers, we conducted a user study to compare the ARm Haptics system to hand-tracking-based interaction in mid-air (baseline). Our findings show that using our system results in significantly lower error rates for slider and rotary input. Moreover, use of the ARm Haptics system results in significantly higher pragmatic quality and lower effort, frustration, and physical demand. Following our findings, we discuss opportunities for haptics worn on the forearm.

    Links: Paper (probably not available yet)

    Overview

    • 3D Printing contains all files required to 3D print the mount and the three different input modules
    • Architecture provides an overview of the system architecture
    • Arduino Firmware is the firmware used for the NodeMCU (for the different input modules)
    • Unity contains the script used to listen to the MQTT broker

    System Architecture

    The system architecture of the ARm Haptics system.

    Figure 2: The system architecture of the ARm Haptics system

    Visit original content creator repository https://github.com/UweGruenefeld/ARmHaptics
  • octane-exporter

    Laravel Octane Prometheus Exporter

    CI codecov StyleCI Latest Stable Version Total Downloads Monthly Downloads License

    Export Laravel Octane metrics using this Prometheus exporter.

    🤝 Supporting

    If you are using one or more Renoki Co. open-source packages in your production apps, in presentation demos, hobby projects, school projects or so, sponsor our work with Github Sponsors. 📦

    🚀 Installation

    You can install the package via composer:

    composer require renoki-co/octane-exporter

    In case you haven’t published your Octane settings, do so:

    php artisan octane:install

    Next up, add the following Octane tables in your config/octane.php. These tables will be used to keep track of stats for the events:

    return [
    
        'tables' => [
            'octane_exporter_requests:1' => [
                'total_count' => 'int',
                '2xx_count' => 'int',
                '3xx_count' => 'int',
                '4xx_count' => 'int',
                '5xx_count' => 'int',
            ],
            'octane_exporter_tasks:1' => [
                'total_count' => 'int',
                'active_count' => 'int',
            ],
            'octane_exporter_workers:1' => [
                'active_count' => 'int',
            ],
            'octane_exporter_ticks:1' => [
                'total_count' => 'int',
                'active_count' => 'int',
            ],
    
            // ...
        ],
    
    ];

    The final step is to add the following listeners after the already existent ones in config/octane.php:

    return [
    
        'listeners' => [
            WorkerStarting::class => [
                // ...
                \RenokiCo\OctaneExporter\Listeners\TrackStartedWorkers::class,
            ],
    
            RequestTerminated::class => [
                // ...
                \RenokiCo\OctaneExporter\Listeners\TrackTerminatedRequests::class,
            ],
    
            TaskReceived::class => [
                // ...
                \RenokiCo\OctaneExporter\Listeners\TrackReceivedTasks::class,
            ],
    
            TaskTerminated::class => [
                // ...
                \RenokiCo\OctaneExporter\Listeners\TrackTerminatedTasks::class,
            ],
    
            TickReceived::class => [
                // ...
                \RenokiCo\OctaneExporter\Listeners\TrackReceivedTicks::class,
            ],
    
            TickTerminated::class => [
                // ...
                \RenokiCo\OctaneExporter\Listeners\TrackTerminatedTicks::class,
            ],
    
            WorkerStopping::class => [
                // ...
                \RenokiCo\OctaneExporter\Listeners\TrackStoppedWorkers::class,
            ],
        ],
    
    ];

    🙌 Usage

    This package is pretty straightforward. Upon installing it, it will register the route at /exporter/group/octane-metrics and you can point Prometheus towards it for scraping.

    scrape_configs:
      - job_name: 'octane'
        metrics_path: '/exporter/group/octane-metrics'
        scrape_interval: 5
        static_configs:
          - targets: ['localhost:8000']
            labels:
              app: 'my-octane-app'

    Please keep in mind that the metrics are calculated by-process. Point your Prometheus scraper to all instances that run the Octane start command.

    # HELP laravel_octane_active_tasks_count Get the number of active tasks that pass through Octane.
    # TYPE laravel_octane_active_tasks_count gauge
    laravel_octane_active_tasks_count{remote_addr="",addr="",name=""} 0
    # HELP laravel_octane_active_ticks_count Get the number of active ticks that run currently in Octane.
    # TYPE laravel_octane_active_ticks_count gauge
    laravel_octane_active_ticks_count{remote_addr="",addr="",name=""} 0
    # HELP laravel_octane_active_workers_count Get the number of active workers for Octane.
    # TYPE laravel_octane_active_workers_count gauge
    laravel_octane_active_workers_count{remote_addr="",addr="",name=""} 8
    # HELP laravel_octane_requests_count Get the number of requests, by status, that passed through Octane.
    # TYPE laravel_octane_requests_count gauge
    laravel_octane_requests_count{remote_addr="",addr="",name="",status="2xx_count"} 7
    laravel_octane_requests_count{remote_addr="",addr="",name="",status="3xx_count"} 0
    laravel_octane_requests_count{remote_addr="",addr="",name="",status="4xx_count"} 0
    laravel_octane_requests_count{remote_addr="",addr="",name="",status="5xx_count"} 0
    laravel_octane_requests_count{remote_addr="",addr="",name="",status="total_count"} 7
    # HELP laravel_octane_status Check if the octane service is running. 1 = active, 0 = inactive
    # TYPE laravel_octane_status gauge
    laravel_octane_status{remote_addr="",addr="",name=""} 1
    # HELP laravel_octane_total_tasks_count Get the number of total tasks that passed through Octane.
    # TYPE laravel_octane_total_tasks_count gauge
    laravel_octane_total_tasks_count{remote_addr="",addr="",name=""} 0
    # HELP laravel_octane_total_ticks_count Get the number of total ticks that got through Octane. This is the equivalent of seconds passed since this server is alive.
    # TYPE laravel_octane_total_ticks_count gauge
    laravel_octane_total_ticks_count{remote_addr="",addr="",name=""} 1242
    # HELP php_info Information about the PHP environment.
    # TYPE php_info gauge
    php_info{version="8.0.11"} 1
    

    🐛 Testing

    vendor/bin/phpunit

    🤝 Contributing

    Please see CONTRIBUTING for details.

    🔒 Security

    If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.

    🎉 Credits

    Visit original content creator repository https://github.com/renoki-co/octane-exporter