Mohamed amine Hnioua
Mohamed amine Hnioua
> Use permission handler as workaround. You most likely will need it anyway. https://pub.dev/packages/permission_handler > > import 'package:permission_handler/permission_handler.dart'; > > await Permission.manageExternalStorage.isGranted; await Permission.manageExternalStorage.request(); It's true, but they should make...
Since the package does not provide to specify the *local* property like in **Text** widget, use this instead it'll solve your problem : Directionality( textDirection: TextDirection.ltr, child: TeXView( style: TeXViewStyle(...