Skip to content

Commit

Permalink
fix!: 🐛 Fixed TitleAlign Issue
Browse files Browse the repository at this point in the history
Added titleAlignment and descriptionAlignment parameters to align title and description within the tooltip widget
Renamed parameters titleAlignment to titleTextAlign and descriptionAlignment to descriptionTextAlign
  • Loading branch information
rashi-simform committed Jul 2, 2024
1 parent a635729 commit 70f1ecb
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 92 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.0.0] (unreleased)
- [BREAKING] Fixed [#457](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/457) titleAlignment property does not work


## [3.0.0]
- [BREAKING] Fixed [#434](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/434) removed deprecated text style after Flutter 3.22 follow [migration guide](https://docs.flutter.dev/release/breaking-changes/3-19-deprecations#texttheme)
- Updated minimum support to dart sdk 2.18.0
Expand Down
Loading

0 comments on commit 70f1ecb

Please sign in to comment.