flutter_dubov_system 0.0.2
flutter_dubov_system: ^0.0.2 copied to clipboard
High-performance Flutter wrapper for the FIDE-approved CPPDubovSystem engine. Enables official chess tournament pairings on the web using C++ compiled to WebAssembly.
0.0.2 #
- Initial Release of the Flutter Dubov System plugin.
- Integrated the FIDE-approved CPPDubovSystem C++ engine for official Swiss tournament matchmaking.
- Added Web Support utilizing WebAssembly (WASM) via
dart:js_interop. - Added Native Support (Windows, macOS, Linux, Android, iOS) leveraging Dart FFI for near-native C++ performance.
- Implemented complete player management, Elo rating tracking, and official color allocation rules.