Eternali / watoplan_flut

A simple, yet flexible time management app built with Flutter.
https://play.google.com/apps/testing/com.chipthinkstudios.watoplan.free
GNU General Public License v3.0
23 stars 4 forks source link

WAToPlan

This is the source for the WAToPlan app (currently in closed Beta on Google Play). It's A simple, yet flexible time management app.

Summary

WAToPlan is a flexible and unique time management solution. It allows users to define their own categories of activities they have to do. Activities such as reminders, events, meetings, and assessments are defined by default, but it is extremely simple to define your own. Categories allow you to easily group activities visually, as well as define what data they each deal with. WAToPlan also provides several different ways to sort and view your activities to make it easier than ever to see what needs to be done. If you are sick of the data constraints forced on you by other solutions, look no further.

App Usage Guide

The main home screen displays the list of activities as such:

Installation

If you do not want to go through Google Play, you can manually build the app from source:

  1. clone this repository: git clone https://github.com/eternali/watoplan_flut.git
  2. Install Flutter from https://github.com/flutter/flutter
  3. change into the app directory: cd watoplan_flut
  4. Build:
    • Android: flutter build apk --flavor free
    • IOS: flutter build ios --flavor free