Skip to content

Commit

Permalink
Update pubspec.yaml and update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 8, 2023
1 parent 0e278e3 commit c75e984
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build the app
name: Build the example

on:
push:
Expand Down Expand Up @@ -52,6 +52,9 @@ jobs:

- name: Check flutter version
run: flutter --version

- name: Enable Local Dev
run: ./scripts/enable_local_dev.sh

- name: Install dependencies
run: flutter pub get
Expand All @@ -73,14 +76,17 @@ jobs:

- name: Check flutter version
run: flutter --version

- name: Enable Local Dev
run: ./scripts/enable_local_dev.sh

- name: Install dependencies
run: flutter pub get

- name: Flutter build macOS
run: flutter build macos --release --verbose --dart-define=CI=true
working-directory: ./example

- name: Flutter build iOS
run: flutter build ios --release --verbose --dart-define=CI=true
working-directory: ./example
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ dependencies:
# For converting HTML to Quill delta
markdown: ^7.1.1
html2md: ^1.3.1
charcode: ^1.3.1

# Plugins
url_launcher: ^6.1.14
flutter_keyboard_visibility: ^5.4.1
device_info_plus: ^9.1.0
super_clipboard: ^0.7.3
charcode: ^1.3.1

dev_dependencies:
flutter_lints: ^3.0.1
Expand Down

0 comments on commit c75e984

Please sign in to comment.