From c75e984271240288b1849ca65f723f2b0770f18a Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 8 Dec 2023 11:51:30 +0300 Subject: [PATCH] Update pubspec.yaml and update build.yml --- .github/workflows/build.yml | 10 ++++++++-- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 115750a9b..2647b4250 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9da1c40c6..f83a843ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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