Skip to content

Commit 441ca78

Browse files
Sahil-Simformaditya-css
authored andcommitted
chore: 🔖 version bump from 3.0.0 to 4.0.0
1 parent 91c519d commit 441ca78

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
## [4.0.0] (unreleased)
2-
- [BREAKING] Fixed [#457](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/457) titleAlignment property does not work
3-
- Feature [#466](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/466): Added Action widget for tooltip
1+
## [4.0.0]
2+
- [BREAKING] Fixed [#457](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/457) - titleAlignment property does not work
3+
- Feature [#466](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/466) - Added Action widget for tooltip
44
- Feature [#475](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/475) - Add
55
feasibility to change margin of tooltip with `toolTipMargin`.
66
- Feature [#478](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/478) - Added
77
feasibility to change auto scroll widget alignment `scrollAlignment`.
8-
- Feature [#386](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/386): Added `enableAutoScroll` to `showcase`.
9-
- Fix [#489](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/489) - Fixed
8+
- Feature [#386](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/386) - Added `enableAutoScroll` to `showcase`.
9+
- Fixed [#489](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/489) - Fixed
1010
mounter issue inside the `_scrollIntoView` function
11-
- Feature [#395](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/395) -
12-
Added `floatingActionWidget` to give a static fixed widget at any place on the screen.
13-
- Feature [#396](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/396): Added `globalFloatingActionWidget` and `hideFloatingActionWidgetForShowcase` for global
11+
- Feature [#395](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/395) - Added `globalFloatingActionWidget` and `hideFloatingActionWidgetForShowcase` for global
1412
static fixed widget
13+
- Fixed [#486](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/486) - Improved AnchoredOverlayKey key initialization
14+
- Fixed [#464](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/464) - StateError Bad state: RenderBox was not laid out: RenderTransform
1515

1616
## [3.0.0]
1717
- [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)

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Flutter package allows you to Showcase/Highlight your widgets step by step.
1111

1212
![The example app running in Android](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/showcaseview.gif)
1313

14-
## Migration guide for release 4.0.0 (unreleased)
14+
## Migration guide for release 4.0.0
1515

1616
Renamed parameters `titleAlignment` to `titleTextAlign` and `descriptionAlignment`
1717
to `descriptionTextAlign` to correspond it more with the TextAlign property.`titleAlignment`
@@ -71,9 +71,7 @@ import 'package:showcaseview/showcaseview.dart';
7171
3. Adding a `ShowCaseWidget` widget.
7272
```dart
7373
ShowCaseWidget(
74-
builder: Builder(
75-
builder : (context)=> Somewidget()
76-
),
74+
builder: (context)=> Somewidget(),
7775
),
7876
```
7977

preview/showcaseview.gif

507 KB
Loading

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: showcaseview
22
description: A Flutter package to Showcase/Highlight widgets step by step.
3-
version: 3.0.0
3+
version: 4.0.0
44
issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues
55
repository: https://github.com/simformsolutions/flutter_showcaseview
66

0 commit comments

Comments
 (0)