Skip to content

Commit ebca132

Browse files
authored
chore: add logo as pub.dev screenshot (#137)
https://dart.dev/tools/pub/pubspec#screenshots
1 parent b21bfcc commit ebca132

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ jobs:
162162
with:
163163
cache: true
164164
- name: Install pana
165-
run: dart pub global activate pana
165+
run: |
166+
sudo apt-get install webp && \
167+
dart pub global activate pana
166168
- name: Check package score
167169
run: pana --exit-code-threshold 0 --no-dartdoc .
168170
build-android:

logo.png

29 KB
Loading

pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ dev_dependencies:
4040
pigeon: ^22.0.0
4141
very_good_analysis: ^6.0.0
4242

43+
screenshots:
44+
- description: 'MapLibre Logo'
45+
path: 'logo.png'
46+
4347
flutter:
4448
plugin:
4549
platforms:

0 commit comments

Comments
 (0)