Files
dependabot[bot] 450b461f1e chore(deps): bump file_picker in /packages/smooth_app (#6812)
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 15:35:10 +02:00
..
2025-06-23 09:56:00 +02:00
2025-07-10 11:38:43 +02:00
2023-03-09 18:19:39 +01:00
2025-07-10 11:38:43 +02:00
2025-06-23 18:14:17 +02:00
2025-07-10 11:38:43 +02:00
2025-06-23 09:56:00 +02:00
2025-05-02 19:42:03 +02:00
2025-04-27 11:30:55 +02:00

Submodule containing all the logic of the Smoothie app.

In the future, it will receive as parameters:

  • a barcode decoding algorithm
  • how to manage the review on the app store

Documentation

We use mkdocs for our documentation. mkdocs is a static site generator that's geared towards project documentation. It is written in Python.

How to use mkdocs

  1. Install mkdocs:

    pip install mkdocs mkdocs-material
    
  2. Serve the documentation locally:

    mkdocs serve
    

    This will start a local server at http://127.0.0.1:8000/ where you can view the documentation.

  3. Build the documentation:

    mkdocs build
    

    This will generate a static site in the site directory.

Deploying the documentation

We use GitHub Pages to host our documentation. The deployment is handled automatically by a GitHub Actions workflow.

To manually deploy the documentation, you can use the following command:

mkdocs gh-deploy

This will build the documentation and push it to the gh-pages branch of the repository.