Skip to content

A simple app for tracking daily, weakly or monthly activities and showing them in streaks, kind of like duo lingo but for anything. Made with flutter.

Notifications You must be signed in to change notification settings

wiemanboy/StreakCounters

Repository files navigation

StreakCounters

A simple app for tracking daily, weakly or monthly activities and showing them in streaks, kind of like duo lingo but for anything.

Home Screen

Daily calender

Weekly calender

The latest version of the app apk can be downloaded from the release page.

Currently, the app is only available for android as building for ios requires a macOS instance and that would see me go through my action minutes 10x faster.

Refer to the flutter macOS setup documentation and ios build documentation if you have a macOS instance and want to build the app yourself.

Getting Started

This project is build using flutter.

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

ObjectBox

This project uses ObjectBox for storing data.

The following command is used to generate the objectbox files based on the models.

dart run build_runner build

Testing

Test files are located in the test directory, all files must be appended with _test.dart for flutter to recognize them.

These can then be run using the following command:

flutter test

Building

Before building the app, the icons must be generated using the following command:

dart run flutter_launcher_icons

This will generate the different icons needed for the app based of the app_icon.png file, defined in the pubspec.yml.

flutter build apk --release

About

A simple app for tracking daily, weakly or monthly activities and showing them in streaks, kind of like duo lingo but for anything. Made with flutter.

Topics

Resources

Stars

Watchers

Forks

Languages