Skip to content

flipperdevices/Flipper-Android-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f02e51 · Oct 30, 2024
Oct 14, 2024
Mar 24, 2024
Oct 28, 2024
Oct 30, 2024
Oct 9, 2024
Aug 21, 2020
Oct 28, 2024
Oct 28, 2024
Nov 23, 2022
Jul 24, 2024
May 16, 2023
Oct 30, 2024
Aug 17, 2020
Jul 29, 2024
Oct 28, 2024
Oct 29, 2021
Jul 24, 2024
Jul 22, 2024
Jul 22, 2024
Oct 17, 2024
Mar 23, 2023
Oct 30, 2024

Repository files navigation

Flipper Android App Flipper App Status Discord

Mobile app to rule all Flipper's family

dolphin-dark dolphin-light

Download

Get it on Google Play Get it on F-Droid

Or get the app from the Releases Section.

Module arch

├── instances
│   ├── app
├── components
│   ├── core
│   ├── bridge
│   ├── feature1
│   ├── feature2
  • app - Main application module with UI
  • components/core - Core library with deps and utils
  • components/bridge - Communication between android and Flipper
  • components/* - Features modules, which connect to root application