Rodrigo Gress

Results 4 comments of Rodrigo Gress

> In case anyone having this issue in Flutter, here's what I did and worked > > **File android/app/build.gradle** > > dependencies { > implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" > implementation 'com.android.support:multidex:1.0.3' >...

You need to load asset file and pass to a file like this example ``` Future fromAssetToFile(String asset, String filename) async { try { var data = await rootBundle.load(asset); var...

> whats the directorio string..??? Is from getapplicationdocumentsdirectory() in package path_provider https://pub.dev/packages/path_provider

Same error when execute flutter run --release