Terranic

Results 14 comments of Terranic

What is the opposite way, i.e. how to generate a package Image from default Image type?

I have the same problem - however that Problem only surfaces on Tablet and Web. Using a phone emulator works well (or Android API/Web depending?) The follwowing code leads to...

Or maybe try AbsorbPointer(child: ....)

Why are you using unstructuredReader for e.g. PDF? Better use `PDFReader = download_loader("PDFReader")`

observing a similar issue with Flutter web does not work with PdfViewer.openAsset(...) or PdfViewer.openData(...) also tried it with different version from 1.3.1 - 1.4.6, but never worked. `PlatformException(error, TypeError: Cannot...

@nunamia How about making a merge of this solution? However, I´m observing issues with the page numbers. I have a document vom EU Parliament where every page has content but...

also seeing this: ``` │ ❱ 1 import_docs() │ │ 2 │ │ │ │ in import_docs:33 │ │ │ │ 30 │ │ │ 31 │ documents = text_splitter.split_documents(langchain_documents)...

> I have the same issue. I need to stream audio in Flutter WEB (to use with elevenlabs websocket API). flutter_sound is working fine with Android and iOS but does...

> I decide to do something to support audio streams on flutter web. This will be a new feature, so let me work on that during several days (or week?)....

great job! Any beta versions are highly appreciated for testing (if you want to)