Skip to content

Commit

Permalink
Merge pull request #6 from hackerhgl/fud-21
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
hackerhgl committed Mar 5, 2020
2 parents 4ce77fb + 17216de commit a45eb5a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,28 +87,28 @@
**If you like the project and want to appreciate my effort. Then please perform any of these steps :)**

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

## Download

<div id="downloads">
<a href="https://play.google.com/store/apps/details?id=com.onemdev.flutter_ui_challenges">
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/google-play.png" alt="Play Store badge" />
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/google-play.png" alt="Play Store badge" width="200" />
</a>
<a href="https://github.com/hackerhgl/flutter-ui-designs/releases/latest/download/app-release.apk">
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/android.png" alt="Android badge" />
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/android.png" alt="Android badge" width="200" />
</a>
<a href="https://github.com/hackerhgl/flutter-ui-designs/releases/latest/download/windows-release.zip">
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/windows.png" alt="Windows badge" />
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/windows.png" alt="Windows badge" width="200" />
</a>
<a href="https://github.com/hackerhgl/flutter-ui-designs/releases/latest/download/macos-release.zip">
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/macos.png" alt="MacOS badge" />
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/macos.png" alt="MacOS badge" width="200" />
</a>
<a href="https://github.com/hackerhgl/flutter-ui-designs/releases/latest/download/linux-release.zip">
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/linux.png" alt="Linux badge" />
<img src="https://raw.githubusercontent.com/hackerhgl/flutter-ui-designs/master/.github/assets/linux.png" alt="Linux badge" width="200"/>
</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '7'
flutterVersionCode = '10'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '1.0.7'
flutterVersionName = '1.1.0'
}

apply plugin: 'com.android.application'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"all-ios": "babel-node scripts/runAlliOS.js",
"debug-all-ios": "nodemon scripts/runAlliOS.js --exec babel-node",
"debug-vslaunch": "nodemon scripts/vslaunch.js --exec babel-node",
"appbundle": "flutter run appbundle -t lib/main.mobile.dart",
"appbundle": "flutter build appbundle -t lib/main.mobile.dart",
"vslaunch": "babel-node scripts/vslaunch.js",
"build-web": "flutter build web -t lib/main.mobile.dart --release",
"deploy-web": "npm run build-web && firebase deloy",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# 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: 1.0.7
version: 1.1.0

environment:
sdk: '>=2.2.2 <3.0.0'
Expand Down

0 comments on commit a45eb5a

Please sign in to comment.