We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
It is not possible to connect to a database via javascript within a web browser
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: