From 03eaa36a42d719d6882a9af02691ae5ea93566c7 Mon Sep 17 00:00:00 2001 From: Gareth Reese Date: Tue, 7 Jul 2026 16:33:45 +0100 Subject: [PATCH] docs: refresh README header to advertise active maintenance Rename the title to "Flutter Markdown Plus", add an actively-maintained statement linking the changelog, GitHub releases, and CONTRIBUTING.md, and add a "Recent highlights" section surfacing the additive features shipped in 1.0.8-1.0.10 (contextMenuBuilder, noScroll, theme-aware blockquotes, blockquote/hr fixes, and the integration test suite). Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_014oVQtXCPb3bSLnL2eDwGrh --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 320ee92..624d94c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ -# Flutter Markdown +# Flutter Markdown Plus [![pub package](https://img.shields.io/pub/v/flutter_markdown_plus.svg)](https://pub.dartlang.org/packages/flutter_markdown_plus) ## About This Package `flutter_markdown_plus` is the continuation of the original [`flutter_markdown`](https://pub.dev/packages/flutter_markdown) package that was developed and maintained by Google. As the original package has been discontinued, Foresight Mobile has taken over maintenance of this project to ensure continued support and development for the Flutter community. +The package is **actively maintained**: bug reports are triaged against the current release, community pull requests are reviewed and merged with credit, and fixes and additive features ship regularly as patch releases. See the [changelog](https://pub.dev/packages/flutter_markdown_plus/changelog) and [GitHub releases](https://github.com/foresightmobile/flutter_markdown_plus/releases) for the full history, and [`CONTRIBUTING.md`](CONTRIBUTING.md) if you'd like to help. + +### Recent highlights + +- **`contextMenuBuilder`** — customise or suppress the text-selection toolbar shown when `selectable` is enabled (1.0.10). +- **`noScroll`** — render `Markdown` in a non-scrolling `Column` for embedding inside an existing scroll view (1.0.8). +- **Theme-aware blockquotes** — default blockquote styling now adapts to light and dark themes (1.0.8). +- **Correct inline formatting in blockquotes**, consistent line height across mixed font weights, and custom `builders`/`paddingBuilders` support for the `hr` tag (1.0.8). +- **Integration test suite** running on a real device or emulator, plus a GitHub Actions job on an Android emulator (1.0.8). + For historical context, see the [original flutter_markdown package](https://pub.dev/packages/flutter_markdown). **LaTeX Support:** For LaTeX rendering support, check out the [`flutter_markdown_plus_latex`](https://pub.dev/packages/flutter_markdown_plus_latex) package.