fix(deps): update dart dependencies (non-major) #248

Merged
flixcoo merged 15 commits from renovate/dart-non-major into development 2026-05-25 12:00:58 +00:00
Showing only changes of commit be33de1b13 - Show all commits

View File

@@ -31,6 +31,8 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: ghcr.io/cirruslabs/flutter:stable
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -57,8 +59,6 @@ jobs:
apt-get install -y libsqlite3-0 apt-get install -y libsqlite3-0
- name: Run tests - name: Run tests
env:
SQLITE3_DYNAMIC_LIBRARY: /usr/lib/x86_64-linux-gnu/libsqlite3.so
run: flutter test run: flutter test
localizations: localizations: