Selaa lähdekoodia

Merge branch 'master' of http://111.47.6.224:3000/pangyake/lift-app

jyj 4 vuotta sitten
vanhempi
commit
1f235f5837
2 muutettua tiedostoa jossa 1753 lisäystä ja 284 poistoa
  1. 40 18
      ios/Podfile.lock
  2. 1713 266
      lib/net/api_service.dart

+ 40 - 18
ios/Podfile.lock

@@ -2,17 +2,13 @@ PODS:
   - AlipaySDK-iOS (15.7.4)
   - AMap3DMap (6.9.0):
     - AMapFoundation (~> 1.5)
-  - amap_all_fluttify (0.0.1):
-    - Flutter
   - amap_core_fluttify (0.0.1):
     - AMapFoundation (~> 1.6)
     - Flutter
     - foundation_fluttify
-  - amap_location_fluttify (0.0.1):
-    - amap_core_fluttify
-    - AMapLocation (~> 2.6.3)
+  - amap_location_flutter_plugin (0.0.1):
+    - AMapLocation
     - Flutter
-    - foundation_fluttify
   - amap_map_fluttify (0.0.1):
     - AMap3DMap (~> 6.9.0)
     - amap_core_fluttify
@@ -38,6 +34,8 @@ PODS:
   - connectivity (0.0.1):
     - Flutter
     - Reachability
+  - connectivity_for_web (0.1.0):
+    - Flutter
   - connectivity_macos (0.0.1):
     - Flutter
   - core_location_fluttify (0.0.1):
@@ -102,6 +100,8 @@ PODS:
   - image_picker (0.0.1):
     - Flutter
   - MTBBarcodeScanner (5.0.11)
+  - orientation (0.0.1):
+    - Flutter
   - package_info (0.0.1):
     - Flutter
   - path_provider (0.0.1):
@@ -121,6 +121,8 @@ PODS:
   - SDWebImage/Core (5.8.1)
   - shared_preferences (0.0.1):
     - Flutter
+  - shared_preferences_linux (0.0.1):
+    - Flutter
   - shared_preferences_macos (0.0.1):
     - Flutter
   - shared_preferences_web (0.0.1):
@@ -129,8 +131,12 @@ PODS:
     - Flutter
     - FMDB (~> 2.7.2)
   - SwiftyGif (5.3.0)
+  - uni_links (0.0.1):
+    - Flutter
   - url_launcher (0.0.1):
     - Flutter
+  - url_launcher_linux (0.0.1):
+    - Flutter
   - url_launcher_macos (0.0.1):
     - Flutter
   - url_launcher_web (0.0.1):
@@ -145,14 +151,14 @@ PODS:
     - Flutter
 
 DEPENDENCIES:
-  - amap_all_fluttify (from `.symlinks/plugins/amap_all_fluttify/ios`)
   - amap_core_fluttify (from `.symlinks/plugins/amap_core_fluttify/ios`)
-  - amap_location_fluttify (from `.symlinks/plugins/amap_location_fluttify/ios`)
+  - amap_location_flutter_plugin (from `.symlinks/plugins/amap_location_flutter_plugin/ios`)
   - amap_map_fluttify (from `.symlinks/plugins/amap_map_fluttify/ios`)
   - amap_search_fluttify (from `.symlinks/plugins/amap_search_fluttify/ios`)
   - barcode_scan (from `.symlinks/plugins/barcode_scan/ios`)
   - city_pickers (from `.symlinks/plugins/city_pickers/ios`)
   - connectivity (from `.symlinks/plugins/connectivity/ios`)
+  - connectivity_for_web (from `.symlinks/plugins/connectivity_for_web/ios`)
   - connectivity_macos (from `.symlinks/plugins/connectivity_macos/ios`)
   - core_location_fluttify (from `.symlinks/plugins/core_location_fluttify/ios`)
   - fake_push (from `.symlinks/plugins/fake_push/ios`)
