Skip to content

Commit

Permalink
Merge pull request #22 from surfstudio/SNP-1234-rebranding
Browse files Browse the repository at this point in the history
fix(SNP-1234): Correct Logo Urls and Update Version
  • Loading branch information
danyaao authored Apr 15, 2024
2 parents 1b0d072 + a71ff3e commit 433b188
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

## 2.0.1

* Rebradning.

## 2.0.0

* Add: Visible region to onCameraPositionChanged callback, so we always have up-to-date.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Yandex Mapkit Light

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_white.png">
<img alt="Shows an illustrated sun in light color mode and a moon with stars in dark color mode." src="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_black.png" width ="200">
</picture>
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_white.png#gh-dark-mode-only" width="200">
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_black.png#gh-light-mode-only" width="200">

Fork of [yandex_mapkit](https://pub.dev/packages/yandex_mapkit) library, but lightweight and more appropriate for the majority of the apps.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: yandex_mapkit_lite
description: This is a lightweight fork of the yandex_mapkit package version 3.4.0.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/surfstudio/yandex-mapkit-lite-flutter

environment:
Expand Down

0 comments on commit 433b188

Please sign in to comment.