FLUTTER ECOSYSTEM

dreautall/waterfly-iii

Firefly III의 공식이 아닌 Android 앱. 무료이고 오픈소스 개인 금융 관리 도구.

워터플라이 III 프로젝트 이미지
Stars
710
Forks
66
최근 푸시(UTC)
2026. 9. 14.
프로젝트 상태
활성
dreautall GitHub avatar
GITHUB User

dreautall ↗

언어DartSwiftRubyKotlinObjective-C

기술 주제

관련 패키지 및 예제

사용 중인 의존성

의존성 목록 48 개

앱 카테고리

순위

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Waterfly III

https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.playstore/en_badge_web_generic.png https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/fdroid_get-it-on.png

Unofficial Android App for Firefly III, a free and open source personal finance manager.

The app design is heavily influenced by Bluecoins. Please also read the FAQ.

Features

  • General
    • Light & Dark mode, supports dynamic colors
    • Translation ready - help to translate via Crowdin!
    • Listen to incoming notifications (e.g., from Google Pay or your banking app) and pre-fill transactions (Android only)
    • Option to require fingerprint to open the app
  • Dashboard
    • Five different charts charts for the current balance & recent history
    • Waterfall chart for net earnings in recent months
    • Budget overview for last 30 days
    • Upcoming bills
  • Transactions
    • List transactions by date
    • Ability to filter the list by various fields
    • Add & edit transactions with autocomplete, including attachments and pictures, split transactions & multi currency support
  • Balance Sheet
    • List individual account balances
  • Piggy Banks
    • View piggy banks, sorted by category
    • Add/Remove money from piggy banks
  • Accounts
    • List all asset/expense/revenue/liability accounts
    • Search for specific accounts
  • Categories
    • View monthly transactions split up by category
    • Add, edit & delete categories
  • Bills
    • View bills and their overview organized into groups
    • Inspect bill details and see connected transactions
Feature Status

The app does not try to replicate every single feature that the Webinterface has. Instead, it tries to be a good companion to access the most used functions on-the-go. More in-depth operations such as creating or modifying rules are not planned for this app.

If you are missing anything, feel free to open a feature request, or look at what other users are requesting.

Releases

The stable releases are published to the Google Play Store, and are also available for download from the GitHub releases page. There is no fixed release schedule.

You can also opt in to the (open) beta channel at Google Play here. The beta channel will feature the "pre-releases" from the GitHub releases page, and might not be as stable.

Screenshots

All made with a Google Pixel 8, showing Waterfly III v1.0.0

Dashboard Transactions Transaction Filters
https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_dashboard.png https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_transactions_overview.png https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_transactions_filters.png
Transaction Add Transaction Edit Transaction Attachments
https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_transaction_add.png https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_transaction_edit.png https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_transaction_attachments.png
Account Screen Category Screen Piggy Banks with Chart
https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_accounts.png https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_categories.png https://raw.githubusercontent.com/dreautall/waterfly-iii/HEAD/.github/assets/screen_piggy_chart.png

Technology

The app is built using Flutter, and tries to keep to the Material 3 design guidelines. Additionally, I try to keep the app as "lean" as possible, without any trackers or unneeded dependency on external packages.

Motivation

Having troubles with Bluecoins syncing across devices and not always storing attachments online, I was looking for a self-hosted alternative and discovered Firefly III. After a quick script to migrate from Bluecoins to Firefly III, the only thing left was to download an app to easily track expenses on-the-go… or so I thought.

Unfortunately, I discovered that the existing Android Apps for Firefly III had been either outdated or very buggy and hardly maintained. Always wanting to use Flutter for something, I started to make my own app, modeling it after the Bluecoins app I used so far and its interface that I really liked.