From dd8007a584639a81a5fb17cbcb1ff3092486ca53 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 8 Aug 2023 00:39:25 +0700 Subject: [PATCH] Version 1.2.0 --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bae72..99a8c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index c5564bd..ee19603 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: