An advanced, minimalist and powerful time management application. Where you can create task, give it a duration, and select which week days you wanna do it. By doing this you can easily manage a whole week or a concrete day, or a concrete task. Application sets "Today" automatically. And you can see your 24 hours as a circle which is divided by tasks. Also you can see the task’s duration by tapping the divided item on day circle. Application has light and dark theme, and supports four language: "English, Turkish, Russian, and Georgian".

During my study of Flutter, I have been using the flutter_bloc state management framework. I accidentally saw the GetX state management framework. Through ReadMe, I found that the GetX framework is very easy to get started. So I want to write a GetX Starter project while learning, which can not only help myself Learning can also help others quickly build a boilerplate. Before building this boilerplate, I searched many similar projects, and found that they were relatively simple, and none of them covered the common things that the project should have, so I sprouted the idea of ​​writing one by myself. Let me introduce them one by one below.