Skip to content

Commit

Permalink
prepare vector_map_tiles_pmtiles v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Feb 18, 2024
1 parent 3012998 commit 8268104
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ flutter_map tile layers.
learn more about
PMTiles.

### [vector_map_tiles_mbtiles](https://pub.dev/packages/vector_map_tiles_pmtiles)
### [vector_map_tiles_mbtiles](https://pub.dev/packages/vector_map_tiles_mbtiles)

[![Pub Version](https://img.shields.io/pub/v/vector_map_tiles_mbtiles)](https://pub.dev/packages/vector_map_tiles_mbtiles)
[![likes](https://img.shields.io/pub/likes/vector_map_tiles_mbtiles?logo=flutter)](https://pub.dev/packages/vector_map_tiles_mbtiles)
Expand Down
2 changes: 1 addition & 1 deletion vector_map_tiles_mbtiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.0] 2024-02-dd
## [1.0.0] 2024-02-18

- Initial release
- Add `MbTilesVectorTileProvider`
1 change: 1 addition & 0 deletions vector_map_tiles_mbtiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Add the following packages to your `pubspec.yaml` file:
dependencies:
flutter_map: ^6.0.0 # in case you don't have it yet
vector_map_tiles_mbtiles: ^1.0.0 # this package
mbtiles: ^0.4.0 # MBTiles package
```
## Usage
Expand Down

0 comments on commit 8268104

Please sign in to comment.