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.
- Host: GitHub
- URL: https://github.com/dev-siri/pagnostasmng
- Owner: Dev-Siri
- License: other
- Created: 2023-10-08T17:57:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T15:50:37.000Z (about 1 year ago)
- Last Synced: 2025-06-16T06:51:49.413Z (about 1 year ago)
- Topics: flutter, minimal-ui, neobrutalism, task-manager
- Language: Dart
- Homepage: https://flutter.dev
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)