Skip to content

Version 6.0.0

Compare
Choose a tag to compare
@adar2378 adar2378 released this 10 Oct 21:48
· 150 commits to master since this release

Features ✨

  • Added Cursor
    `
    /// Whether to show cursor or not
    final bool showCursor;

    /// The color of the cursor, default to Theme.of(context).accentColor
    final Color cursorColor;

    /// width of the cursor, default to 2
    final double cursorWidth;

    /// Height of the cursor, default to FontSize + 8;
    final double cursorHeight;
    `

  • Added boxhShadows

Breaking changes ⚠️

  • autoValidate changed according to the new version of Flutter
  • Minimum Flutter version is set to 1.22.0

Fixes 🐛

  • typo fixes