Skip to content

Commit 0d91aa7

Browse files
add change log of first version
1 parent ed72e07 commit 0d91aa7

14 files changed

+16
-121
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ build/
5252
!**/ios/**/default.perspectivev3
5353
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
5454

55-
/showcaseview.iml
55+
/showcase_tutorial.iml
5656

5757
.idea/instapk.xml
5858
instapk.log*
5959
ios/Frameworks/
6060
ios/Runner.xcworkspace/xcshareddata/
6161
example/ios/Flutter/flutter_export_environment.sh
62-
flutter_showcaseview.iml
62+
showcase_tutorial.iml
6363
pubspec.lock

CHANGELOG.md

+1-106
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,3 @@
1-
## [2.0.1]
2-
- Feature [#306](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/306) - Added support of manual vertical tooltip position.
3-
- Fixed [#318](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/318) - Add support for enable/disable showcase globally.
4-
- Fixed [#316](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/316) - Add title and description padding
5-
- Fixed [#330](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/330) - Overlay not showing in flutter 3.7.0
6-
- Fixed [#288](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/288) - Take in account view insets (such as keyboard)
7-
- Fixed [#334](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/334) - Move code line to resolve no context issue
8-
- Add PR title validation workflow
9-
10-
## [2.0.0+1]
11-
- Fixed [#237](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/261) - Feature added to enable/disable default gesture of ShowcaseView child using `disableDefaultTargetGestures` parameter
12-
- Fixed [#206](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/206) - getLeft and getRight return wrong result when in middle with a little offset
13-
- Fixed issue of duplicate key found in example.
14-
- Fixed [#253](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/253) - Add TextAlign attribute for title and description
15-
- `pull_request_template.md.` file updated with proper document
16-
- `CONTRIBUTING.md` file updated with proper document
17-
- Fixed [#268](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/268) - Added smooth scale transition when tooltip appear on the screen
18-
- Updated parameter name of `ShowCaseWidget` and `Showcase` class
19-
20-
## [1.1.8]
21-
- Fixed [#237](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/237) - Feature added to enable/disable overlay click using `disableBarrierInteraction` parameters
22-
- ToolTip BorderRadius setting support
23-
24-
## [1.1.7]
25-
26-
- Fixed [#235](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/235) - 1.1.6 scrolling behavior in PageView.
27-
- Fixed [#242](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/242) - Error when display showcase on FloatingActionBar inside a TabBar (with more than 1 tab).
28-
29-
## [1.1.6]
30-
31-
- Fixed [#62](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/62) - While using ShowCase widget, not scrolling to respective widget when it's not visible.
32-
- Fixed [#131](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/131) - Support of other gestures onTargetLongPress and onTargetDoubleTap
33-
- Fixed [#140](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/140) - disableAnimation at ShowcaseWidget level
34-
- Fixed [#71](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/71) - Highlight Not working when widget is not visible on screen
35-
- Add flutter 3.0 support.
36-
37-
## [1.1.5]
38-
39-
- Fixed [#173](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/173) - showArrow not working
40-
- Fixed [#150](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/150) - Add condition for determine state is active
41-
- Fixed [#121](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/121) - SlideTransition widget in tooltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped
42-
- Fixed [#152](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/152) - Calculation of tooltip position
43-
- Fixed [#182](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/182) - Not providing blurValue causes Exception: Please provide ShowCaseView context
44-
- Fixed [#162](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/162) - Add feature to move back
45-
- Fixed [#181](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/181) - Add feature to go to previous item
46-
47-
## [1.1.4]
48-
49-
- Add glassmorphism effect in showcase background.
50-
- Fixed [#166](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/166) - shapeBorder need to be more customisable
51-
- Fixed [#163](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/163) - Null check operator used on a null value
52-
53-
## [1.1.3]
54-
55-
- Fixed [#158](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/158) - Arrow animation is not synchronized with tooltip
56-
57-
## [1.1.2]
58-
59-
- Fixed [#78](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/78) - Exception:BoxConstraints has NaN values #78
60-
- Fixed [#139](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/139) - Weird position #139
61-
- Fixed [#138](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/138) - show Unhandled Exception: Null check operator used on a null value error
62-
63-
## [1.1.1]
64-
65-
- Fixed [#92](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/92) - Showcase in ReorderableListView show at incorrect position
66-
- License update from BSD 2-Clause "Simplified" to MIT
67-
68-
## [1.1.0]
69-
70-
- Fixed [#103](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/103) - add overlay padding.
71-
- Fixed [#105](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/105) - showcase not showing text in one line even if it is not so big.
72-
- Fixed [#56](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/56) - Landscape mode issue
73-
- Fixed [#86](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/86) - Showcase isn't rendering responsively
74-
75-
## [1.0.0]
76-
77-
- Fixed [#95](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/95) - Migrated to null safety.
78-
- Fixed [#74](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/74) - Long text description is hidden.
79-
- Fixed [#76](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/76) - Overlay is not displayed properly on web.
80-
- Fixed [#81](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/81) - Crash on hot reload.
81-
- Fixed [#84](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/84) - Background dim does not work in some screens.
82-
- Fixed [#90](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/90) - ListView Item Support.
83-
84-
## [0.1.6]
85-
86-
- [Feature #63](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/63) method callback after individual showcase start and end
87-
- [Fix #57](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/57) Position of the Showcase.withWidget is different on iPhone 11
88-
- [Feature #49](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/49) Add autoplay tooltip on showcase view plugin.
89-
90-
## [0.1.5]
91-
92-
* Refactor usage of deprecated methods
93-
* Add support for `disableAnimation` option.
94-
95-
## [0.1.4] - Added onFinish method [#17](https://github.com/simformsolutions/flutter_showcaseview/issues/17).
96-
97-
## [0.1.3] - Added feature
98-
99-
Updated syntax to pass new context to ShowCaseWidget
100-
Added onTargetTap callback feature [#10](https://github.com/simformsolutions/flutter_showcaseview/issues/10).
101-
102-
## [0.1.2] - Fixed issue [#6](https://github.com/simformsolutions/flutter_showcaseview/issues/6).
103-
104-
## [0.1.1] - Fixed maintenance issues.
105-
106-
## [0.1.0] - Initial release on 22nd Augest, 2019.
1+
# [1.0.0] - Initial release on 14 Sep 2023
1072

1083
* First release.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies:
5050

5151
2. Import the package
5252
```dart
53-
import 'package:showcaseview/showcaseview.dart';
53+
import 'package:showcaseview/showcase_tutorial.dart';
5454
```
5555

5656
3. Adding a `ShowCaseWidget` widget.

example/lib/detailscreen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:flutter/material.dart';
2-
import 'package:showcaseview/showcaseview.dart';
2+
import 'package:showcase_tutorial/showcase_tutorial.dart';
33

44
class Detail extends StatefulWidget {
55
const Detail({Key? key}) : super(key: key);

example/lib/mail_page.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:example/detailscreen.dart';
22
import 'package:example/helper.dart';
33
import 'package:flutter/material.dart';
4-
import 'package:showcaseview/showcaseview.dart';
4+
import 'package:showcase_tutorial/showcase_tutorial.dart';
55

66
import 'mail_model.dart';
77
import 'widget/mail_tile.dart';

example/lib/my_app.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'dart:developer';
22

33
import 'package:flutter/material.dart';
44
import 'package:flutter/services.dart';
5-
import 'package:showcaseview/showcaseview.dart';
5+
import 'package:showcase_tutorial/showcase_tutorial.dart';
66

77
import 'mail_page.dart';
88

example/lib/widget/skip_tool_tip.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:flutter/material.dart';
2-
import 'package:showcaseview/showcaseview.dart';
2+
import 'package:showcase_tutorial/showcase_tutorial.dart';
33

44
class ShipToolTip extends StatelessWidget {
55
final BuildContext parentContext;

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish_to: none
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
showcaseview:
13+
showcase_tutorial:
1414
path: ../
1515

1616

lib/showcaseview.dart lib/showcase_tutorial.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* SOFTWARE.
2121
*/
2222

23-
library showcaseview;
23+
library showcase_tutorial;
2424

2525
export 'src/action_buttons_position.dart';
2626
export 'src/actions_container_config.dart';

lib/src/showcase.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import 'package:flutter/foundation.dart';
2828
import 'package:flutter/material.dart';
2929
import 'package:flutter/rendering.dart';
3030

31-
import '../showcaseview.dart';
31+
import '../showcase_tutorial.dart';
3232
import 'get_position.dart';
3333
import 'layout_overlays.dart';
3434
import 'shape_clipper.dart';

lib/src/showcase_default_actions.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'package:flutter/material.dart';
22

3-
import '../showcaseview.dart';
3+
import '../showcase_tutorial.dart';
44
import 'utilities/_showcase_context_provider.dart';
55

66
class ShowCaseDefaultActions extends StatelessWidget {

lib/src/showcase_widget.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import 'package:flutter/material.dart';
2424

25-
import '../showcaseview.dart';
25+
import '../showcase_tutorial.dart';
2626

2727
class ShowCaseWidget extends StatefulWidget {
2828
final Builder builder;

lib/src/tooltip_widget.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import 'dart:math';
2424

2525
import 'package:flutter/material.dart';
2626

27-
import '../showcaseview.dart';
27+
import '../showcase_tutorial.dart';
2828
import 'get_position.dart';
2929
import 'measure_size.dart';
3030

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: showcaseview
1+
name: showcase_tutorial
22
description: A Flutter package to Showcase/Highlight widgets step by step.
33
version: 1.0.0
44
homepage: https://github.com/abdelrahman-abied/showcase_tutorial
55
issue_tracker: https://github.com/abdelrahman-abied/showcase_tutorial/issues
66

77
environment:
8-
sdk: '>=2.12.0 <3.0.0'
8+
sdk: '>=2.12.0 <4.0.0'
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)