Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ jobs:
with:
cache: true
- name: Install pana
run: dart pub global activate pana
run: |
sudo apt-get install webp && \
dart pub global activate pana
- name: Check package score
run: pana --exit-code-threshold 0 --no-dartdoc .
build-android:
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ dev_dependencies:
pigeon: ^22.0.0
very_good_analysis: ^6.0.0

screenshots:
- description: 'MapLibre Logo'
path: 'logo.png'

flutter:
plugin:
platforms:
Expand Down
Loading