Browse Source

build app v1.1.1

smf
daivp 4 years ago
parent
commit
86c90be55e
8 changed files with 142 additions and 136 deletions
  1. +0
    -20
      android/app/release/output-metadata.json
  2. +1
    -1
      ios/Flutter/.last_build_id
  3. +1
    -1
      ios/Podfile.lock
  4. +6
    -6
      ios/Runner.xcodeproj/project.pbxproj
  5. +111
    -21
      lib/custom_model/account.dart
  6. +0
    -64
      lib/custom_model/account.g.dart
  7. +22
    -22
      pubspec.lock
  8. +1
    -1
      pubspec.yaml

+ 0
- 20
android/app/release/output-metadata.json View File

{
"version": 1,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "vn.azteam.farmdemo",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 6,
"versionName": "1.1.1",
"enabled": true,
"outputFile": "app-release.apk"
}
]
}

+ 1
- 1
ios/Flutter/.last_build_id View File

d91c957b2422e26116533c8dae89710a
64f9f50cc502d50e4ed31a042f189058

+ 1
- 1
ios/Podfile.lock View File

FirebaseInstallations: 466c7b4d1f58fe16707693091da253726a731ed2 FirebaseInstallations: 466c7b4d1f58fe16707693091da253726a731ed2
FirebaseInstanceID: bd3ffc24367f901a43c063b36c640b345a4a5dd1 FirebaseInstanceID: bd3ffc24367f901a43c063b36c640b345a4a5dd1
FirebaseMessaging: 5eca4ef173de76253352511aafef774caa1cba2a FirebaseMessaging: 5eca4ef173de76253352511aafef774caa1cba2a
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
flutter_image_compress: 082f8daaf6c1b0c9fe798251c750ef0ecd98d7ae flutter_image_compress: 082f8daaf6c1b0c9fe798251c750ef0ecd98d7ae
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
GoogleDataTransport: f56af7caa4ed338dc8e138a5d7c5973e66440833 GoogleDataTransport: f56af7caa4ed338dc8e138a5d7c5973e66440833

+ 6
- 6
ios/Runner.xcodeproj/project.pbxproj View File

ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 13;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = C3DTD2JH94; DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Flutter", "$(PROJECT_DIR)/Flutter",
); );
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo; PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 13;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = C3DTD2JH94; DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Flutter", "$(PROJECT_DIR)/Flutter",
); );
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo; PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 13;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = C3DTD2JH94; DEVELOPMENT_TEAM = C3DTD2JH94;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/Flutter", "$(PROJECT_DIR)/Flutter",
); );
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo; PRODUCT_BUNDLE_IDENTIFIER = vn.azteam.farmdemo;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";

+ 111
- 21
lib/custom_model/account.dart View File

import 'package:json_annotation/json_annotation.dart';

part 'account.g.dart';

@JsonSerializable()
class Account { class Account {
Account();

num id;
int id;
String login; String login;
String firstName; String firstName;
String lastName; String lastName;
String midleName;
String fullName; String fullName;
String phone; String phone;
String birthDay;
String gender;
String userId;
int roleId;
String roleName;
int customerId;
String customerName;
int addressId;
String address; String address;
String avartar;
num vaiTroId;
String tenVaiTro;
num donViCanhTacId;
String tenDonVi;
String email;
String imageUrl;
bool activated;
int countryId; int countryId;
String countryName; String countryName;
int cityId; int cityId;
String districtName; String districtName;
int wardId; int wardId;
String wardName; String wardName;
List authorities;
String fcmToken;
String email;
String imageUrl;
bool activated;
String langKey;
List<String> authorities;

Account(
{this.id,
this.login,
this.firstName,
this.lastName,
this.fullName,
this.phone,
this.birthDay,
this.gender,
this.userId,
this.roleId,
this.roleName,
this.customerId,
this.customerName,
this.addressId,
this.address,
this.countryId,
this.countryName,
this.cityId,
this.cityName,
this.districtId,
this.districtName,
this.wardId,
this.wardName,
this.fcmToken,
this.email,
this.imageUrl,
this.activated,
this.langKey,
this.authorities});

Account.fromJson(Map<String, dynamic> json) {
id = json['id'];
login = json['login'];
firstName = json['firstName'];
lastName = json['lastName'];
fullName = json['fullName'];
phone = json['phone'];
birthDay = json['birthDay'];
gender = json['gender'];
userId = json['userId'];
roleId = json['roleId'];
roleName = json['roleName'];
customerId = json['customerId'];
customerName = json['customerName'];
addressId = json['addressId'];
address = json['address'];
countryId = json['countryId'];
countryName = json['countryName'];
cityId = json['cityId'];
cityName = json['cityName'];
districtId = json['districtId'];
districtName = json['districtName'];
wardId = json['wardId'];
wardName = json['wardName'];
fcmToken = json['fcmToken'];
email = json['email'];
imageUrl = json['imageUrl'];
activated = json['activated'];
langKey = json['langKey'];
authorities = json['authorities'].cast<String>();
}


factory Account.fromJson(Map<String, dynamic> json) =>
_$AccountFromJson(json);
Map<String, dynamic> toJson() => _$AccountToJson(this);
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['id'] = this.id;
data['login'] = this.login;
data['firstName'] = this.firstName;
data['lastName'] = this.lastName;
data['fullName'] = this.fullName;
data['phone'] = this.phone;
data['birthDay'] = this.birthDay;
data['gender'] = this.gender;
data['userId'] = this.userId;
data['roleId'] = this.roleId;
data['roleName'] = this.roleName;
data['customerId'] = this.customerId;
data['customerName'] = this.customerName;
data['addressId'] = this.addressId;
data['address'] = this.address;
data['countryId'] = this.countryId;
data['countryName'] = this.countryName;
data['cityId'] = this.cityId;
data['cityName'] = this.cityName;
data['districtId'] = this.districtId;
data['districtName'] = this.districtName;
data['wardId'] = this.wardId;
data['wardName'] = this.wardName;
data['fcmToken'] = this.fcmToken;
data['email'] = this.email;
data['imageUrl'] = this.imageUrl;
data['activated'] = this.activated;
data['langKey'] = this.langKey;
data['authorities'] = this.authorities;
return data;
}
} }

+ 0
- 64
lib/custom_model/account.g.dart View File

// GENERATED CODE - DO NOT MODIFY BY HAND

part of 'account.dart';

// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************

Account _$AccountFromJson(Map<String, dynamic> json) {
return Account()
..id = json['id'] as num
..login = json['login'] as String
..firstName = json['firstName'] as String
..lastName = json['lastName'] as String
..midleName = json['midleName'] as String
..fullName = json['fullName'] as String
..phone = json['phone'] as String
..address = json['address'] as String
..avartar = json['avartar'] as String
..vaiTroId = json['vaiTroId'] as num
..tenVaiTro = json['tenVaiTro'] as String
..donViCanhTacId = json['donViCanhTacId'] as num
..tenDonVi = json['tenDonVi'] as String
..email = json['email'] as String
..imageUrl = json['imageUrl'] as String
..activated = json['activated'] as bool
..countryId = json['countryId'] as num
..countryName = json['countryName'] as String
..cityId = json['cityId'] as num
..cityName = json['cityName'] as String
..districtId = json['districtId'] as num
..districtName = json['districtName'] as String
..wardId = json['wardId'] as num
..wardName = json['wardName'] as String
..authorities = json['authorities'] as List;
}

Map<String, dynamic> _$AccountToJson(Account instance) => <String, dynamic>{
'id': instance.id,
'login': instance.login,
'firstName': instance.firstName,
'lastName': instance.lastName,
'midleName': instance.midleName,
'fullName': instance.fullName,
'phone': instance.phone,
'address': instance.address,
'avartar': instance.avartar,
'vaiTroId': instance.vaiTroId,
'tenVaiTro': instance.tenVaiTro,
'donViCanhTacId': instance.donViCanhTacId,
'tenDonVi': instance.tenDonVi,
'email': instance.email,
'imageUrl': instance.imageUrl,
'activated': instance.activated,
'countryId': instance.countryId,
'countryName': instance.countryName,
'cityId': instance.cityId,
'cityName': instance.cityName,
'districtId': instance.districtId,
'districtName': instance.districtName,
'wardId': instance.wardId,
'wardName': instance.wardName,
'authorities': instance.authorities,
};

+ 22
- 22
pubspec.lock View File

name: async name: async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.5.0-nullsafety.3"
version: "2.5.0-nullsafety.1"
auto_size_text: auto_size_text:
dependency: "direct main" dependency: "direct main"
description: description:
name: boolean_selector name: boolean_selector
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.0-nullsafety.3"
version: "2.1.0-nullsafety.1"
build: build:
dependency: transitive dependency: transitive
description: description:
name: characters name: characters
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.0-nullsafety.5"
version: "1.1.0-nullsafety.3"
charcode: charcode:
dependency: transitive dependency: transitive
description: description:
name: charcode name: charcode
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0-nullsafety.3"
version: "1.2.0-nullsafety.1"
checked_yaml: checked_yaml:
dependency: transitive dependency: transitive
description: description:
name: clock name: clock
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.0-nullsafety.3"
version: "1.1.0-nullsafety.1"
code_builder: code_builder:
dependency: transitive dependency: transitive
description: description:
name: collection name: collection
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.15.0-nullsafety.5"
version: "1.15.0-nullsafety.3"
convert: convert:
dependency: transitive dependency: transitive
description: description:
name: fake_async name: fake_async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0-nullsafety.3"
version: "1.2.0-nullsafety.1"
ffi: ffi:
dependency: transitive dependency: transitive
description: description:
name: flutter_svg name: flutter_svg
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.19.2+1"
version: "0.19.1"
flutter_test: flutter_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter
name: js name: js
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.6.3-nullsafety.3"
version: "0.6.2"
json_annotation: json_annotation:
dependency: transitive dependency: transitive
description: description:
name: matcher name: matcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.12.10-nullsafety.3"
version: "0.12.10-nullsafety.1"
meta: meta:
dependency: "direct main" dependency: "direct main"
description: description:
name: meta name: meta
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.0-nullsafety.6"
version: "1.3.0-nullsafety.3"
mime: mime:
dependency: "direct main" dependency: "direct main"
description: description:
name: path name: path
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.8.0-nullsafety.3"
version: "1.8.0-nullsafety.1"
path_drawing: path_drawing:
dependency: transitive dependency: transitive
description: description:
name: source_span name: source_span
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.8.0-nullsafety.4"
version: "1.8.0-nullsafety.2"
sqflite: sqflite:
dependency: transitive dependency: transitive
description: description:
name: stack_trace name: stack_trace
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.10.0-nullsafety.6"
version: "1.10.0-nullsafety.1"
stream_channel: stream_channel:
dependency: transitive dependency: transitive
description: description:
name: stream_channel name: stream_channel
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.0-nullsafety.3"
version: "2.1.0-nullsafety.1"
stream_transform: stream_transform:
dependency: transitive dependency: transitive
description: description:
name: string_scanner name: string_scanner
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.0-nullsafety.3"
version: "1.1.0-nullsafety.1"
synchronized: synchronized:
dependency: transitive dependency: transitive
description: description:
name: term_glyph name: term_glyph
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0-nullsafety.3"
version: "1.2.0-nullsafety.1"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.2.19-nullsafety.6"
version: "0.2.19-nullsafety.2"
timing: timing:
dependency: transitive dependency: transitive
description: description:
name: typed_data name: typed_data
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.0-nullsafety.5"
version: "1.3.0-nullsafety.3"
uuid: uuid:
dependency: transitive dependency: transitive
description: description:
name: vector_math name: vector_math
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.0-nullsafety.5"
version: "2.1.0-nullsafety.3"
video_player: video_player:
dependency: "direct main" dependency: "direct main"
description: description:
source: hosted source: hosted
version: "2.2.1" version: "2.2.1"
sdks: sdks:
dart: ">=2.12.0-0.0 <3.0.0"
flutter: ">=1.24.0-6.0.pre <2.0.0"
dart: ">=2.10.2 <2.11.0"
flutter: ">=1.22.2 <2.0.0"

+ 1
- 1
pubspec.yaml View File

description: A new Flutter project. description: A new Flutter project.


publish_to: 'none' publish_to: 'none'
version: 1.1.1+6
version: 1.1.1+7


environment: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save