I have added jar file in Libs folder by following this article and then included it in grudle file like
dependencies {
implementation files('libs/jar file.jar')
}
can you guide me how can I use this file and its functions in project? If I try to import jar file in main.dart through import then it is giving error of invalid file. Can you please suggest?