chess vectors flutter
Chess pieces vectors for Flutter. These vectors are custom widgets based on Wikimedia commons Svg. You can customize the size.
Getting Started
Add whatever piece widget you want to your components tree :
- size property takes a double value for defining the piece side size (same width and height).
CREDITS
This project is using the SVG definitions of Chess pieces from a Wikimedia Commons page
Libraries
Dart
- dart:ffi
- Foreign Function Interface for interoperability with the C programming language. [...]
- dart:html
- HTML elements and other resources for web-based applications that need to interact with the browser and the DOM (Document Object Model). [...]
- dart:js
- Low-level support for interoperating with JavaScript. [...]
- dart:js_util
- Utility methods to efficiently manipulate typed JSInterop objects in cases where the name to call is not known at runtime. You should only use these methods when the same effect cannot be achieved with @JS annotations. These methods would be extension methods on JSObject if Dart supported extension methods.