Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarbo committed Nov 15, 2023
1 parent 463f5ba commit e49402b
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 22 deletions.
26 changes: 25 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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):
Expand All @@ -25,7 +25,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Glassfy: 6c13edc242715212cfd01a0a12c8553f2f06cfcb
glassfy_flutter: 8dd46205eba134d4787db7e3b566bdc07e1c7b59
glassfy_flutter: 650a1f1bf5aadff5ae4d508475806b068f76b10c
GlassfyGlue: cb21cb170ebfc2ff734ceaaafee61a76c54345a5

PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048
Expand Down
22 changes: 11 additions & 11 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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`)
Expand All @@ -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
5 changes: 3 additions & 2 deletions example/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down Expand Up @@ -202,7 +202,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down Expand Up @@ -272,6 +272,7 @@
};
3399D490228B24CF009A79C7 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Demonstrates how to use the glassfy_flutter plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=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
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e49402b

Please sign in to comment.