From 6c304684fb40b94056533ca08c291eb1a4209a46 Mon Sep 17 00:00:00 2001 From: VarunS2002 <30069380+VarunS2002@users.noreply.github.com> Date: Sat, 27 Feb 2021 09:35:07 +0530 Subject: [PATCH] Release Version 2.1.1 Updated Documentation for 2.1.1 --- README.md | 15 ++++++++++----- sudoku/lib/Alerts.dart | 2 +- sudoku/pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3aa9dca..ad6441e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## [Play Online](https://sudoku-vs2002.web.app/) ## [Downloads](https://github.com/VarunS2002/Flutter-Sudoku/releases) ->[![APK: v2.1.0](https://img.shields.io/badge/APK-v2.1.0-brightgreen)](https://github.com/VarunS2002/Flutter-Sudoku/releases/download/2.1.0/Sudoku_2.1.0.apk) +>[![APK: v2.1.1](https://img.shields.io/badge/APK-v2.1.1-brightgreen)](https://github.com/VarunS2002/Flutter-Sudoku/releases/download/2.1.1/Sudoku_2.1.1.apk) ![Build: passing](https://img.shields.io/badge/build-passing-brightgreen) >[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) @@ -146,19 +146,24 @@ It can be exported to Android, iOS, Fuchsia, Windows, MacOS, PWA or a Web App. ## Screenshots: -- Main Screen while solving:

+- Main Screen while solving with light theme:

- ![Light](https://i.imgur.com/UeP0L0B.jpg) + ![Light](https://i.imgur.com/UOXsle8.png)

- Main Screen while solved with dark theme:

- ![Solved](https://i.imgur.com/3XS5qt2.jpg) + ![Solved](https://i.imgur.com/MODHngM.png)

- Options:

- ![Options](https://i.imgur.com/DJeDclG.jpg) + ![Options](https://i.imgur.com/LkUsyLB.png) +

+ +- Choose Number Alert:

+ + ![Choose](https://i.imgur.com/516Re9f.png)

- Game Over Alert Box:

diff --git a/sudoku/lib/Alerts.dart b/sudoku/lib/Alerts.dart index 1082280..0ae00af 100644 --- a/sudoku/lib/Alerts.dart +++ b/sudoku/lib/Alerts.dart @@ -300,7 +300,7 @@ class AlertAbout extends StatelessWidget { mainAxisAlignment: MainAxisAlignment.center, children: [ Text( - 'Version: v2.1.0' + ' ' + AfterSplashState.platform, + 'Version: v2.1.1' + ' ' + AfterSplashState.platform, style: TextStyle( color: Styles.fg, fontFamily: 'roboto', fontSize: 15), ), diff --git a/sudoku/pubspec.yaml b/sudoku/pubspec.yaml index b603f8b..98ec6a1 100644 --- a/sudoku/pubspec.yaml +++ b/sudoku/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.1.0+1000 +version: 2.1.1+1000 environment: sdk: ">=2.7.0 <3.0.0"