Rise is a habit tracker app inspired by a hidden gem category app on the Play Store, which was awarded the App of the Year 2024. I found this app simple and easy to develop in Flutter, and it can be done in one day. Therefore, I decided to recreate this app using Flutter to showcase the power of Flutter and how easy it is to develop apps using Flutter with the ABCD Architecture.
This project uses the ABCD Architecture to fast-track the development process. For more details on the architecture, you can visit the following repository:
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/SuTechs/rise.git
- Navigate to the project directory:
cd rise
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
I will also be uploading a video on YouTube demonstrating the development process of this app. Make sure to check it out and subscribe to my channel for more content.
This project is licensed under the MIT License - see the LICENSE file for details.