* chore(scripts): migrate the scripts from sh to dart, update GitHub PR template
* fix(ci): fix GitHub workflows failure by run 'flutter pub get' before running local development script
* docs(readme): simplify vsc_quill_delta_to_html description
* chore: drop the support for DeltaX.fromHtml and DeltaX.fromMarkdown to only use them internally
* docs(readme): update outdated docs, suggest packages to convert between Delta and Markdown or PDF
* chore: deprecate customBlocks in DeltaX.fromHtml property
* refactor(changelog): migrate the data of CHANGELOG.md to CHANGELOG.json
* refactor(update-version-script): update the script to generate the markdown files from a json file that contains the data to allow automate the CHANGELOG.md for the packages easier in CI, add a comment that indicate those files are generated.
* chore: generate the CHANGELOG.md files using the script
* chore: remove the sh script as it's no longer used
* chore: renmae the script regenerate_versions.dart to update_package_version.dart
* docs: update the development notes to reflect the new changes
* ci: update the publish workflow to pass the release notes to the script (update_package_version.dart)
* chore: rename CHANGELOG.json to CHANGELOG_DATA.json to fix conflicting with CHANGELOG.md by pub publish --dry-run
* docs: update the development notes to reflect the new renaming of CHANGELOG.json
* chore: update the script to reflect the change of renaming CHANGELOG.json to CHANGELOG_DATA.json
* chore: regenerate the CHANGELOG.md files to update the comment at the start
* chore(publishing): delete version.dart as it's no longer needed, the script now require the version as a argument which will be used by Github publich.yml workflow and pass it instead
* chore(publishing): update the script that is used for updating the versions to require the new version as argument instead of using it from version.dart
* ci(publishing): update the publish workflow to automate updating the version and commit it, then push the changes to Github repository
* docs(publishing): update the development notes to reflect the changes, update the todo in the publish.yml file
* chore: update the messages
* fix: temporarily remove flutter_colorpicker from pub.dev
* chore: clone flutter_colorpicker from Github, add a TODO with it
* fix: update color_dialog.dart to use color picker package from the lib/src/packages/flutter_colorpicker
* refactor(example): remove the old android example and recreate it to get it working with the latest stable version without any warrnings
* fix: format flutter_colorpicker to fix CI failure, update the android example project to use latest version of Kotlin, fix AndroidManifest string resources
* fix: update the linux example to fix CI failure
* ci: update build.yml as an attemp to fix building the Linux application
* ci: add a todo in build.yml, remove flutter doctor check
* ci: fix a typo
* ci: update the name of each step