Skip to content

Commit

Permalink
Release Version 2.1.1
Browse files Browse the repository at this point in the history
Updated Documentation for 2.1.1
  • Loading branch information
VarunS2002 committed Feb 27, 2021
1 parent 3e33e2a commit 6c30468
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -146,19 +146,24 @@ It can be exported to Android, iOS, Fuchsia, Windows, MacOS, PWA or a Web App.
## Screenshots:
- Main Screen while solving:<br><br>
- Main Screen while solving with light theme:<br><br>
![Light](https://i.imgur.com/UeP0L0B.jpg)
![Light](https://i.imgur.com/UOXsle8.png)
<br><br>
- Main Screen while solved with dark theme:<br><br>
![Solved](https://i.imgur.com/3XS5qt2.jpg)
![Solved](https://i.imgur.com/MODHngM.png)
<br><br>
- Options:<br><br>
![Options](https://i.imgur.com/DJeDclG.jpg)
![Options](https://i.imgur.com/LkUsyLB.png)
<br><br>
- Choose Number Alert:<br><br>
![Choose](https://i.imgur.com/516Re9f.png)
<br><br>
- Game Over Alert Box:<br><br>
Expand Down
2 changes: 1 addition & 1 deletion sudoku/lib/Alerts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
),
Expand Down
2 changes: 1 addition & 1 deletion sudoku/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6c30468

Please sign in to comment.