Skip to content

Commit

Permalink
Update dependencies; v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vollkorntomate committed Mar 20, 2024
1 parent 2c6962f commit f4bec4d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0 (2024-03-20)
- Update dependencies to newer versions
- Now requires Dart ^3.0.0

## 1.1.0 (2022-10-07)
- Add `layer` option
- Add `additionalQuery` parameter to support more query parameters and filtering by OSM tag and value
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# flutter_photon

[![version](https://img.shields.io/badge/version-1.1.0-green.svg)]()
[![version](https://img.shields.io/badge/version-1.2.0-green.svg)]()
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![flutter_photon](https://img.shields.io/badge/pub.dev-v1.1.0-blue.svg)](https://pub.dev/packages/flutter_photon)
[![flutter_photon](https://img.shields.io/badge/pub.dev-v1.2.0-blue.svg)](https://pub.dev/packages/flutter_photon)

Wrapper for Komoot's Photon API for Dart/Flutter.

Expand Down
6 changes: 3 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Defines a default set of lint rules enforced for
# projects at Google. For details and rationale,
# see https://github.com/dart-lang/pedantic#enabled-lints.
include: package:pedantic/analysis_options.yaml
include: package:lints/recommended.yaml

# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
# Uncomment to specify additional rules.
Expand All @@ -10,5 +10,5 @@ include: package:pedantic/analysis_options.yaml
# - camel_case_types

analyzer:
# exclude:
# - path/to/excluded/files/**
exclude:
- example/**
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: flutter_photon
description: An API client for the Komoot Photon API (photon.komoot.io) for Dart and Flutter.
version: 1.1.0
version: 1.2.0
homepage: https://github.com/vollkorntomate/flutter-photon
repository: https://github.com/vollkorntomate/flutter-photon
issue_tracker: https://github.com/vollkorntomate/flutter-photon/issues

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ^3.0.0

dependencies:
http: ^0.13.1
http: ^1.2.0

dev_dependencies:
pedantic: ^1.9.0
test: ^1.14.4
lints: ^3.0.0
test: ^1.25.2

0 comments on commit f4bec4d

Please sign in to comment.