App for calculating difference between two dates
Go to file
atiusamy 1c6e8944de Upload files to "assets/screenshots" 2024-03-09 15:33:36 +07:00
.github/workflows GitHub Workflows 2024-02-17 07:50:49 +07:00
android Fixed icons 2024-03-06 19:44:15 +07:00
assets Upload files to "assets/screenshots" 2024-03-09 15:33:36 +07:00
ios Fixed icons 2024-03-06 19:44:15 +07:00
lib Fix about page responsiveness 2024-03-07 19:24:35 +07:00
linux Update linux/net.winscloud.DateCalculator.appdata.xml 2024-03-09 15:32:40 +07:00
macos test 2024-03-03 18:04:45 +07:00
web Initial Commit - v0.0.6 2024-02-11 21:45:43 +07:00
windows test 2024-03-03 18:04:45 +07:00
.gitignore Initial commit 2024-02-11 21:42:53 +07:00
LICENSE Initial Commit - v0.0.6 2024-02-11 21:45:43 +07:00
README.md Initial Commit - v0.0.6 2024-02-11 21:45:43 +07:00
ROADMAP.md Added ROADMAP 2024-02-17 07:43:48 +07:00
analysis_options.yaml Initial Commit - v0.0.6 2024-02-11 21:45:43 +07:00
appdmg.json Initial Commit - v0.0.6 2024-02-11 21:45:43 +07:00
dateapp.iml Initial Commit - v0.0.6 2024-02-11 21:45:43 +07:00
pubspec.yaml Fix about page responsiveness 2024-03-07 19:24:35 +07:00

README.md

Date Calculator Logo

Date Calculator

App for calculating anything related to dates

Features

  • Simple to use!
  • Fast and responsive.
  • Calculate differences between dates, with months, years, and weeks given.
  • Find which day is a certain amount of dates away.
  • Compatible with dynamic color themes.
  • Open Source and ad-free.

Installation

Android

Check out app-release.apk over at the GitHub Releases

Windows

Check out dateapp-windows-x86_64-setup.exe over at the GitHub Releases page.

MacOS

Check out dateapp-macos-universal.dmg over at the GitHub Releases page.

Linux

tar.gz

Check out dateapp-linux-x64.tar.gz over at the GitHub Releases page or dateapp-linux-arm64.tar.gz at the same place.

Flatpak

Check out Amy's https://github.com/AtiusAmy/net.winscloud.DateCalculator for Flatpak version.

Web

Check out https://datecalculator.winscloud.net

Build

  • Install Flutter
  • Clone repository git clone https://github.com/WinsDominoes/dateapp.git
  • Install required dependencies flutter pub get
  • Run one of these commands for platforms
Platform Command
Android flutter build apk
Windows flutter build windows
Linux (x86_64) flutter build linux
MacOS flutter build macos

Credits