huxiaoqiang 4 gadi atpakaļ
vecāks
revīzija
c3a10856aa
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 0
      lib/my_tools/order.dart
  2. 1 1
      pubspec.yaml

+ 1 - 0
lib/my_tools/order.dart

@@ -385,6 +385,7 @@ String computeOrderHash(Map<String, String> order) {
 
   order.removeWhere((key, value) => key.contains('id'));
   order.removeWhere((key, value) => key.contains('dump'));
+  order.removeWhere((key, value) => key.contains('person'));
   var sortedKeys = order.keys.toList()..sort();
   List values = new List();
   sortedKeys.forEach((key) {

+ 1 - 1
pubspec.yaml

@@ -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: 1.0.97+1
+version: 1.0.98+1
 
 environment:
   sdk: ">=2.7.0 <3.0.0"