Anas Safi

Results 9 comments of Anas Safi

I solve this problem by this way from [documentation](https://tailwindcss.com/docs/translate#using-negative-values) : To use a negative translate value, prefix the class name with a dash to convert it to a negative value....

Adding `@pragma('vm:entry-point')` above `callbackDispatcher()` causing app to keep crashes (closed) in release mode!

@miquelbeltran sorry for mistake, i face same problem with `workmanager: 0.5.0` not `android_alarm_manager_plus`.

Same issue, `Workmanager().executeTask((task, inputData) { // not reach here on IOS}`, i try with example app and my code, both not work on real device `IOS 16.0.2` Doctor summary (to...

Temporary solution: ``` const width = $(window).width(); $.confirm({ boxWidth: (width < 700) ? (width - 50) + 'px' : 'auto', useBootstrap: (width < 700) ? false : true, columnClass: 'col-md-12',...

Replace `getSubTotal()` by `getSubTotalWithoutConditions()` like this: ``` $subTotalWithoutConditions = Cart::getSubTotalWithoutConditions(); $condition = Cart::getCondition('VAT 12.5%'); $conditionCalculatedValue = $condition->getCalculatedValue($subTotalWithoutConditions); ```

In `ios/Podfile` make sure to Uncomment this line and set ios to 11 or higher. `platform :ios, '11.0'` Like head of this file: https://github.com/fluttercommunity/flutter_workmanager/blob/main/example/ios/Podfile Then change `IOS deployment target` to...