@@ -166,6 +172,7 @@ DEPENDENCIES:
   - fluwx (from `.symlinks/plugins/fluwx/ios`)
   - foundation_fluttify (from `.symlinks/plugins/foundation_fluttify/ios`)
   - image_picker (from `.symlinks/plugins/image_picker/ios`)
+  - orientation (from `.symlinks/plugins/orientation/ios`)
   - package_info (from `.symlinks/plugins/package_info/ios`)
   - path_provider (from `.symlinks/plugins/path_provider/ios`)
   - path_provider_linux (from `.symlinks/plugins/path_provider_linux/ios`)
@@ -173,10 +180,13 @@ DEPENDENCIES:
   - permission_handler (from `.symlinks/plugins/permission_handler/ios`)
   - screen (from `.symlinks/plugins/screen/ios`)
   - shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
+  - shared_preferences_linux (from `.symlinks/plugins/shared_preferences_linux/ios`)
   - shared_preferences_macos (from `.symlinks/plugins/shared_preferences_macos/ios`)
   - shared_preferences_web (from `.symlinks/plugins/shared_preferences_web/ios`)
   - sqflite (from `.symlinks/plugins/sqflite/ios`)
+  - uni_links (from `.symlinks/plugins/uni_links/ios`)
   - url_launcher (from `.symlinks/plugins/url_launcher/ios`)
+  - url_launcher_linux (from `.symlinks/plugins/url_launcher_linux/ios`)
   - url_launcher_macos (from `.symlinks/plugins/url_launcher_macos/ios`)
   - url_launcher_web (from `.symlinks/plugins/url_launcher_web/ios`)
   - video_player (from `.symlinks/plugins/video_player/ios`)
@@ -202,12 +212,10 @@ SPEC REPOS:
     - SwiftyGif
 
 EXTERNAL SOURCES:
-  amap_all_fluttify:
-    :path: ".symlinks/plugins/amap_all_fluttify/ios"
   amap_core_fluttify:
     :path: ".symlinks/plugins/amap_core_fluttify/ios"
-  amap_location_fluttify:
-    :path: ".symlinks/plugins/amap_location_fluttify/ios"
+  amap_location_flutter_plugin:
+    :path: ".symlinks/plugins/amap_location_flutter_plugin/ios"
   amap_map_fluttify:
     :path: ".symlinks/plugins/amap_map_fluttify/ios"
   amap_search_fluttify:
@@ -218,6 +226,8 @@ EXTERNAL SOURCES:
     :path: ".symlinks/plugins/city_pickers/ios"
   connectivity:
     :path: ".symlinks/plugins/connectivity/ios"
+  connectivity_for_web:
+    :path: ".symlinks/plugins/connectivity_for_web/ios"
   connectivity_macos:
     :path: ".symlinks/plugins/connectivity_macos/ios"
   core_location_fluttify:
@@ -244,6 +254,8 @@ EXTERNAL SOURCES:
     :path: ".symlinks/plugins/foundation_fluttify/ios"
   image_picker:
     :path: ".symlinks/plugins/image_picker/ios"
+  orientation:
+    :path: ".symlinks/plugins/orientation/ios"
   package_info:
     :path: ".symlinks/plugins/package_info/ios"
   path_provider:
@@ -258,14 +270,20 @@ EXTERNAL SOURCES:
     :path: ".symlinks/plugins/screen/ios"
   shared_preferences:
     :path: ".symlinks/plugins/shared_preferences/ios"
+  shared_preferences_linux:
+    :path: ".symlinks/plugins/shared_preferences_linux/ios"
   shared_preferences_macos:
     :path: ".symlinks/plugins/shared_preferences_macos/ios"
   shared_preferences_web:
     :path: ".symlinks/plugins/shared_preferences_web/ios"
   sqflite:
     :path: ".symlinks/plugins/sqflite/ios"
+  uni_links:
+    :path: ".symlinks/plugins/uni_links/ios"
   url_launcher:
     :path: ".symlinks/plugins/url_launcher/ios"
+  url_launcher_linux:
+    :path: ".symlinks/plugins/url_launcher_linux/ios"
   url_launcher_macos:
     :path: ".symlinks/plugins/url_launcher_macos/ios"
   url_launcher_web:
