Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 666 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 666 Bytes

Pagnostasmng

A very simple task manager (backendless) that persists.

Made this to try out the neobrutalism theme in Flutter.

Getting Started

  • 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.

License

This project is MIT licensed, see LICENSE