flutter_praxis_schappenplan version: 1.0.39

Published 2025-09-05

ruud

sdk | dart flutter
repository | svn
platform | desktop
status | n/a
  • Readme
  • Changelog
  • Versions

flutter_praxis_schappenplan

Compile print stacks defined in a spreadsheet from PDF-files in sub-folders.

screenshot

graph

Logic

Folders

  • The sub-folders must be children of the folder where the spreadsheet is stored.
  • Each sub-folder will be processed separately (sequential).
  • Any folder named output will be skipped.

Spreadsheet

  • Only rows where the first column is a number are processed.
  • All cells from all columns after the first must have a string length of 10 characters.
  • All cells from all columns after the first must match the first characters of a filename.

Example

See test/assets for an example of expected data.

Changelog

1.0.39 - 2025-09-05

Fixed

  • Unawaited futures.

Changed

  • icons_launcher -> 3.0.2 (was 3.0.1)
  • msix -> 3.16.12 (was 3.16.10)
  • msix -> 3.16.10 (was 3.16.9)
  • url_launcher -> 6.3.2 (was 6.3.1)
  • flutter_lints -> 6.0.0 (was 5.0.0)
  • intl -> 0.20.2 (was 0.19.0)
  • url_launcher_web -> 2.4.1 (was 2.4.0)
  • msix -> 3.16.9 (was 3.16.8)
  • fast_immutable_collections -> 11.0.4 (was 11.0.3)
  • intl -> 0.19.0 (was 0.20.2)
  • intl -> 0.20.2 (was 0.19.0)
  • collection -> 1.19.1 (was 1.19.0)
  • icons_launcher -> 3.0.1 (was 3.0.0)

1.0.38 - 2025-01-10

Changed

  • Version bump from 1.0.37 to 1.0.38 (url_launcher_web -> 2.4.0 (was 2.3.3)).

1.0.37 - 2025-01-07

Changed

  • Version bump from 1.0.36 to 1.0.37 (fast_immutable_collections -> 11.0.3 (was 11.0.2)).

1.0.36 - 2025-01-02

Changed

  • Version bump from 1.0.35 to 1.0.36 (fast_immutable_collections -> 11.0.2 (was 11.0.0)).

1.0.35 - 2024-12-23

Changed

  • Version bump from 1.0.34 to 1.0.35 (collection -> 1.19.0 (was 1.19.1)).

1.0.34 - 2024-12-23

Changed

  • Version bump from 1.0.33 to 1.0.34 (collection -> 1.19.1 (was 1.19.0)).

1.0.33 - 2024-12-19

Changed

  • Version bump from 1.0.32 to 1.0.33 (Support Apple silicon (arm64)).

1.0.32 - 2024-12-19

Changed

  • Version bump from 1.0.31 to 1.0.32 (collection -> 1.19.0 (was 1.19.1)).

1.0.31 - 2024-12-19

Changed

  • Version bump from 1.0.30 to 1.0.31 (collection -> 1.19.1 (was 1.19.0)).

1.0.30 - 2024-12-12

Changed

  • Version bump from 1.0.29 to 1.0.30 (collection -> 1.19.0 (was 1.18.0)).

1.0.29 - 2024-08-22

Changed

  • Version bump from 1.0.28 to 1.0.29 (SDK update 3.5.1).

1.0.28 - 2024-08-09

Changed

  • Removed get_it dependency.

1.0.27 - 2024-02-01

Changed

  • Version bump from 1.0.26 to 1.0.27 (Resolve package version confusions).

1.0.26 - 2023-10-31

Added

  • Check availability of required fonts before processing.

1.0.25 - 2023-10-17

Fixed

  • Added media page number on cover sheet.

1.0.24 - 2023-10-17

Fixed

  • Total pages report.

1.0.23 - 2023-10-16

Added

  • Variant with selectable pages in the spreadsheet (number-page).

1.0.22 - 2023-06-21

Changed

  • Version bump due to pkg_simple_runner changes.

1.0.21 - 2023-06-06

Fixed

  • GrizzlyIO from pkg_spreadsheet, text separators set from double-quote to escape so reading of cells with quotes does not throw anymore.

1.0.20 - 2023-02-09

Changed

  • Version bump from 1.0.19 to 1.0.20 (Version confusion after compiler bug chaos).

1.0.19 - 2022-12-27

Changed

  • Version bump from 1.0.18 to 1.0.19.

Removed

  • provider dependency.

1.0.18 - 2022-12-22

Changed

  • Version bump from 1.0.17 to 1.0.18.

1.0.17 - 2022-12-22

Changed

  • Version bump from 1.0.16 to 1.0.17 (Recompile due to installer optimizations).

1.0.16 - 2022-12-08

Changed

  • Renamed MyWorker to PraxisSchappenplanWorker.

1.0.15 - 2022-12-02

Changed

  • Recompile due to changes in `pkg_spreadsheet'.

1.0.14 - 2022-10-28

Changed

  • Recompile due to changed dependencies.

1.0.13 - 2022-10-11

Changed

  • Version bump from 1.0.12 to 1.0.13 (Recompile due to wrong GetIt.instance syntax.).

1.0.12 - 2022-10-05

Changed

  • Version bump from 1.0.11 to 1.0.12 (fixed pdflib searchpath macos crash).

1.0.11 - 2022-10-01

Changed

  • Version bump from 1.0.10 to 1.0.11 (pkg_pdflib bundle macos dylib).

1.0.10 - 2022-09-29

Changed

  • Version bump from 1.0.9 to 1.0.10 (dependencies upgraded).

1.0.9 - 2022-09-26

Changed

  • Recompile due to pdflib macos license.

1.0.8 - 2022-09-21

Changed

  • Recompile with changed form validation from pkg_simple_runner:0.1.13.

1.0.7 - 2022-09-15

Changed

  • Recompile.

1.0.6 - 2022-09-10

Changed

  • Recompile.

1.0.5 - 2022-08-31

Changed

  • removed various finals due to new linter rules.

1.0.4 - 2022-08-30

Added

  • Unit tests.

Changed

  • Renamed PraxisSchappenplan' toMyWorker`.

1.0.3 - 2022-08-10

Changed

  • Recompile for pkg_pdflib changes.

1.0.2 - 2022-08-09

Added

  • msix config.

Changed

  • Removed macos pdflib dylibs.

1.0.1 - 2022-08-06

Added

  • Report abnormal page sizes.

1.0.0 - 2022-08-06

Changed

  • Second version.

0.0.1-dev - 2022-08-05

Changed

  • Initial version.

1.0.39

2025-09-05

[dmg64]

[dmg]

[deb]

download

1.0.38

2025-01-10

[dmg64]

[dmg]

[deb]

download

1.0.37

2025-01-07

[dmg64]

[dmg]

[deb]

download

1.0.36

2025-01-02 download

1.0.35

2024-12-23

[dmg64]

[dmg]

[deb]

download

1.0.33

2024-12-19 download

1.0.30

2024-12-12 download

1.0.29

2024-08-22 download

1.0.28

2024-08-09 download

1.0.27

2024-02-01 download

1.0.26

2023-10-31 download

1.0.25

2023-10-17 download

1.0.24

2023-10-17 download

1.0.23

2023-10-16 download

1.0.22

2023-06-21 download

1.0.21

2023-06-06 download

1.0.20

2023-02-09 download

1.0.19

2022-12-27 download

1.0.18

2022-12-22 download

1.0.17

2022-12-22 download

1.0.16

2022-12-08 download

1.0.15

2022-12-02 download

1.0.14

2022-10-28 download

1.0.13

2022-10-11 download

1.0.12

2022-10-05 download

1.0.11

2022-10-01 download

1.0.10

2022-09-29 download

1.0.9

2022-09-26 download

1.0.8

2022-09-21 download

1.0.7

2022-09-15 download

1.0.6

2022-09-10 download

1.0.5

2022-08-31 download

1.0.3

2022-08-10 download

1.0.2

2022-08-09 download

1.0.1

2022-08-06 download