Skip to content

Commit

Permalink
Merge branch 'develop' into dartdoc-+-mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Oct 19, 2024
2 parents 3d8bd16 + 3698965 commit d4ef318
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 55 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/dartdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
working-directory: ./packages/smooth_app
steps:

- name: Chekout code
uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Flutter
uses: actions/cache@v3
with:
path: ${{ runner.tool_cache }}/flutter
key: flutter-2.5.0-stable
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 2.5.0
- name: Setup Flutter
uses: actions/cache@v4
with:
path: ${{ runner.tool_cache }}/flutter
key: flutter-2.5.0-stable
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 2.5.0

- name: Run Dartdoc
run: pub global activate dartdoc && dartdoc
Expand All @@ -37,13 +37,13 @@ jobs:
run: mkdocs build

- name: Deploy smooth_app documentation to Github Pages
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
BRANCH: gh-pages
FOLDER: packages/smooth_app/docs/

- name: Deploy scanner documentation to Github Pages
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
BRANCH: gh-pages
FOLDER: packages/smooth_app/docs/
34 changes: 0 additions & 34 deletions .github/workflows/generate-docs.yml

This file was deleted.

12 changes: 6 additions & 6 deletions packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1317,18 +1317,18 @@ packages:
dependency: "direct main"
description:
name: rive
sha256: cd45b071b288e4bef05f25423e1001a9b3218b81745deae18c9b4d2a2952cc56
sha256: "468f0880d49c513e09fdfba26e4abd9d50433c2cf398210b62948d8de3837dd5"
url: "https://pub.dev"
source: hosted
version: "0.13.14"
version: "0.13.15"
rive_common:
dependency: transitive
description:
name: rive_common
sha256: c7bf0781b1621629361579c300ac2f8aa1a238227a242202a596e82becc244d7
sha256: a3e5786f8d85c89977062b9ceeb3b72a7c28f81e32fb68497744042ce20bee2f
url: "https://pub.dev"
source: hosted
version: "0.4.11"
version: "0.4.12"
scanner_ml_kit:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1511,10 +1511,10 @@ packages:
dependency: "direct main"
description:
name: sqflite_common_ffi
sha256: "4d6137c29e930d6e4a8ff373989dd9de7bac12e3bc87bce950f6e844e8ad3bb5"
sha256: d316908f1537725427ff2827a5c5f3b2c1bc311caed985fe3c9b10939c9e11ca
url: "https://pub.dev"
source: hosted
version: "2.3.3"
version: "2.3.4"
sqflite_darwin:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
provider: 6.1.2
sentry_flutter: 8.9.0
sqflite: 2.4.0
sqflite_common_ffi: 2.3.3
sqflite_common_ffi: 2.3.4
url_launcher: 6.3.0
visibility_detector: 0.4.0+2
app_settings: 5.1.1
Expand All @@ -60,7 +60,7 @@ dependencies:
share_plus: 10.0.0
fimber: 0.7.0
shimmer: ^3.0.0
rive: 0.13.14
rive: 0.13.15
webview_flutter: 4.10.0
webview_flutter_android: 4.0.0
webview_flutter_wkwebview: 3.16.0
Expand Down

0 comments on commit d4ef318

Please sign in to comment.