Skip to content

Commit

Permalink
Prepared for final prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Apr 3, 2024
1 parent b6f589b commit 8d2ccda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Many thanks to my sponsors, no matter how much or how little they donated. Spons

# Changelog

## [9.0.0] - "Just Another Rewrite" - 2024/XX/XX
## [9.0.0] - "Just Another Rewrite" - 2024/04/XX

This update has essentially rewritten FMTC from the ground up, over hundreds of hours. It focuses on:

Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ dependencies:
better_open_file: ^3.6.5
collection: ^1.18.0
dart_earcut: ^1.1.0
file_picker: ^6.2.0
file_picker: ^8.0.0+1
flutter:
sdk: flutter
flutter_foreground_task: ^6.1.3
flutter_map: ^6.1.0
flutter_map_animations: ^0.5.3
flutter_map_animations: ^0.6.0
flutter_map_tile_caching:
google_fonts: ^6.2.1
gpx: ^2.2.2
http: ^1.2.1
intl: ^0.19.0
latlong2: ^0.9.0
latlong2: ^0.9.1
osm_nominatim: ^3.0.0
path: ^1.9.0
path_provider: ^2.1.2
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_map_tile_caching
description: Plugin for 'flutter_map' providing advanced caching functionality,
with ability to download map regions for offline use.
version: 9.0.0-dev.7
version: 9.0.0-dev.8

repository: https://github.com/JaffaKetchup/flutter_map_tile_caching
issue_tracker: https://github.com/JaffaKetchup/flutter_map_tile_caching/issues
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies:
sdk: flutter
flutter_map: ^6.1.0
http: ^1.2.1
latlong2: ^0.9.0
latlong2: ^0.9.1
meta: ^1.11.0
objectbox: ^2.5.1
objectbox_flutter_libs: ^2.5.1
Expand Down

0 comments on commit 8d2ccda

Please sign in to comment.