Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobviously committed Aug 7, 2023
1 parent a8934b7 commit dd8007a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### 1.1.7
### 1.2.0
- Now requires Dart 3.
- `BoardController` can now take `overlays` and `underlays` as parameters, and passes them through to `Board`.
- `BoardBuilder` now takes a parameter `forceSquareAlignment`, which defaults to true, and forces elements to be aligned to their squares (previously this was not the case).
- `SquareBuilder` functions (such as those used by `BoardBuilder`) now return `Widget?`, i.e. they can return null. `BoardBuilder` will build an empty container in this case.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: squares
description: A flexible chessboard widget for Flutter. Visually customisable, with support for many chess variants.
version: 1.1.6
version: 1.2.0
repository: https://github.com/alexobviously/squares

environment:
Expand Down

0 comments on commit dd8007a

Please sign in to comment.