Skip to content

Bump flutter_markdown_plus from 1.0.5 to 1.0.7#259

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/develop/flutter_markdown_plus-1.0.7
Open

Bump flutter_markdown_plus from 1.0.5 to 1.0.7#259
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/develop/flutter_markdown_plus-1.0.7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps flutter_markdown_plus from 1.0.5 to 1.0.7.

Release notes

Sourced from flutter_markdown_plus's releases.

v1.0.7

  • Improved pub.dev score by making example app source code available in published package
  • Updated .pubignore to only exclude build artifacts and generated files instead of entire example directory
  • Fixed linter warnings by removing unnecessary null default values in MarkdownStyleSheet
  • Added CLAUDE.md documentation for AI-assisted development
  • Enhanced README with package history and link to LaTeX support package
  • Standardized formatter configuration across project

v1.0.6

Fix cursor behavior when using custom builder for anchor tags. The code now only manages _linkHandlers when there is no custom builder for anchor tags, preventing conflicts between the default link recognizer and custom builder widgets. New properties introduced to MarkdownStyleSheet: tableHeadCellsPadding and tableHeadCelssDecoration. Implemented automatic table content clipping to respect rounded borders when tableBorder specifies a border radius.

Many thanks to our contributors:

@​mark-nicepants for fixing null pointer issues with custom builders @​jlandon for adding table header cell customisation features @​4rthurmonteiro for the link builder fix

Changelog

Sourced from flutter_markdown_plus's changelog.

1.0.7

  • Improved pub.dev score by making example app source code available in published package
  • Updated .pubignore to only exclude build artifacts and generated files instead of entire example directory
  • Fixed linter warnings by removing unnecessary null default values in MarkdownStyleSheet
  • Added CLAUDE.md documentation for AI-assisted development
  • Enhanced README with package history and link to LaTeX support package
  • Standardized formatter configuration across project

1.0.6

  • Fix cursor behavior when using custom builder for anchor tags. The code now only manages _linkHandlers when there is no custom builder for anchor tags, preventing conflicts between the default link recognizer and custom builder widgets.
  • New properties introduced to MarkdownStyleSheet: tableHeadCellsPadding and tableHeadCelssDecoration.
  • Implemented automatic table content clipping to respect rounded borders when tableBorder specifies a border radius.

Thanks to our contributors:

Commits
  • dc1185c Merge pull request #39 from foresightmobile/feature/increse-pub-score
  • 18b2547 Fix review comments
  • b8cf8d0 Update the changelog and bump to 1.0.7
  • 9b6352b Fix up some linter warnings around default values
  • 3f0f169 Update the readme and ensure that the example app is available
  • 32e5dd5 Merge pull request #37 from foresightmobile/feature/version-1.0.6
  • bfb68ec Update the changelog with our contributors
  • 0ceaf02 Missing changelog from 1.0.5
  • 8b13115 Update CHANGELOG.md
  • 32d1572 Update builder.dart
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flutter_markdown_plus](https://github.com/foresightmobile/flutter_markdown_plus) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/foresightmobile/flutter_markdown_plus/releases)
- [Changelog](https://github.com/foresightmobile/flutter_markdown_plus/blob/main/CHANGELOG.md)
- [Commits](foresightmobile/flutter_markdown_plus@v1.0.5...v1.0.7)

---
updated-dependencies:
- dependency-name: flutter_markdown_plus
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants