editable_chess_board 0.5.2
editable_chess_board: ^0.5.2 copied to clipboard
A chess board that is not intended to play chess, but just defined a custom chess position and get its code in Forsyth-Edwards Notation (FEN).
0.5.2 #
- Removed dependency to GetIt, as its purpose is rather for Global state.
0.5.1 #
- Better GetIt singleton handling.
0.5.0 #
- Pieces selection zone is always visible, and removed selection tab from advanced options.
0.4.0 #
- Improve the piece selection zone so that it takes less place.
0.3.0 #
- Added an option to show advanced options or the just the pieces buttons (and trash can).
0.2.1 #
- Corrected bug preventing us to exit and return editor page.
0.2.0 #
- Made the component responsive.
0.1.8 #
- Highlighting standard position button.
- Replaced example snippet with a demo folder.
0.1.7 #
- Updated fpdart dependency version, and sdk version.
0.1.6 #
- Using latest version of chess package.
0.1.4 #
- Bug fixed : example was not visible.
0.1.2 #
- Improved preview image.
0.1.0 #
- Initial release