PackageTrack
Sign in Get early access

extended_text

Extended official text to build special text like inline image or @somebody quickly,it also support custom background,custom over flow,gradient and custom selection toolbar and handles.

15.0.2 340K downloads/mo #641 most downloaded on pub.dev fluttercandies/extended_text

What this package is like to depend on

Last release 1 years ago

21 Mar 2025

Ships fairly regularly

a new release about every 2 months

Most releases are documented

notes for 82 of 113 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

127 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

127 releases · Mar 2019 to Mar 2025
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 127
  1. 15.0.2 21 Mar 2025
    Release notes
    • Fix long Text Cropping Issue with Ellipsis Middle Overflow and setState (#175)
    Open source →
  2. 15.0.1 19 Mar 2025
    Release notes
    • Fix issue that setState() causes custom overflow to disappear(#171)
    • Fix issue that can' find no overflow(#167,#174)
    • Fix issue that OverflowWidget not work well when the size of window is changing.
    Open source →
  3. 15.0.0 15 Feb 2025
    Release notes
    • Migrate to Flutter 3.29.0
    Open source →
  4. 14.2.2 21 Mar 2025

    Nothing published for this version

  5. 14.2.1 19 Mar 2025

    Nothing published for this version

  6. 14.2.0 28 Nov 2024
    Release notes
    • Add TextOverflowPosition.auto and SearchHighlightDemo
    • Improve the algorithm efficiency of [findNoOverflow]
    Open source →
  7. 14.1.0 06 Sep 2024
    Release notes
    • Support gradient text
    Open source →
  8. 14.0.1 08 Aug 2024
    Release notes
    • Implement SelectionArea triple click gestures (#144563)
    Open source →
  9. 14.0.0 08 Aug 2024
    Release notes
    • Migrate to Flutter 3.24.0
    Open source →
  10. 13.1.0 06 Sep 2024

    Nothing published for this version

  11. 13.0.2 03 Jun 2024
    Release notes
    • Adapt the getFullHeightForCaret method on 3.19.0 and 3.22.0
    Open source →
  12. 13.0.1 31 May 2024
    Release notes
    • Merge https://github.com/flutter/flutter/pull/144577
    Open source →
  13. 13.0.0 19 Feb 2024
    Release notes
    • Migrate to Flutter 3.19.0
    Open source →
  14. 12.1.0 06 Sep 2024

    Nothing published for this version

  15. 12.0.1 13 Jan 2024
    Release notes
    • Update readme about HarmonyOS
    Open source →
  16. 12.0.0 17 Nov 2023
    Release notes
    • Migrate to Flutter 3.16.0
    Open source →
  17. 11.2.0 06 Sep 2024

    Nothing published for this version

  18. 11.1.0 18 Aug 2023
    Release notes
    • Migrate to Flutter 3.13.0
    Open source →
  19. 11.0.9 06 Sep 2024

    Nothing published for this version

  20. 11.0.1 06 Jun 2023
    Release notes
    • Fix Flutter 3.10 onTap not triggered inside TextOverflowWidget #147
    Open source →
  21. 11.0.0 20 May 2023
    Release notes
    • Migrate to Flutter 3.10.0
    • Refactoring codes and sync codes from 3.10.0
    • Support SelectionArea
    • Breaking change: Remove [ExtendedText.textSelectionGestureDetectorBuilder],[ExtendedText.shouldShowSelectionHandles],[ExtendedText.selectionHeightStyle],[sExtendedText.electionWidthStyle],[ExtendedText.dragStartBehavior],[ExtendedText.selectionEnabled], [ExtendedTextSelectionPointerHandler]. They are all refer to selection function. It's replaced by SelectionArea.
    • Add [ExtendedText.canSelectPlaceholderSpan] control selection behavior.
    Open source →
  22. 11.0.0-dev.1 18 May 2023 pre-release

    Nothing published for this version

  23. 11.0.0-dev 15 May 2023 pre-release

    Nothing published for this version

  24. 10.0.1 04 Mar 2023
    Release notes
    • fix issue on ios after flutter version 3.7.0. #191 #198
    Open source →
  25. 10.0.1-ohos 13 Jan 2024 pre-release

    Nothing published for this version

  26. 10.0.0 31 Jan 2023
    Release notes
    • Migrate to 3.7.0
    Open source →
  27. 10.0.0-dev.1 07 May 2022 pre-release

    Nothing published for this version

  28. 10.0.0-dev 27 Apr 2022 pre-release

    Nothing published for this version

  29. 9.1.2 01 Sep 2022
    Release notes
    • Add TextOverflowWidget.clearType
    Open source →
  30. 9.1.1 26 Jul 2022
    Release notes
    • Fix cutOffInlineSpan should take care of emoji #131.
    Open source →
  31. 9.1.0 12 May 2022
    Release notes
    • Migrate to 3.0.0
    Open source →
  32. 9.0.0 07 Feb 2022
    Release notes
    • Migrate to 2.10.0.
    • Add shouldShowSelectionHandles and textSelectionGestureDetectorBuilder call back to define the behavior of handles and toolbar.
    • Shortcut support for web and desktop.
    Open source →
  33. 8.0.2 22 Dec 2021
    Release notes
    • Fix selectionWidthStyle and selectionHeightStyle are not working.
    Open source →
  34. 8.0.1 15 Dec 2021
    Release notes
    • Support copy on desktop
    Open source →
  35. 8.0.0 09 Dec 2021
    Release notes
    • Migrate to 2.8
    Open source →
  36. 7.0.1 07 Dec 2021
    Release notes
    • Stop hittest if overflowWidget is not hit but overflowRect contains hit pointer.
    Open source →
  37. 7.0.0 26 May 2021
    Release notes
    • Add [SpecialTextSpan.mouseCursor], [SpecialTextSpan.onEnter] and [SpecialTextSpan.onExit].
    • merge code from 2.2.0
    Open source →
  38. 6.0.6 11 May 2021
    Release notes
    • Fix overflow rect is not right if overflowSelection has no selection(may be empty text).
    Open source →
  39. 6.0.6-non-null-safety 11 May 2021 pre-release

    Nothing published for this version

  40. 6.0.5 07 May 2021
    Release notes
    • Remove unnecessary assert (assert(textPainter.width >= lastChild!.size.width))
    • Initialize _offset with Offset.zero.
    Open source →
  41. 6.0.5-non-null-safety 07 May 2021 pre-release

    Nothing published for this version

  42. 6.0.4 28 Apr 2021
    Release notes
    • Fix find no overflow endless loop. #105
    • Store raw text to reduce layout.
    Open source →
  43. 6.0.4-non-null-safety 28 Apr 2021 pre-release

    Nothing published for this version

  44. 6.0.3 27 Apr 2021
    Release notes
    • Fix hitTest is failed when set TextOverflowWidget and selectionEnabled false.
    • Fix text is cut off when set TextOverflowPosition.end.
    Open source →
  45. 6.0.3-non-null-safety 27 Apr 2021 pre-release

    Nothing published for this version

  46. 6.0.2 27 Apr 2021
    Release notes
    • Remove unnecessary canvas.save() when clear _overflowRect
    Open source →
  47. 6.0.2-non-null-safety 27 Apr 2021 pre-release

    Nothing published for this version

  48. 6.0.1 25 Apr 2021
    Release notes
    • Improve performance when find no overflow.
    Open source →
  49. 6.0.1-non-null-safety 25 Apr 2021 pre-release

    Nothing published for this version

  50. 6.0.0 24 Apr 2021
    Release notes
    • Add [TextOverflowWidget.position] to support show overflow at start, middle or end. https://github.com/flutter/flutter/issues/45336
    • Add [ExtendedText.joinZeroWidthSpace] to make line breaking and overflow style better. https://github.com/flutter/flutter/issues/18761
    • Fix strutStyle not work.
    • Breaking change: remove [TextOverflowWidget.fixedOffset]
    • Breaking change: [SpecialText.getContent] is not include endflag now.(please check if you call getContent and your endflag length is more than 1)
    Open source →
  51. 6.0.0-non-null-safety 24 Apr 2021 pre-release

    Nothing published for this version

  52. 5.0.5 24 Mar 2021
    Release notes
    • Fix issue that childIndex == children.length assert false in assembleSemanticsNode when use overflowWidget and text is not overflow.
    Open source →
  53. 5.0.4 22 Mar 2021
    Release notes
    • Fix issue that the overflowWidget is not layout #97
    Open source →
  54. 5.0.3 18 Mar 2021
    Release notes
    • Fix null-safety error #96
    Open source →
  55. 5.0.2 09 Mar 2021
    Release notes
    • Fix null-safety error
    Open source →
  56. 5.0.1 09 Mar 2021
    Release notes
    • Add add SemanticsInformation for overflowWidget
    • Improve performance for overflowWidget
    • Do not paint Selection in the region of overFlowWidget
    Open source →
  57. 5.0.1-non-null-safety 20 Apr 2021 pre-release

    Nothing published for this version

  58. 5.0.0 07 Mar 2021
    Release notes
    • Support null-safety
    Open source →
  59. 5.0.0-non-null-safety 08 Mar 2021 pre-release

    Nothing published for this version

  60. 4.1.0 30 Nov 2020
    Release notes
    • Support keyboard copy on web/desktop
    • Fix wrong position of caret
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive