Rich text editor for Flutter
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.
 
 
 
 
 

1.3 KiB

Pull Request

Description

Provide a brief description of your changes.

Issues

Closes #IssueNumber (Replace "IssueNumber" with the actual issue number you are addressing.)

Improvements

  • Improve code readability
  • Improve performance

Features

  • Add a new feature
  • Allow to customize the widgets

Additional notes

Suggestions

Checklist

  • I have added/updated relevant documentation
  • I have tested these changes locally.
  • I have followed the code style and guidelines.
  • I have updated CHANGELOG.md with my changes in the next section
  • I have run dart format . on the project
  • I have run dart fix --apply on the project
  • I have run flutter test and flutter analyze and it passed successfully
  • I have run ./scripts/before-push.sh and everything is fine