-
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into dependabot/pub/packages/smooth_app/packag…
…e_info_plus-8.1.0
- Loading branch information
Showing
92 changed files
with
1,477 additions
and
469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: GitHub Pages Deploy Action | ||
on: | ||
push: | ||
branches: | ||
- "develop" | ||
#- "dartdoc-smoothie" | ||
jobs: | ||
deploy-pages: | ||
name: Deploy to GitHub Pages | ||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
working-directory: ./packages/smooth_app | ||
steps: | ||
|
||
- name: Chekout code | ||
uses: actions/checkout@v4 | ||
|
||
- 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 | ||
|
||
- name: Deploy API documentation to Github Pages | ||
uses: JamesIves/[email protected] | ||
with: | ||
BRANCH: gh-pages | ||
FOLDER: packages/smooth_app/doc/api/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.24.3 | ||
3.24.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Where to find documentation | ||
docs_dir: doc | ||
|
||
# Link to Github on every page | ||
repo_url: https://github.com/openfoodfacts/smooth-app | ||
edit_uri: blob/develop/docs/ | ||
|
||
site_name: Open Food Facts mobile app | ||
site_dir: gh_pages | ||
|
||
theme: | ||
name: material | ||
palette: | ||
primary: beige | ||
text: black | ||
logo: assets/app/logo_text_black.svg | ||
|
||
markdown_extensions: | ||
- footnotes | ||
- mdx_truly_sane_lists | ||
- pymdownx.highlight | ||
- pymdownx.superfences | ||
|
||
plugins: | ||
- awesome-pages | ||
- search |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-1.43 KB
(97%)
...es/smooth_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/black_icon-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.73 KB
(110%)
...s/smooth_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/tinted_icon-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7.4 KB
(84%)
...es/smooth_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/white_icon-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.