Skip to content

Commit

Permalink
Merge pull request #24 from TesteurManiak/23-android-build-conflicts
Browse files Browse the repository at this point in the history
23 android build conflicts
  • Loading branch information
TesteurManiak authored Oct 24, 2023
2 parents 4c303a8 + b2bbbc0 commit df253d5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 33 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.3

* Updated to [flutter_map](https://pub.dev/packages/flutter_map/versions/6.0.1) v6.0.1
* Removed local `LatLngTween` implementation (replaced by [the one in `flutter_map`](https://pub.dev/documentation/flutter_map/latest/flutter_map/LatLngTween-class.html))

## 0.5.2

* Fixed GIFs link in README.md
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ packages:
dependency: "direct main"
description:
name: flutter_map
sha256: e625957146c7d2e847da2cdefd893d6f5315ced6ee5228d2c05fec760cab3ad7
sha256: "2b925948b675ef74ca524179fb133dbe0a21741889ccf56ad08fc8dcc38ba94b"
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "6.0.1"
flutter_map_animations:
dependency: "direct main"
description:
Expand Down
1 change: 0 additions & 1 deletion lib/src/animated_map_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:flutter/material.dart';
import 'package:flutter_map/flutter_map.dart';
import 'package:flutter_map_animations/src/animation_extensions.dart';
import 'package:flutter_map_animations/src/animation_id.dart';
import 'package:flutter_map_animations/src/lat_lng_tween.dart';
import 'package:latlong2/latlong.dart';

typedef _MovementCallback = bool Function(
Expand Down
27 changes: 0 additions & 27 deletions lib/src/lat_lng_tween.dart

This file was deleted.

6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_map_animations
description: Animation utilities for markers and controls of the flutter_map package.
version: 0.5.2
version: 0.5.3
homepage: https://github.com/TesteurManiak/flutter_map_animations
repository: https://github.com/TesteurManiak/flutter_map_animations
issue_tracker: https://github.com/TesteurManiak/flutter_map_animations/issues
Expand All @@ -17,11 +17,11 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_map: ^6.0.0
flutter_map: ^6.0.1
latlong2: ^0.9.0

dev_dependencies:
custom_lint: ^0.5.3
custom_lint: ^0.5.4
fd_lints: ^2.2.0
flutter_test:
sdk: flutter

0 comments on commit df253d5

Please sign in to comment.