Filip Gaweł
Results
2
comments of
Filip Gaweł
If you use default assetLoader try to add source dir argument with path. For example: `flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart --source-dir ./assets/translations`
Yes, it's true. 1. Vibration.vibrate() with custom duration has no impact on iOS: Call AudioServicesPlaySystemSound(kSystemSoundID_Vibrate) when not specified pattern argument: ` guard let pattern = myArgs["pattern"] as? [Int] else {...