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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ body:
attributes:
label: Platforms
description: On what platforms does the bug happen?
placeholder:
options: [ "Please Select", "Android", "iOS", "Web", "MacOS", "Windows", "Linux", "All" ]
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ comment:

ignore:
- "**/*.g.dart"
- "lib/src/platform/android/jni/**"
- "maplibre/lib/src/platform/android/jni/**"
- "example/**"
- "maplibre_ios/**"

Expand Down
17 changes: 12 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
matrix:
sdk: [ '' ] # option to use a matrix test with the lower supported flutter version
timeout-minutes: 30
defaults:
run:
working-directory: maplibre
steps:
- uses: actions/checkout@v5
- name: "Setup Flutter SDK"
Expand Down Expand Up @@ -165,6 +168,9 @@ jobs:
score:
name: "Package score"
runs-on: ubuntu-latest
defaults:
run:
working-directory: maplibre
steps:
- name: Checkout project
uses: actions/checkout@v5
Expand Down Expand Up @@ -286,10 +292,11 @@ jobs:
with:
cache: true
- name: "Get Flutter dependencies"
working-directory: example
run: dart pub get
- name: Run pigeon
run: ./pigeons/run_code_gen.sh
run: sh ./pigeons/run_code_gen.sh
- name: Format code
run: dart format .
- name: Check changes
run: |
if [[ -n "$(git status --porcelain)" ]]; then
Expand All @@ -313,15 +320,15 @@ jobs:
distribution: 'temurin'
cache: 'gradle'
- name: "Get Flutter dependencies"
working-directory: example
run: dart pub get
- name: Build example APK
working-directory: example
run: flutter build apk
- name: Run jnigen
run: ./run_jnigen.sh
working-directory: maplibre
run: sh ./run_jnigen.sh
- name: Format code
run: dart format lib/src/platform/android/jni
run: dart format maplibre/lib/src/platform/android/jni
- name: Check changes
run: |
if [[ -n "$(git status --porcelain)" ]]; then
Expand Down
3 changes: 0 additions & 3 deletions .pubignore

This file was deleted.

317 changes: 0 additions & 317 deletions CHANGELOG.md

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Loading
Loading