Weddings, birthdays, anniversaries, Christmas, New Year's Eve or an important deadline. We all have events and dates that we look forward to for a long time. With our beautiful minimalistic countdown app, you always know exactly how much time is left.
Minimalist Countdown is a simple flutter app that lets you look forward to long-awaited events. It aims to be simple, beautiful and easy to use.
The app is built with Flutter and Dart. To get started, you need to have Flutter installed on your machine. You can find the installation instructions here.
- Clone the repo
- Run
flutter pub getto install dependencies - Copy
provider_info_example.darttoprovider_info.dartand update the values - Run
flutter runto start the app
Any contributions are greatly appreciated. You can either open an issue or create a pull request.
Please remember that this project aims for minimalism and should not be cluttered with features.
For this reason, please open an issue before starting to work on a new feature so we can discuss the
changes.
Of course, you don't have to create an issue to fix a bug/typo, add a new language or improve the
codebase :)
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
For typos / translation improvements, you can directly edit the file and create a pull request with the in-built GitHub web editor.
New languages are always welcome! If you want to add a new language, please create a new file in
the lib/l10n directory with the language code (e.g. intl_de.arb for German) and copy the content
of intl_en.arb into it. Then, translate the strings and create a pull request. Please also
translate
the play store medatata (
title, description, screenshot texts etc.) and add them in plain text as a comment to your pull
request :)