Open-Source Licences
Our apps are built on work by other people. CubeXpert in particular would not exist without the projects below, and their licences continue to apply to their code. The notices are reproduced here in full.
These notices also ship inside the app itself, under Settings → About → Acknowledgements, so they remain available offline and travel with every copy of the software. This page is a public mirror of them, not the only copy.
1. rubiks-vision — MIT Licence
CubeXpert's two-shot camera scanner — the pose and geometry work, detector decoding, the PnP solver and deskew — is a Dart port of rubiks-vision by Gillis Oldfeldt. The bundled cube-pose model is taken from it unmodified, and the colour-embedding model derives from the same trained network, so both remain under its MIT licence.
2. Cube-Solver (CFOP) — BSD 3-Clause Licence
The CFOP solving plan is built on d4m4s74/Cube-Solver. Its licence requires that the copyright notice, the conditions and the disclaimer be reproduced with any binary distribution, so they appear here in full and unaltered.
3. Beginner solver
The Beginner (layer-by-layer) solving plan is based on work by Hakan Gezginci (github.com/Anixton), which follows the officially published beginner solution for the cube. No licence file accompanies the upstream work, so this is an attribution notice rather than a grant.
4. ckociemba
The Kociemba solving plan uses ckociemba, a C implementation of Herbert Kociemba's two-phase algorithm. As above, no licence file accompanies the upstream source, so this is an attribution notice.
5. Frameworks and SDKs
Our apps are also built with the following, each under its own licence:
- Flutter and the Dart packages listed in the app's own licence screen (BSD 3-Clause and others).
- ONNX Runtime — runs the scanner's models on-device (MIT).
- OpenCV, via
dartcv4— image processing for the scanner (Apache 2.0). - Google Mobile Ads SDK — advertising in the free version of CubeXpert.
The complete, per-package licence text for every Dart and native dependency is listed in the app under Settings → About → Acknowledgements.
If you believe something in our apps is used without proper attribution, please tell us and we will correct it: admin@visionflutter.com. See also our Terms of Service.