Toshi Ossada
Toshi Ossada
@minh-dai this work for android, but for ios what I can do?
I made this change in https://github.com/algolia/algoliasearch-helper-flutter/pull/149
I got error trying this fork ``` flutter_inappwebview: git: url: https://github.com/navaronbracke/flutter_inappwebview.git ref: master path: flutter_inappwebview ``` ``` $ flutter build apk ./lib/main/prod_main.dart --flavor prod --release --dart-define-from-file .env --no-tree-shake-icons "en": 455...
You can mock You could do this ``` class VibrationController { static Future Function() hasCustomVibrationsSupport = Vibration.hasCustomVibrationsSupport; static Future Function({int duration}) vibrate = Vibration.vibrate; Future call(int duration) async { await...