Update pubspec.yaml and update build.yml

pull/1578/head
Ellet 1 year ago
parent 0e278e331b
commit c75e984271
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 10
      .github/workflows/build.yml
  2. 2
      pubspec.yaml

@ -1,4 +1,4 @@
name: Build the app
name: Build the example
on:
push:
@ -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
@ -73,6 +76,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
@ -80,7 +86,7 @@ jobs:
- 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

@ -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

Loading…
Cancel
Save