A simple reminder app created with Flutter
Don't Forget is a simple mobile application created with Flutter. It simply helps you to remember if you did something or not and records the update time. The main purpose of developing this simple app for me is to learn bloc state management with clean architecture and testing in Flutter. You can use it as a base architecture of your projects because it is simple, scalable and maintainable.
Don't Forget is a really simple app so that it's easier to understand what is happening under the hood.
You need to have following softwares and frameworks before running the project
- Clone the repo
git clone https://github.com/rtanyildizi/dont-forget.git
- Install packages
flutter pub get
If you want to use the app in your real android device
-
Build release apk
flutter build apk --release
-
Copy the apk to your device from
./build/app/outputs/apk/release/app-release.apk -
Install apk to your device. You need to allow unknown sources to install the apk.
Distributed under the MIT License. See LICENSE for more information.


