insinfo / eloquent_dart

eloquent query builder port from PHP Laravel
MIT License
10 stars 1 forks source link

The integer literal 9223372036854775807 can't be represented exactly in JavaScript. #4

Open M-Reyad opened 3 weeks ago

M-Reyad commented 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.

insinfo commented 3 weeks ago

It is not possible to connect to a database via javascript within a web browser