Rene Souza

Results 3 comments of Rene Souza

Same Here, but with different type of error: SCRIPT1003: Expected ':' in line 12 of bunnyjs/src/file/file.js i'm using @babel/polyfill too and still the same. Thanks in advance.

I my case, I was able to solve using the dist file: bunny-js/dist/validation.min.js. Then, I made a copy of then minified file and where variables are defined as var, I...

Same for me, Only when app is builded, then after a reload its works. Testing on a android emulator here is my main func: ```dart Future main() async { initializeDateFormatting('pt_BR',...