fix: 0.2.3 known issues (#2886)

* fix: option menu position

* fix: rename helps highlight the text for the user

* fix: export as markdown file name invalid

* chore: align the emoji in callout

* fix: leave more space in the editor

* fix: 0.2.3 known issues

* chore: add flutter pub get in flutter.toml
This commit is contained in:
Lucas.Xu
2023-06-23 10:54:35 +08:00
committed by GitHub
parent eee32110f4
commit d665153a9f
10 changed files with 55 additions and 22 deletions

View File

@ -188,6 +188,7 @@ script = [
"""
cd appflowy_flutter
flutter clean
flutter pub get
flutter packages pub get
dart run easy_localization:generate -S assets/translations/ -f keys -o locale_keys.g.dart -S assets/translations -s en.json
dart run build_runner build -d
@ -200,6 +201,7 @@ script = [
"""
cd ./appflowy_flutter/
exec cmd.exe /c flutter clean
exec cmd.exe /c flutter pub get
exec cmd.exe /c flutter packages pub get
exec cmd.exe /c dart run easy_localization:generate -S assets/translations/ -f keys -o locale_keys.g.dart -S assets/translations -s en.json
exec cmd.exe /c dart run build_runner build -d