Skip to content

fix: stop using AssetManifests.jsonΒ #28

@alestiago

Description

@alestiago

Description

We should stop using AssetManifest.json (deprecated) to find assets and instead rely on AssetManifest.bin.

From the Flutter documentation:

The flutter CLI tool generates a new file, AssetManifest.bin. This replaces AssetManifest.json. This file contains the same information as AssetManifest.json, but in a different format. If you need to read this file from code that is not part of a Flutter app, and therefore can't use the AssetManifest API, you can still parse the file yourself.

Additional Context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working as expectedp1High-priority issues at the top of the work list

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions