Skip to content

Commit

Permalink
update mbtiles to ^0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Feb 18, 2024
1 parent 4ef2da1 commit dfbef83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
sqlite3_flutter_libs: ^0.5.15
vector_map_tiles: ^7.0.1
vector_tile_renderer: ^5.2.0
mbtiles: ^0.3.1
mbtiles: ^0.4.0

flutter_map_mbtiles:
path: ../flutter_map_mbtiles
Expand Down
4 changes: 4 additions & 0 deletions flutter_map_mbtiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.2] 2024-02-18

- Update `mbtiles` to ^0.4.0

## [1.0.1] 2024-02-13

- Update README
Expand Down
2 changes: 1 addition & 1 deletion flutter_map_mbtiles/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
flutter_map: ^6.0.0
mbtiles: ^0.3.1
mbtiles: ^0.4.0
sqlite3_flutter_libs: ^0.5.18

dev_dependencies:
Expand Down

0 comments on commit dfbef83

Please sign in to comment.