Table of Contents
Dough dock is a mobile application built for pizza enthusiasts who seek precision in their dough-making. It provides the utility of a professional tool, allowing users to calculate, schedule, and perfect their recipes through a streamlined, intuitive interface.
"Dough dock combines everything I’ve personally wanted when making pizza: a smart calculator and a reliable planner."
The app is currently in development and aiming for release soon!
Dough dock is designed to be your indispensable companion in the pizza-making process, ensuring technical accuracy from flour to oven.
- 🍞 Smart Dough Calculator: Accurately calculate hydration percentage, adjust for desired servings, and instantly scale all ingredients for popular pizza styles.
- 🧀 Pizza Planner: Get organized with suggested toppings and specific pizza styles (e.g., Neapolitan, New York).
- ⏱️ Precision Scheduling: Generate a step-by-step timeline for your dough-making process, including bulk fermentation and proofing stages.
- 📝 Custom Profiles: Save and refine ingredient ratios for consistent results every bake.
Dough dock is an open-source project. If you wish to build the app from the source code, please follow the steps below.
This guide assumes you have the Flutter SDK and a suitable IDE (like VS Code or Android Studio) set up.
- Clone the repository:
git clone [https://github.com/JelleBuning/dough-dock.git](https://github.com/JelleBuning/dough-dock.git)
- Navigate to the project directory:
cd dough-dock - Fetch dependencies:
flutter pub get
- Run the application:
(Ensure a device or emulator is connected/running.)
flutter run
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature) - Commit your Changes (
git commit -m 'feat: Added some amazing feature') - Push to the Branch (
git push origin feature/amazing-feature) - Open a Pull Request
Distributed under the GNU Affero General Public License v3.0 License. See LICENSE for more information.