dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
779 B
779 B
Development notes
-
When updating the translations or localizations in the app, please take a look at the Translation page as it has important notes in order to work, if you also add a feature that adds new localizations then you need to the instructions of it in order for the translations to take effect
-
Only update the
version.dart
andCHANGELOG.md
at the root folder of the repo, then run the script:dart ./scripts/regenerate_versions.dart
You must mention the changes of the other packages in the repo in the root
CHANGELOG.md
only and the script will replace theCHANGELOG.md
in the other packages with the root one, and change the version inpubspec.yaml
with the one inversion.dart
in the root folder