Skip to content

Commit bd9aa35

Browse files
authored
Merge pull request #96 from appwrite/dev
feat: Dart SDK update for version 19.3.0
2 parents 8278938 + 341196a commit bd9aa35

File tree

342 files changed

+14282
-15682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+14282
-15682
lines changed

β€Ž.github/workflows/format.ymlβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
persist-credentials: true
2121
ref: ${{ github.event.pull_request.head.ref }}
2222

23+
- name: Install dependencies
24+
run: dart pub get
25+
2326
- name: Format Dart code
2427
run: dart format .
2528

@@ -29,5 +32,5 @@ jobs:
2932
- name: Add & Commit
3033
uses: EndBug/[email protected]
3134
with:
32-
add: lib
35+
add: '["lib", "test"]'
3336

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion

β€Ždocs/examples/account/list-identities.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/account/list-logs.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/databases/create-collection.mdβ€Ž

Lines changed: 3 additions & 1 deletion

β€Ždocs/examples/databases/create-document.mdβ€Ž

Lines changed: 3 additions & 1 deletion

β€Ždocs/examples/databases/list-attributes.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/databases/list-collections.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/databases/list-documents.mdβ€Ž

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
Β (0)