A Flutter app to do the important things daily, and increase incrementally over time.
Track four types of activities:
- MINUTES: run a countdown timer for time-based activities
- REPS: gradually increase your repetitions
- CHECK: mark when done
- PERCENTAGE: track progress by percentage (0-100%)
- Daily targets auto-adjust using simple rules
- Category graphs to see progress over time
- Import/export data to JSON
See the full project map for where things live: project_map.md
flutter run -d linuxflutter runadb logcat | grep -i flutter- Edit
assets/icon/icon.svg - Export
assets/icon/icon.png - Generate:
flutter pub run flutter_launcher_iconsflutter test && flutter analyzeflutter build apk --release
adb install build/app/outputs/flutter-apk/app-release.apkflutter build linux
cp -r build/linux/x64/release/bundle/* daily_inc.AppDir/
./android/appimagetool.AppImage daily_inc.AppDirflutter build ios --release
open ios/Runner.xcworkspace
# Then Archive in Xcode and exportThis project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
- NonCommercial — You may not use the material for commercial purposes.
- ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
For the full license text, see: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
