From e49402b0d8ac155b01cfa0bec91d999884159860 Mon Sep 17 00:00:00 2001 From: Luca Garbolino <387293+lgarbo@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:49:02 +0100 Subject: [PATCH] upgrade dependencies --- analysis_options.yaml | 26 ++++++++++++++++++- example/ios/Podfile.lock | 4 +-- example/macos/Podfile.lock | 22 ++++++++-------- .../macos/Runner.xcodeproj/project.pbxproj | 5 ++-- .../xcshareddata/xcschemes/Runner.xcscheme | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 8 +++--- 7 files changed, 47 insertions(+), 22 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index a5744c1..5a368c3 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1,4 +1,28 @@ +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. include: package:flutter_lints/flutter.yaml +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at https://dart.dev/lints. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + # Additional information about this file can be found at -# https://dart.dev/guides/language/analysis-options +# https://dart.dev/guides/language/analysis-options \ No newline at end of file diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 20cf786..95070fc 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - Flutter (1.0.0) - Glassfy (1.4.0) - - glassfy_flutter (1.5.4): + - glassfy_flutter (1.6.0): - Flutter - GlassfyGlue (= 1.4.1) - GlassfyGlue (1.4.1): @@ -25,7 +25,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 Glassfy: 6c13edc242715212cfd01a0a12c8553f2f06cfcb - glassfy_flutter: 8dd46205eba134d4787db7e3b566bdc07e1c7b59 + glassfy_flutter: 650a1f1bf5aadff5ae4d508475806b068f76b10c GlassfyGlue: cb21cb170ebfc2ff734ceaaafee61a76c54345a5 PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048 diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index 54c6669..b72ebf9 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -1,11 +1,11 @@ PODS: - FlutterMacOS (1.0.0) - - Glassfy (1.3.5) - - glassfy_flutter (1.3.7): + - Glassfy (1.4.0) + - glassfy_flutter (1.6.0): - FlutterMacOS - - GlassfyGlue (= 1.3.4) - - GlassfyGlue (1.3.4): - - Glassfy (= 1.3.5) + - GlassfyGlue (= 1.4.0) + - GlassfyGlue (1.4.0): + - Glassfy (= 1.4.0) DEPENDENCIES: - FlutterMacOS (from `Flutter/ephemeral`) @@ -23,11 +23,11 @@ EXTERNAL SOURCES: :path: Flutter/ephemeral/.symlinks/plugins/glassfy_flutter/macos SPEC CHECKSUMS: - FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811 - Glassfy: 6c7575d13ef53486dc53064f7a9aa503f7ee985c - glassfy_flutter: 666ba24d97f870949872fcce0e035dae2868233c - GlassfyGlue: 8ae2c34f3323c9ae5bf423fddda118dc909bab36 + FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 + Glassfy: 6c13edc242715212cfd01a0a12c8553f2f06cfcb + glassfy_flutter: 2136ca23ebf43b35a623f0b831f329ade533ae4a + GlassfyGlue: 5307e20bb8380ee1c44aa44bc0fbc4e093a47c09 -PODFILE CHECKSUM: 0d3963a09fc94f580682bd88480486da345dc3f0 +PODFILE CHECKSUM: a4a12660ef6c9dc602ddd8da7544b9a37449a409 -COCOAPODS: 1.11.3 +COCOAPODS: 1.14.2 diff --git a/example/macos/Runner.xcodeproj/project.pbxproj b/example/macos/Runner.xcodeproj/project.pbxproj index 0cc6a70..87932fd 100644 --- a/example/macos/Runner.xcodeproj/project.pbxproj +++ b/example/macos/Runner.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 54; objects = { /* Begin PBXAggregateTarget section */ @@ -202,7 +202,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0920; - LastUpgradeCheck = 1300; + LastUpgradeCheck = 1430; ORGANIZATIONNAME = ""; TargetAttributes = { 33CC10EC2044A3C60003C045 = { @@ -272,6 +272,7 @@ }; 3399D490228B24CF009A79C7 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( ); diff --git a/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 919f379..67bb6e0 100644 --- a/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -1,6 +1,6 @@ =2.17.0 <3.0.0" + sdk: ">=2.17.0 <4.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/pubspec.yaml b/pubspec.yaml index de149d8..08d21b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,20 +4,20 @@ version: 1.6.0 homepage: https://github.com/glassfy/glassfy-flutter environment: - sdk: ">=2.16.0 <3.0.0" + sdk: ">=2.16.0 <4.0.0" flutter: ">=2.5.0" dependencies: flutter: sdk: flutter json_annotation: ^4.8.1 - json_serializable: ^6.4.1 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^2.0.2 - build_runner: ^2.3.3 + flutter_lints: ^3.0.1 + build_runner: ^2.4.6 + json_serializable: ^6.7.1 flutter: plugin: