From e3dbe1836a7e6bda9249b246196f9c7ebeb89b9f Mon Sep 17 00:00:00 2001 From: Benson Arafat Date: Sun, 27 Oct 2024 05:32:38 +0100 Subject: [PATCH] Update changelog and pubspec.yaml --- CHANGELOG.md | 4 ++++ .../plugins/GeneratedPluginRegistrant.java | 19 +++++++++++++++++++ android/local.properties | 2 ++ pubspec.yaml | 4 ++-- 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java create mode 100644 android/local.properties diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ce34f..7608e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [2.0.9] - 27.10.2024 +- Fix hide tooltip doesn't work when tap arrow +- Arrow tip radius +- Update code base documentation # [2.0.8] - 13.07.2024 - Added toggleOnTap option to toggle tooltip diff --git a/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java b/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java new file mode 100644 index 0000000..539ab02 --- /dev/null +++ b/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java @@ -0,0 +1,19 @@ +package io.flutter.plugins; + +import androidx.annotation.Keep; +import androidx.annotation.NonNull; +import io.flutter.Log; + +import io.flutter.embedding.engine.FlutterEngine; + +/** + * Generated file. Do not edit. + * This file is generated by the Flutter tool based on the + * plugins that support the Android platform. + */ +@Keep +public final class GeneratedPluginRegistrant { + private static final String TAG = "GeneratedPluginRegistrant"; + public static void registerWith(@NonNull FlutterEngine flutterEngine) { + } +} diff --git a/android/local.properties b/android/local.properties new file mode 100644 index 0000000..705b751 --- /dev/null +++ b/android/local.properties @@ -0,0 +1,2 @@ +sdk.dir=/Users/bensonarafat/Library/Android/sdk +flutter.sdk=/Users/bensonarafat/development/flutter \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 08a29ff..d27538d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: super_tooltip description: Super flexible Tooltip class that gets opend in the screens overlay -version: 2.0.8 +version: 2.0.9 homepage: https://github.com/bensonarafat/super_tooltip environment: - sdk: '>=2.18.6 <3.0.0' + sdk: '>=2.18.6 <4.0.0' dependencies: flutter: