Plugin usage in smartface - smartface.io

I have created plugin,But in output zip file apk\smali\io\smartface folder is empty. Please help..

Related

how to display power point file and word file in flutter after getting file path

I listed all docx and pptx files from device storage now I want to open them using file path I tried different packages but I am getting a lot of issues can someone provide me a material related to opening document files or any package that can open files using file path thanks
You can try this package, it will open the files in default application from its path.
https://pub.dev/packages/open_file_plus
https://pub.dev/packages/open_file_plus

Flutter Dart File path

quick Flutter Dart issue.
I am trying to read from a text file located inside the app's directory, however Flutter does not recognize a single file path that I provide it. The file path is always responded to with "OS Error: No such file or directory, errno = 2".
I am trying to read from a file located in assets/importfiles, from a dart class inside lib/viewmodels. The assets directory has already been added to pubsec.yaml.
Here is the picture of my directory structure
I can even have the main class locate and print out the files' paths using rootBundle, but trying to initialize a new File using those paths provides the same error text.
If I were to use path provider to locate and read from files, how would I initially put the files into the Temporary Directory or Application Documents Directory, if Flutter does not recognize the file paths of the files that I want to insert?
Just You need to remove folder name ''.
assets\importfiles
to
assets Or importfiles
Thanks You.Happy To help you
Have you tried putting a "/" before "assets" in the file path?
I'm not sure that this will fix the error, let me know if it works!

Flutter logs using flogs -where it will be saved

Flog plugin for flutter will save logs to database..
https://medium.com/flutter-community/logging-in-flutter-a583b3668228
which database it will be saved,where the configuration is specified and in which directory we can see the log text files once the app is in production?
Pleas help
It will be saved in a text file. {path-based-on-OS}/FLogs/flog.txt.
You can find the details in the source code of the library:
https://github.com/zubairehman/Flogs/blob/master/lib/utils/storage/logs_storage.dart

How to download zip files from a website using Talend?

I want to download a zip file from this website, unzip it and then show it into an excel file.
http://www.belgianfootball.be/nl/downloads-competities
With which component can I do this?
You can use the tHTTRequest component.
https://help.talend.com/display/TalendOpenStudioComponentsReferenceGuide521EN/14.11+tHttpRequest
Here you can find a nice guide:
https://www.talendbyexample.com/talend-thttprequest-component.html

Error on publishing Android project

It shows unable to open file for read: no such file or directory
(the directory shown in the error message should be linking to the Android SDK folder, the directory shown in the error message is wrong and i tried to rename the folders to make the directory correct but it doesn't work as the directory shown in error message change every time...)
Is there any way to fix it? i have reinstalled it but still doesn't work. Thanks guys
You shouldn't change the name of the SDK Folders.
I suggest you to install a fresh Android SDK from
http://services.smartface.io/File/Download/installer_r23.0.2-windows.exe
After that, set the path again from File -> Project Details -> Android SDK tab.