Amr Abd El Wahab El Desouky
Amr Abd El Wahab El Desouky
for now, you would do it programmatically when is Arabic make it other side
first image utils will be like this link: https://github.com/chungJW/java2wordinAndroid/blob/master/src/com/example/testjavatoword/ImageUtils.java import java.io.ByteArrayOutputStream; import java.io.IOException; import android.graphics.Bitmap; import com.thoughtworks.xstream.core.util.Base64Encoder; public class ImageUtils { public static String getImageHexaBase64(Bitmap bitmap, String imageformat) { ByteArrayOutputStream...
I wonder if there will be a support for GraalVM More info about Performance on GraalVM https://blog.codecentric.de/en/2020/05/spring-boot-graalvm/
@JoseFMP I have all of these but not sure which one to exclude ``` dependency_overrides: flutter_svg: ^0.19.0 freezed_annotation: ^0.12.0 analyzer: ^0.39.17 process: ^4.0.0-nullsafety.2 platform: ^3.0.0-nullsafety.2 file: ^6.0.0-nullsafety.2 ```
@JoseFMP I wonder how you use the e2e test I have a login page but after click on login and show the progress indicator under the login button it stuck...
@mmcc007 Could you support us in updating the pubspec libraries?
simple fix in FloatingActionMenu i put this ``` public static boolean isRTL() { return isRTL(Locale.getDefault()); } public static boolean isRTL(Locale locale) { final int directionality = Character.getDirectionality(locale.getDisplayName().charAt(0)); return directionality ==...
@amcdnl how you make it work I got error import README1 from '../src/framework/content/README1.md'; `error TS2307: Cannot find module '../src/framework/content/README1.md'.` 
@amcdnl in wepback or where I add this line if it is in webpack could you share it?