flutter_vibration icon indicating copy to clipboard operation
flutter_vibration copied to clipboard

Handle vibration on iOS and Android in Flutter apps

Results 31 flutter_vibration issues
Sort by recently updated
recently updated
newest added

Currently the vibration web is disabled. Could you re-enable it and publish a new version?

![Screenshot-20240625205458-1878x1590](https://github.com/benjamindean/flutter_vibration/assets/287137/9e31a6a8-f5f9-4fba-946d-497eddd1766a)

The short version: - Migrate usage of dart:html to package:web - Migrate usage of dart:js, dart:js_util, and package:js to dart:js_interop This will allow compiling to WASM engine instead of just...

Flutter will support OpenHarmony base on Flutter 3.7.12. it comes from https://gitee.com/openharmony-sig/flutter_flutter. If it's okay, I can help complete the implementation of this platform. It seems that vibration has no...

Remove references to deprecated v1 Android embedding To ensure this plugin will work with users running the next stable version of Flutter remove references to the v1 embedding. The v1...

Hi, Getting an error while using on Android: ``` Unhandled Exception: MissingPluginException(No implementation found for method vibrate on channel vibration) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7) ``` Version: 1.8.4

The **VibrationPlugin.java** file in the **vibration** plugin (version **2.0.1**) is using or overriding deprecated APIs in Android, which triggers warnings during build. The plugin needs to be updated to use...

I got this error when update to device_info_plus ^11.0.0 `because app depends on both device_info_plus ^11.0.0 and vibration ^2.0.0, version solving failed.`

Hi! I would like to use the _vibration_ plugin in my Flutter application. My CI/CD procedure checks for any vulnerable dependencies. For the _vibration_ plugin, an unstable version is detected...

Local\Pub\Cache\hosted\pub.dev\vibration-2.0.0\android\src\main\java\com\benjaminabel\vibration\VibrationPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Getting this error during the build.