Skip to content

not support web #3

Open
Open
@hcanyz

Description

@hcanyz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions