Skip to content

Commit 2016ab4

Browse files
committed
Updated dependencies
1 parent c5c124b commit 2016ab4

22 files changed

Lines changed: 358 additions & 332 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.15
2+
3+
- Updated dependencies
4+
15
## 2.1.14
26

37
- Minor UI fixes

analysis_options.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# The following line activates a set of recommended lints for Flutter apps,
99
# packages, and plugins designed to encourage good coding practices.
10-
include: package:flutter_lints/flutter.yaml
10+
include: package:lints/recommended.yaml
1111

1212
linter:
1313
# The lint rules applied to this project can be customized in the
@@ -24,11 +24,19 @@ linter:
2424
rules:
2525
non_constant_identifier_names: false
2626
constant_identifier_names: false
27-
# avoid_print: false # Uncomment to disable the `avoid_print` rule
28-
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
29-
27+
avoid_print: true
28+
prefer_single_quotes: true
29+
sort_pub_dependencies: true
30+
avoid_unnecessary_containers: true
31+
cancel_subscriptions: true
3032

3133
analyzer:
34+
exclude:
35+
- '**.freezed.dart'
36+
- '**.g.dart'
37+
- '**/*.freezed.dart'
38+
- '**/*.g.dart'
39+
- '**/generated_plugin_registrant.dart'
3240
errors:
3341
invalid_annotation_target: ignore
3442
# Additional information about this file can be found at

build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ targets:
1414
generate_for:
1515
- lib/**.dart
1616
- test/**.dart
17+
source_gen|combining_builder:
18+
options:
19+
ignore_for_file:
20+
- non_constant_identifier_names

example/sign/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

example/sign/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '11.0'
2+
# platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/sign/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ EXTERNAL SOURCES:
3636

3737
SPEC CHECKSUMS:
3838
appcheck: e1ab9d4e03736f03e0401554a134d1ed502d7629
39-
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
39+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
4040
flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069
41-
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
42-
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
43-
url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812
41+
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
42+
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
43+
url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586
4444

45-
PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189
45+
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
4646

4747
COCOAPODS: 1.13.0

example/sign/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
97C146E61CF9000F007C117D /* Project object */ = {
215215
isa = PBXProject;
216216
attributes = {
217-
LastUpgradeCheck = 1430;
217+
LastUpgradeCheck = 1510;
218218
ORGANIZATIONNAME = "";
219219
TargetAttributes = {
220220
331C8080294A63A400263BE5 = {
@@ -451,7 +451,7 @@
451451
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
452452
GCC_WARN_UNUSED_FUNCTION = YES;
453453
GCC_WARN_UNUSED_VARIABLE = YES;
454-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
454+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
455455
MTL_ENABLE_DEBUG_INFO = NO;
456456
SDKROOT = iphoneos;
457457
SUPPORTED_PLATFORMS = iphoneos;
@@ -579,7 +579,7 @@
579579
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
580580
GCC_WARN_UNUSED_FUNCTION = YES;
581581
GCC_WARN_UNUSED_VARIABLE = YES;
582-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
582+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
583583
MTL_ENABLE_DEBUG_INFO = YES;
584584
ONLY_ACTIVE_ARCH = YES;
585585
SDKROOT = iphoneos;
@@ -628,7 +628,7 @@
628628
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
629629
GCC_WARN_UNUSED_FUNCTION = YES;
630630
GCC_WARN_UNUSED_VARIABLE = YES;
631-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
631+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
632632
MTL_ENABLE_DEBUG_INFO = NO;
633633
SDKROOT = iphoneos;
634634
SUPPORTED_PLATFORMS = iphoneos;

example/sign/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1430"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/sign/lib/models/eth/ethereum_transaction.dart

Lines changed: 0 additions & 40 deletions
This file was deleted.

example/sign/lib/models/eth/ethereum_transaction.g.dart

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)