A very simple task manager (backendless) that persists.
Made this to try out the neobrutalism theme in Flutter.
- Clone the repo
$ git clone https://github.com/Dev-Siri/Pagnostasmng.git
- Make sure you have Flutter installed on your system
- Install the packages:
$ flutter pub get
- Then run the app
# dev
$ flutter run
# prod
$ flutter run --release
View the official Flutter docs site for instructions on how to build an apk/appbundle or for any other platform as signed.
This project is MIT licensed, see LICENSE