Open
Description
I tried to compile the web platform, but got the following error.
/C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/fnv-1.0.1/lib/src/fnv_constants.dart:3:26: Error: The integer literal 0xcbf29ce484222325 can't be represented exactly in JavaScript.
Try changing the literal to something that can be represented in JavaScript. In JavaScript 0xcbf29ce484222000 is the nearest value that can be represented exactly.
const int FNV1_64_INIT = 0xcbf29ce484222325;
^^^^^^^^^^^^^^^^^^
/C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/fnv-1.0.1/lib/src/fnv_constants.dart:10:25: Error: The integer literal 0xffffffffffffffff can't be represented exactly in JavaScript.
Try changing the literal to something that can be represented in JavaScript. In JavaScript 0x10000000000000000 is the nearest value that can be represented exactly.
const int UINT64_MASK = 0xffffffffffffffff;
^^^^^^^^^^^^^^^^^^
Failed to compile application.
Metadata
Metadata
Assignees
Labels
No labels