Skip to content

Commit

Permalink
Merge pull request #859 from Lyokone/release_new_versions
Browse files Browse the repository at this point in the history
location_platform_interface: bump version to 3.1.0
  • Loading branch information
bartekpacia authored Jul 23, 2023
2 parents a338744 + a270bd2 commit 7e7f607
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/location_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.1.0

- Refactoring (#853)
- Set up code formatting & linting on CI
- Remove unused dependency on `package:meta`
- Bump minimum Flutter to 3.3

## 3.0.0

- Bump minimum Flutter to 3.0 (#847)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'dart:io';

import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart';
import 'package:meta/meta.dart';
import 'package:plugin_platform_interface/plugin_platform_interface.dart';

part 'src/method_channel_location.dart';
Expand Down
5 changes: 2 additions & 3 deletions packages/location_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location_platform_interface
description: A common platform interface for the location plugin.
version: 3.0.0
version: 3.1.0
homepage: https://github.com/Lyokone/flutterlocation

environment:
Expand All @@ -10,8 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
plugin_platform_interface: ^2.0.0
plugin_platform_interface: ^2.1.5

dev_dependencies:
async: ^2.5.0
Expand Down

0 comments on commit 7e7f607

Please sign in to comment.