Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwyl/app
Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
https://github.com/dwyl/app
Last synced: 3 months ago
JSON representation
Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
- Host: GitHub
- URL: https://github.com/dwyl/app
- Owner: dwyl
- Created: 2013-02-18T17:07:43.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T18:52:18.000Z (10 months ago)
- Last Synced: 2024-07-05T14:16:32.281Z (4 months ago)
- Language: Dart
- Homepage: http://dwyl.github.io/app/
- Size: 24.3 MB
- Stars: 143
- Watchers: 36
- Forks: 22
- Open Issues: 123
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
- awesome-starred - dwyl/app - Clear your mind. Organise your life. Ignore distractions. Focus on what matters. (others)
README
# `app`
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/app/ci.yml?label=build&style=flat-square&branch=main)](https://github.com/dwyl/app/actions/workflows/ci.yml)
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/app/main.svg?style=flat-square)](https://codecov.io/github/dwyl/app?branch=main)
[![contributions welcome](https://img.shields.io/badge/feedback-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/app/issues)
[![HitCount](https://hits.dwyl.com/dwyl/app.svg)](https://hits.dwyl.com/dwyl/app)You *found* us, ***welcome!***
We're currently *re-building* the **`App`**
to make it _much_ simpler!
If you want to help us ***`Beta` Test*** our MVP,
please see:
[github.com/dwyl/**mvp**](https://github.com/dwyl/mvp/)## Why? [![Start with Why](https://img.shields.io/badge/start%20with-why%3F-brightgreen.svg?style=flat-square)](http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action)
We are building an `App`
because no tool we found
solves our problems.More detail in:
[Product Roadmap > Why Build an App?](https://github.com/dwyl/product-roadmap#why-are-we-building-an-app)## What?
A simple way to organize your life/work
and track activities over time
so that you focus on what matters
and don't get distracted by what doesn't.More detail in our
[Product Roadmap > What Problem Are We Solving?](https://github.com/dwyl/product-roadmap#what-problem-are-we-solving).## How? [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/app/issues)
We are using `Flutter` to develop our application,
both for browser and mobile devices.
If you are new to `Flutter`,
we recommend you reading
[dwyl/learn-flutter](https://github.com/dwyl/learn-flutter )
for a primer.
Similarly, it is suggested to follow along
[dwyl/flutter-bloc-tutorial](https://github.com/dwyl/flutter-bloc-tutorial)
to better understand `BLoC`,
the app's main state management system.Help us build this! Your feedback is very welcome:
[dwyl/app/issues](https://github.com/dwyl/app/issues)### _Clone_ & Run the App _Locally_
```sh
git clone https://github.com/dwyl/app.git && cd app
```### _Install_ the Dependencies
```sh
flutter upgrade
flutter pub get
flutter run
```