Skip to content

Commit

Permalink
update list
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 21, 2024
1 parent 75a4f9e commit 76d17f4
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ Is a package missing? Fork this repository, add its name to [list_data.yml](list
---

## Markers, polylines and polygons
### flutter_map_animated_marker
Animated marker for flutter_mapp

![Pub Likes](https://img.shields.io/pub/likes/flutter_map_animated_marker) ![Pub Points](https://img.shields.io/pub/points/flutter_map_animated_marker) ![Pub Popularity](https://img.shields.io/pub/popularity/flutter_map_animated_marker)

```yaml
flutter_map_animated_marker: ^2.0.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Tue, Feb 20, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_animated_marker) [GitHub](https://github.com/ankiimation/flutter_map_animated_marker) | ^6.1.0 |
### flutter_map_arcgis
Arcgis plugin for flutter map. Features Support unique render, ontap event, ontap with atttributes, geometry types (point, polgyon, polylin)
Expand Down Expand Up @@ -68,11 +79,11 @@ A flutter map plugin for displaying device current location.
![Pub Likes](https://img.shields.io/pub/likes/flutter_map_location_marker) ![Pub Points](https://img.shields.io/pub/points/flutter_map_location_marker) ![Pub Popularity](https://img.shields.io/pub/popularity/flutter_map_location_marker)
```yaml
flutter_map_location_marker: ^8.0.6
flutter_map_location_marker: ^8.0.7
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Fri, Feb 16, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_location_marker) [GitHub](https://github.com/tlserver/flutter_map_location_marker) | ^6.1.0 |
| Mon, Feb 19, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_location_marker) [GitHub](https://github.com/tlserver/flutter_map_location_marker) | ^6.1.0 |
### flutter_map_marker_cluster
A Dart implementation of Leaflet.makercluster for Flutter apps. Provides beautiful animated marker clustering functionality for flutter_map.
Expand Down Expand Up @@ -191,11 +202,11 @@ A plugin for `flutter_map` that enables the use of vector tiles.
![Pub Likes](https://img.shields.io/pub/likes/vector_map_tiles) ![Pub Points](https://img.shields.io/pub/points/vector_map_tiles) ![Pub Popularity](https://img.shields.io/pub/popularity/vector_map_tiles)

```yaml
vector_map_tiles: ^7.0.1
vector_map_tiles: ^7.3.1
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sat, Dec 9, 2023 | [pub.dev](https://pub.dev/packages/vector_map_tiles) [GitHub](https://github.com/greensopinion/flutter-vector-map-tiles) | ^6.1.0 |
| Mon, Feb 19, 2024 | [pub.dev](https://pub.dev/packages/vector_map_tiles) [GitHub](https://github.com/greensopinion/flutter-vector-map-tiles) | ^6.1.0 |

## Online service integration
### flutter_map_directions
Expand Down Expand Up @@ -250,11 +261,11 @@ A slim yet powerful caching plugin for flutter_map tile layers.
![Pub Likes](https://img.shields.io/pub/likes/flutter_map_cache) ![Pub Points](https://img.shields.io/pub/points/flutter_map_cache) ![Pub Popularity](https://img.shields.io/pub/popularity/flutter_map_cache)

```yaml
flutter_map_cache: ^1.4.4
flutter_map_cache: ^1.5.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sat, Feb 10, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_cache) [GitHub](https://github.com/josxha/flutter_map_plugins) | ^6.0.0 |
| Mon, Feb 19, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_cache) [GitHub](https://github.com/josxha/flutter_map_plugins) | ^6.0.0 |
### flutter_map_cached_tile_provider
cached tile provider for flutter_map

Expand Down Expand Up @@ -307,11 +318,11 @@ Mapbox MBTiles v1.3 files, support for vector and raster tiles.
![Pub Likes](https://img.shields.io/pub/likes/mbtiles) ![Pub Points](https://img.shields.io/pub/points/mbtiles) ![Pub Popularity](https://img.shields.io/pub/popularity/mbtiles)

```yaml
mbtiles: ^0.3.1
mbtiles: ^0.4.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Mon, Feb 12, 2024 | [pub.dev](https://pub.dev/packages/mbtiles) [GitHub](https://github.com/josxha/dart_mbtiles) | - |
| Sun, Feb 18, 2024 | [pub.dev](https://pub.dev/packages/mbtiles) [GitHub](https://github.com/josxha/dart_mbtiles) | - |
### power_geojson
A Powerful tool for Geojson with flutter_map, styled from properties, supports esri json, soon supports multiple projection and coordinate systems

Expand Down

0 comments on commit 76d17f4

Please sign in to comment.