Skip to content

Commit

Permalink
Release Version 2.1.0 Build 1000
Browse files Browse the repository at this point in the history
Updated Documentation for 2.1.0
  • Loading branch information
VarunS2002 committed Jan 11, 2021
1 parent 08b6453 commit fb31f21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->

## [Downloads](https://github.com/VarunS2002/Flutter-Sudoku/releases)
>[![APK: v2.0.1](https://img.shields.io/badge/APK-v2.0.1-brightgreen)](https://github.com/VarunS2002/Flutter-Sudoku/releases/download/2.0.1/Sudoku_2.0.1.apk)
>[![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)
![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 @@ -137,6 +137,10 @@ It can be exported to Android, iOS, Fuchsia, Windows, MacOS, PWA or a Web App.
- [flutter_animated_dialog](https://pub.dev/packages/flutter_animated_dialog) is used for animated alert dialogs
- [shared_preferences](https://pub.dev/packages/shared_preferences) is used for saving preferences locally
- [splashscreen](https://pub.dev/packages/splashscreen) is used for the splashscreen
- [url_launcher](https://pub.dev/packages/url_launcher) is used for hyperlinks
- Referred Algorithms:
Expand All @@ -160,7 +164,7 @@ It can be exported to Android, iOS, Fuchsia, Windows, MacOS, PWA or a Web App.
- Options:<br><br>
![Options](https://i.imgur.com/jqtga1R.jpg)
![Options](https://i.imgur.com/DJeDclG.jpg)
<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 @@ -310,7 +310,7 @@ class AlertAbout extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
'Version: v2.0.1 b1000',
'Version: v2.1.0 b1000',
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.0.1+1000
version: 2.1.0+1000

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit fb31f21

Please sign in to comment.