Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Dependencies #171

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include: package:pedantic/analysis_options.yaml
include: package:lints/recommended.yaml

analyzer:
# exclude:
# - path/to/excluded/files/**

# Lint rules and documentation, see http://dart-lang.github.io/linter/lints
# Lint rules and documentation, see https://dart.dev/tools/linter-rules
linter:
rules:
- cancel_subscriptions
Expand Down
1 change: 0 additions & 1 deletion lib/spotify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'dart:convert';

import 'package:http/http.dart' as http;
import 'package:oauth2/oauth2.dart' as oauth2;
import 'package:pedantic/pedantic.dart';
rinukkusu marked this conversation as resolved.
Show resolved Hide resolved
import 'package:spotify/spotify.dart';

import 'src/models/_models.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/src/models/_models.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: spotify
description: An incomplete dart library for interfacing with the Spotify Web API.
version: 0.11.0
version: 0.12.0
homepage: https://github.com/rinukkusu/spotify-dart

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'

dependencies:
http: ^0.13.3
json_annotation: ^4.8.0
http: ^1.1.0
json_annotation: ^4.8.1
oauth2: ^2.0.0
pedantic: ^1.11.0

dev_dependencies:
test: ^1.16.5
build_runner: ^2.0.3
json_serializable: ">=4.1.1 <7.0.0"
lints: ^2.1.1
test: ^1.24.6
build_runner: ^2.4.6
json_serializable: ">=6.7.1 <7.0.0"