章文轩 4 years ago
parent cf50b51e14
commit 4bc070cd61

@ -97,7 +97,7 @@ class PassagerFunc {
'id': UserManager.instance.user.info.id, 'id': UserManager.instance.user.info.id,
'from': from, 'from': from,
'item_id': itemId, 'item_id': itemId,
'date': '2021-08-03', 'date': '2021-08-21',
'to': to 'to': to
}); });
if (result.data != null) { if (result.data != null) {

@ -66,15 +66,15 @@ class Airline {
String flightCompanyCode; String flightCompanyCode;
String flightNo; String flightNo;
String planeType; String planeType;
int adultAirportTax; num adultAirportTax;
int adultFuelTax; num adultFuelTax;
String depTime; String depTime;
String arriTime; String arriTime;
String orgCity; String orgCity;
String orgCityName; String orgCityName;
String dstCity; String dstCity;
String dstCityName; String dstCityName;
int basePrice; num basePrice;
AirSeats airSeats; AirSeats airSeats;
Airline( Airline(
@ -163,17 +163,17 @@ class AirSeat {
String seatMsg; String seatMsg;
String seatStatus; String seatStatus;
Null serviceLevel; Null serviceLevel;
double settlePrice; num settlePrice;
Null changePercentAfter; Null changePercentAfter;
Null changePercentBefore; Null changePercentBefore;
Null changeStipulate; Null changeStipulate;
Null changeTimePoint; Null changeTimePoint;
double commisionMoney; num commisionMoney;
String commisionPoint; String commisionPoint;
double discount; num discount;
bool hasQueryedStipulate; bool hasQueryedStipulate;
int parPrice; num parPrice;
int policyId; num policyId;
Null refundPercentBefore; Null refundPercentBefore;
Null refundPercentAfter; Null refundPercentAfter;
String refundStipulate; String refundStipulate;

@ -56,7 +56,7 @@ packages:
name: async name: async
url: "https://pub.flutter-io.cn" url: "https://pub.flutter-io.cn"
source: hosted source: hosted
version: "2.5.0" version: "2.6.1"
audio_session: audio_session:
dependency: transitive dependency: transitive
description: description:
@ -1031,12 +1031,10 @@ packages:
photo: photo:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." name: photo
ref: patch-1 url: "https://pub.flutter-io.cn"
resolved-ref: "8109f390d338d501d0734343dd0bc3690b1be8c5" source: hosted
url: "https://github.com/customPub/flutter_photo" version: "0.5.0-dev.1"
source: git
version: "0.5.0"
photo_manager: photo_manager:
dependency: transitive dependency: transitive
description: description:
@ -1253,7 +1251,7 @@ packages:
name: source_span name: source_span
url: "https://pub.flutter-io.cn" url: "https://pub.flutter-io.cn"
source: hosted source: hosted
version: "1.8.0" version: "1.8.1"
sp_util: sp_util:
dependency: transitive dependency: transitive
description: description:
@ -1341,7 +1339,7 @@ packages:
name: test_api name: test_api
url: "https://pub.flutter-io.cn" url: "https://pub.flutter-io.cn"
source: hosted source: hosted
version: "0.2.19" version: "0.3.0"
timeline_tile: timeline_tile:
dependency: "direct main" dependency: "direct main"
description: description:

@ -172,10 +172,11 @@ dependencies:
# ref: 4073e1ff7db967aad4f97f0eee5909c5f8f339b5 # ref: 4073e1ff7db967aad4f97f0eee5909c5f8f339b5
# 图片选择 # 图片选择
photo: # photo:
git: # git:
url: https://github.com/customPub/flutter_photo # url: https://github.com/customPub/flutter_photo
ref: patch-1 # ref: patch-1
photo: 0.5.0-dev.1
# wechat_assets_picker: ^2.2.0+2 # wechat_assets_picker: ^2.2.0+2
image_gallery_saver: 1.6.9 image_gallery_saver: 1.6.9

Loading…
Cancel
Save