Skip to content

Commit a45eb5a

Browse files
authored
Merge pull request #6 from hackerhgl/fud-21
Release v1.1.0
2 parents 4ce77fb + 17216de commit a45eb5a

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,28 @@
8787
**If you like the project and want to appreciate my effort. Then please perform any of these steps :)**
8888

8989
- Star this repository.
90-
- Rate the app on <a href="https://play.google.com/store/apps/details?id=com.onemdev.flutter_ui_challenges">Play Store</a>.
91-
- Endorse my skills on my <a href="https://www.linkedin.com/in/hackerhgl/">linkedin Profile</a>.
92-
- Favorite my gigs on <a href="https://www.fiverr.com/hackerhgl">fiverr</a>.
93-
- Give a recommendation on <a href="https://www.freelancer.com/u/hackerhgl">Freelancer</a>.
90+
- Rate the app on <a href="https://play.google.com/store/apps/details?id=com.onemdev.flutter_ui_challenges" target="_playstore">Play Store</a>.
91+
- Endorse my skills on my <a href="https://www.linkedin.com/in/hackerhgl" target="linkedin">linkedin Profile</a>.
92+
- Favorite my gigs on <a href="https://www.fiverr.com/hackerhgl" target="fiver">Fiverr</a>.
93+
- Give a recommendation on <a href="https://www.freelancer.com/u/hackerhgl" target="freelance">Freelancer</a>.
9494

9595
## Download
9696

9797
<div id="downloads">
9898
<a href="https://play.google.com/store/apps/details?id=com.onemdev.flutter_ui_challenges">
99-
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/google-play.png" alt="Play Store badge" />
99+
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/google-play.png" alt="Play Store badge" width="200" />
100100
</a>
101101
<a href="https://github.com/hackerhgl/flutter-ui-designs/releases/latest/download/app-release.apk">
102-
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/android.png" alt="Android badge" />
102+
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/android.png" alt="Android badge" width="200" />
103103
</a>
104104
<a href="https://github.com/hackerhgl/flutter-ui-designs/releases/latest/download/windows-release.zip">
105-
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/windows.png" alt="Windows badge" />
105+
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/windows.png" alt="Windows badge" width="200" />
106106
</a>
107107
<a href="https://github.com/hackerhgl/flutter-ui-designs/releases/latest/download/macos-release.zip">
108-
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/macos.png" alt="MacOS badge" />
108+
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/macos.png" alt="MacOS badge" width="200" />
109109
</a>
110110
<a href="https://github.com/hackerhgl/flutter-ui-designs/releases/latest/download/linux-release.zip">
111-
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/linux.png" alt="Linux badge" />
111+
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/linux.png" alt="Linux badge" width="200"/>
112112
</a>
113113
</div>
114114

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ if (flutterRoot == null) {
1313

1414
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
1515
if (flutterVersionCode == null) {
16-
flutterVersionCode = '7'
16+
flutterVersionCode = '10'
1717
}
1818

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')
2020
if (flutterVersionName == null) {
21-
flutterVersionName = '1.0.7'
21+
flutterVersionName = '1.1.0'
2222
}
2323

2424
apply plugin: 'com.android.application'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"all-ios": "babel-node scripts/runAlliOS.js",
77
"debug-all-ios": "nodemon scripts/runAlliOS.js --exec babel-node",
88
"debug-vslaunch": "nodemon scripts/vslaunch.js --exec babel-node",
9-
"appbundle": "flutter run appbundle -t lib/main.mobile.dart",
9+
"appbundle": "flutter build appbundle -t lib/main.mobile.dart",
1010
"vslaunch": "babel-node scripts/vslaunch.js",
1111
"build-web": "flutter build web -t lib/main.mobile.dart --release",
1212
"deploy-web": "npm run build-web && firebase deloy",

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A new Flutter project.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.0.7
14+
version: 1.1.0
1515

1616
environment:
1717
sdk: '>=2.2.2 <3.0.0'

0 commit comments

Comments
 (0)