An open API service indexing awesome lists of open source software.

https://github.com/dev-siri/pagnostasmng

A Task management app with Neobrutalism UI in Flutter.
https://github.com/dev-siri/pagnostasmng

flutter minimal-ui neobrutalism task-manager

Last synced: about 2 months ago
JSON representation

A Task management app with Neobrutalism UI in Flutter.

Awesome Lists containing this project

README

          

# Pagnostasmng

A very simple task manager (backendless) that persists.

Made this to try out the neobrutalism theme in Flutter.

## Getting Started

- Clone the repo

```sh
$ git clone https://github.com/Dev-Siri/Pagnostasmng.git
```

- Make sure you have [Flutter](https://flutter.dev) installed on your system
- Install the packages:

```sh
$ flutter pub get
```
- Then run the app

```sh
# dev
$ flutter run

# prod
$ flutter run --release
```

View the official [Flutter docs site](https://docs.flutter.dev) for instructions on how to build an apk/appbundle or for any other platform as signed.

## License

This project is MIT licensed, see [LICENSE](LICENSE)