SmallTask – Take small steps to achieve big things.
Have you ever felt that when you are working on a project you kinda get confused about what to do? Which one should I do first? I always get that so I built a small task manager app that lets you create 5 tasks and set a time for it. The default is (60 mins.). And vola! Work on those tasks.
Try out the app
A feedback would be appreciated
Screenshot
Getting Started
git clone https://github.com/devyuji/smalltask
cd smalltask
pub get or flutter get
Choose the android emulator and run main.dart file using (flutter run lib/main.dart) command
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.