Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
wgh136 committed May 6, 2024
1 parent 33afe31 commit 21ed841
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/foundation/def.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const String webUA =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36";

//App版本
const appVersion = "3.1.1";
const appVersion = "3.1.2";

//定义宽屏设备的临界值
const changePoint = 600;
Expand Down
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: transitive
description:
name: archive
sha256: "22600aa1e926be775fa5fe7e6894e7fb3df9efda8891c73f70fb3262399a432d"
sha256: "0763b45fa9294197a2885c8567927e2830ade852e5c896fd4ab7e0e348d0f373"
url: "https://pub.dev"
source: hosted
version: "3.4.10"
version: "3.5.0"
args:
dependency: transitive
description:
Expand All @@ -37,10 +37,10 @@ packages:
dependency: transitive
description:
name: barcode
sha256: "1fe4a55344505850517ce72d4a3a7b9ccf51b0dc1631ee7e552f6eacc4947f96"
sha256: ab180ce22c6555d77d45f0178a523669db67f95856e3378259ef2ffeb43e6003
url: "https://pub.dev"
source: hosted
version: "2.2.7"
version: "2.2.8"
bidi:
dependency: transitive
description:
Expand Down Expand Up @@ -253,10 +253,10 @@ packages:
dependency: transitive
description:
name: file_selector_android
sha256: "1cd66575f063b689e041aec836905ba7be18d76c9f0634d0d75daec825f67095"
sha256: "57265ec9591e8fd8508f613544cde6f7d045731f6b09644057e49a4c9c672b7c"
url: "https://pub.dev"
source: hosted
version: "0.5.0+7"
version: "0.5.1+1"
file_selector_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -439,8 +439,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: master
resolved-ref: "2c7d60cc1c1c523583a8746975062d30da3a22e6"
ref: db2b2d0c
resolved-ref: db2b2d0ccd24f2195e5bc8183dd30f9fd4085a60
url: "https://github.com/wgh136/flutter_qjs"
source: git
version: "0.3.7"
Expand Down Expand Up @@ -524,18 +524,18 @@ packages:
dependency: "direct main"
description:
name: image_picker
sha256: fe9ee64ccb8d599a5dfb0e21cc6652232c610bcf667af4e79b9eb175cc30a7a5
sha256: "33974eca2e87e8b4e3727f1b94fa3abcb25afe80b6bc2c4d449a0e150aedf720"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.1.1"
image_picker_android:
dependency: transitive
description:
name: image_picker_android
sha256: "8e75431a62b7feb4fd55cb4a5c6f0ac4564460ec5dc09f9c4a0d50a5ce7c4cb9"
sha256: "40e24f467b75cd6f4a92ee93dd13d1a7bcb4523a84fd95f00c755f01f42398c8"
url: "https://pub.dev"
source: hosted
version: "0.8.10"
version: "0.8.11"
image_picker_for_web:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 3.1.1+311
version: 3.1.2+312
environment:
sdk: '>=3.3.0'

Expand Down Expand Up @@ -90,7 +90,7 @@ dependencies:
flutter_qjs:
git:
url: https://github.com/wgh136/flutter_qjs
ref: master
ref: db2b2d0c


dev_dependencies:
Expand Down

0 comments on commit 21ed841

Please sign in to comment.