A rewrite of Massive in Flutter
Go to file
Brandon Presley 6908623ba2 Remove edit button from start_plan
This just messes up our navigation stack too much
and makes it confusing when you go backwards.
2023-11-30 13:07:06 +13:00
.vim Split up routes 2023-04-07 11:50:02 +12:00
.vscode Add launch.json 2023-11-28 14:53:43 +13:00
android Update build.gradle 2023-11-10 16:15:32 +13:00
ios First commit 2023-03-30 15:19:24 +13:00
lib Remove edit button from start_plan 2023-11-30 13:07:06 +13:00
linux Add sound picker 2023-04-13 15:10:09 +12:00
macos Add sound picker 2023-04-13 15:10:09 +12:00
test Split up routes 2023-04-07 11:50:02 +12:00
web First commit 2023-03-30 15:19:24 +13:00
windows Request notification permissions on edit_set 2023-04-15 17:03:14 +12:00
.gitignore First commit 2023-03-30 15:19:24 +13:00
.metadata First commit 2023-03-30 15:19:24 +13:00
README.md Update README 2023-04-04 18:23:48 +12:00
analysis_options.yaml Require trailing commas and auto-fix 2023-11-30 13:02:29 +13:00
gendb.sh Add gendb.sh 2023-11-10 16:15:19 +13:00
pubspec.lock Replace database import with CSV import 2023-11-29 16:57:19 +13:00
pubspec.yaml Replace database import with CSV import 2023-11-29 16:57:19 +13:00

README.md

fmassive

Massive has several performance problems which get on my nerves. Also I don't like how many breaking changes React Native made so I'm giving Flutter a try. Eventually I might replace that React Native codebase with this one and point the f-droid repository here, since we aim to implement the same app just in Flutter.

Getting Started

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.