Open M-Reyad opened 3 weeks ago
I am trying to build a web version using Eloqunet_dart for integration with MySQL database.
During Building I got an error as below mentioned!
Error: The integer literal 9223372036854775807 can't be represented exactly in JavaScript.
I believe this is related to https://dart.dev/tools/linter-rules , I added this line in the analysis_options.yaml but still having the same error.
It is not possible to connect to a database via javascript within a web browser
I am trying to build a web version using Eloqunet_dart for integration with MySQL database.
During Building I got an error as below mentioned!
Error: The integer literal 9223372036854775807 can't be represented exactly in JavaScript.
I believe this is related to https://dart.dev/tools/linter-rules , I added this line in the analysis_options.yaml but still having the same error.