Skip to content

Commit da9b99b

Browse files
committed
feat:✨Added feature to add action buttons for the tooltip
1 parent 2c7ab28 commit da9b99b

16 files changed

+1506
-632
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## [3.0.1]
2-
1+
## [4.0.0]
2+
- Feature ✨: Added Action widget for tooltip
33
- Feature [#475](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/475) - Add
44
feasibility to change margin of tooltip with `toolTipMargin`.
55

@@ -9,7 +9,6 @@
99
- Fixed [#449](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/449) - Null check operator used on a null value
1010
- [BREAKING] Improvement [#400](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/400) - remove Builder widget
1111
- Fixed [#435](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/435) - Extra padding when add targetShapeBorder
12-
- Feature [#466](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/466) - Provide tooltip action buttons
1312

1413
## [2.1.1]
1514
- Fixed [#425](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/425) - Unhandled breaking change in v2.1.0

README.md

Lines changed: 80 additions & 82 deletions
Large diffs are not rendered by default.

example/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 31
29+
compileSdkVersion 34
3030

3131
sourceSets {
3232
main.java.srcDirs += 'src/main/kotlin'
@@ -38,8 +38,8 @@ android {
3838

3939
defaultConfig {
4040
applicationId "com.simform.example"
41-
minSdkVersion 16
42-
targetSdkVersion 31
41+
minSdkVersion flutter.minSdkVersion
42+
targetSdkVersion 33
4343
versionCode flutterVersionCode.toInteger()
4444
versionName flutterVersionName
4545
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.5.20'
2+
ext.kotlin_version = '1.7.10'
33
repositories {
44
google()
55
jcenter()

0 commit comments

Comments
 (0)