@@ -282,11 +300,10 @@ EXTERNAL SOURCES:
 SPEC CHECKSUMS:
   AlipaySDK-iOS: 8659cdb4403de7e5f26ad8b699864a9cbe53384c
   AMap3DMap: c80b264f08f179d9b0949b84c65fc1a51dec9d6f
-  amap_all_fluttify: 40f1276b77c4f3377c216ffb6f4f556d9a195113
-  amap_core_fluttify: 0c458820bc8e71ece952414718412d4abb06c17d
-  amap_location_fluttify: 487dc181dc7e5a33d50b662cf5a3f148fde42261
-  amap_map_fluttify: 611d1d575076f82a71d8c1057a6c9d8c8dc5c53d
-  amap_search_fluttify: c4f4a737cc28fa6ea09296c1ad302e4629fd20c2
+  amap_core_fluttify: bc2e4245c6a6d869727ed16b009a9fa3dbefcf4a
+  amap_location_flutter_plugin: 3979d619b9fb9067789f2c3ce577b1d57b5a3368
+  amap_map_fluttify: 6bd999f53083b7c34d8c566f0178e15be2a1edbc
+  amap_search_fluttify: ed2c9edb9deb9561a39fda6ddb29017e77f0f8e3
   AMapFoundation: df9a0ceec845ae2b5f57bdf9884666f2ed73bf5b
   AMapLocation: b4162db67f813508a14ee7e05c7ee4073785221d
   AMapSearch: af02822537e55b85a4752e9df5c19e4b9da82031
@@ -294,6 +311,7 @@ SPEC CHECKSUMS:
   Bugly: eded937bbb1f731cacf689c2d934ddbd9ab34f83
   city_pickers: b0370f4c35c201723b5b7fcce10ec29b59d5bc35
   connectivity: c4130b2985d4ef6fd26f9702e886bd5260681467
+  connectivity_for_web: 2b8584556930d4bd490d82b836bcf45067ce345b
   connectivity_macos: e2e9731b6b22dda39eb1b128f6969d574460e191
   core_location_fluttify: 24cc9dcd986ac7059916632d2cb3babb1568ff61
   DKImagePickerController: b5eb7f7a388e4643264105d648d01f727110fc3d
@@ -311,6 +329,7 @@ SPEC CHECKSUMS:
   foundation_fluttify: 0c45145e3fad1fb99188e4979daed5b24cd9b278
   image_picker: e3eacd46b94694dde7cf2705955cece853aa1a8f
   MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
+  orientation: 6c9203efe86ce4cff379756910f18b2d745628c3
   package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
   path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
   path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4
@@ -321,11 +340,14 @@ SPEC CHECKSUMS:
   screen: abd91ca7bf3426e1cc3646d27e9b2358d6bf07b0
   SDWebImage: e3eae2eda88578db0685a0c88597fdadd9433f05
   shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
+  shared_preferences_linux: afefbfe8d921e207f01ede8b60373d9e3b566b78
   shared_preferences_macos: f3f29b71ccbb56bf40c9dd6396c9acf15e214087
   shared_preferences_web: 141cce0c3ed1a1c5bf2a0e44f52d31eeb66e5ea9
   sqflite: 4001a31ff81d210346b500c55b17f4d6c7589dd0
   SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40
+  uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
   url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
+  url_launcher_linux: ac237cb7a8058736e4aae38bdbcc748a4b394cc0
   url_launcher_macos: fd7894421cd39320dce5f292fc99ea9270b2a313
   url_launcher_web: e5527357f037c87560776e36436bf2b0288b965c
   video_player: 9cc823b1d9da7e8427ee591e8438bfbcde500e6e
@@ -335,4 +357,4 @@ SPEC CHECKSUMS:
 
 PODFILE CHECKSUM: 55511ae13172057344e326e687be436085331ae4
 
-COCOAPODS: 1.9.3
+COCOAPODS: 1.10.0.beta.1

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1713 - 266
lib/net/api_service.dart