Skip to content

Commit

Permalink
Update changelog and pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonarafat committed Oct 27, 2024
1 parent d86ae1a commit e3dbe18
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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) {
}
}
2 changes: 2 additions & 0 deletions android/local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sdk.dir=/Users/bensonarafat/Library/Android/sdk
flutter.sdk=/Users/bensonarafat/development/flutter
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e3dbe18

Please sign in to comment.