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. 8
      .github/workflows/build.yml
  2. 2
      pubspec.yaml

@ -1,4 +1,4 @@
name: Build the app
name: Build the example
on:
push:
@ -53,6 +53,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
@ -74,6 +77,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

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