|
1 |
| -## [5.0.0] - (UnRelease) |
| 1 | +## [5.0.0] |
2 | 2 | - Feature [#500](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/500) -
|
3 | 3 | Added `onDismiss` callback in `ShowCaseWidget` which will trigger whenever `onDismiss` method is
|
4 | 4 | called.
|
|
8 | 8 | - Fixed [#506](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/506) - Timer
|
9 | 9 | was not canceling when tapped on `TooltipActionButton` which may cause issue when `autoPlay` is ON.
|
10 | 10 | - Improvement [#511](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/511) -
|
11 |
| - Improved Tooltip widget |
| 11 | + Improved Tooltip widget. |
12 | 12 | - Feature [#54](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/54) - Added
|
13 | 13 | Feasibility to position tooltip left and right to the target widget.
|
14 | 14 | - Feature [#113](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/113) - Added
|
15 |
| - multiple showcase feature |
| 15 | + multiple showcase feature. |
16 | 16 | - Improvement [#514](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/514) -
|
17 | 17 | Improved showcase widget and showcase with widget, Removed inherited widget, keys and setStates,
|
18 |
| - Added controller to manage showcase |
| 18 | + Added controller to manage showcase. |
19 | 19 | - CHORE [#514](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/514) -
|
20 |
| - Bumped dart minimum sdk to 2.19.6 |
| 20 | + Bumped dart minimum sdk to 2.19.6. |
21 | 21 | - Fixed [#515](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/515) - Added
|
22 | 22 | missing assertions for `Showcase.withWidget()`.
|
23 | 23 | - Feature [#518](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/518) - created
|
|
28 | 28 | widget and added `ShowcaseView` class to handle showcase widget functionality independently
|
29 | 29 | without context.
|
30 | 30 | - Format [#528](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/528) - Formatted
|
31 |
| - project structure |
| 31 | + project structure. |
32 | 32 | - Fixed [#526](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/526) - Fixed
|
33 | 33 | screen edge assertions.
|
34 | 34 | - Feature [#521](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/521) - Added
|
35 |
| - `toolTipMargin` support for `Showcase.withWidget` |
| 35 | + `toolTipMargin` support for `Showcase.withWidget`. |
36 | 36 | - Feature [#520](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/520) - Added
|
37 |
| - `targetTooltipGap` to manage space between tooltip and target widget |
| 37 | + `targetTooltipGap` to manage space between tooltip and target widget. |
38 | 38 | - Improvement [#530](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/530) -
|
39 | 39 | Upgraded minimum dart sdk version to 3.0.0 and utilised Dart 3 features accordingly.
|
40 | 40 | - Deprecate [#531](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/531) -
|
41 | 41 | Update deprecated `ShowCaseWidget` removal version.
|
42 | 42 | - Improvement [#505](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/505) -
|
43 |
| - Fixed example app to run in flutter version `v3.32.5` . |
| 43 | + Fixed example app to run in flutter version `v3.32.5`. |
| 44 | +- Feature [#538](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/538) - Add |
| 45 | + autoPlayDelay to Showcase widget. |
44 | 46 |
|
45 | 47 | ## [4.0.1]
|
46 | 48 | - Fixed [#493](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/493) - ShowCase.withWidget not showing issue
|
|
0 commit comments