/cutting-fabric

Flutter app to generate cutting plans for fabric

Primary LanguageDart

Cutting Fabric

A flutter project to help upholstery craftsmen to calculate the amount of fabric needed for their projects.

Screenshot Screenshot

Running the project

To run the project, you need to have flutter installed. Then, you can run the following command:

flutter gen-l10n
flutter run

Regeneration icons

dart run flutter_launcher_icons

Algorithm

We use the bottom-left heuristic in 10 000 randomized runs, for instant results.

The problem has additional constraints compared to the original strip packing problem, such as rotation & centering cuts on patterns.

Research

Research that can improve the algorithm: