A rewrite of Massive in Flutter
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Brandon Presley 0a7675797b Add basic database import button
Still need to make sure we move across sets -> gym_sets
since moor won't let me use sets as a table name.

Moor doesnt like me having a class called sets with a property
called sets.
2 months ago
.vim Split up routes 2 months ago
android Fix icons for notifications 2 months ago
ios First commit 2 months ago
lib Add basic database import button 2 months ago
linux Add sound picker 2 months ago
macos Add sound picker 2 months ago
test Split up routes 2 months ago
web First commit 2 months ago
windows Request notification permissions on edit_set 2 months ago
.gitignore First commit 2 months ago
.metadata First commit 2 months ago
README.md Update README 2 months ago
analysis_options.yaml Reduce logs and comments 2 months ago
pubspec.lock Add pagination to home page 2 months ago
pubspec.yaml Add pagination to home page 2 months ago

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.