rive-app / rive-app/rive-flutter

Problems loading flutter web after build (in Firefox browser only)

Open
#597 4 comments 1 reaction 1 assignee View on GitHub

@tylernij is already working on this.

Since Feb 24, 2026.

bug
Dominant language
Dart
Stars
1.5k
Forks
240
PR merge metrics
No merged PRs in 30d

Description

Description

I am building flutter web simple app, that can play Rive animations from the assets.
Locally it works like a charm. But once I build it with flutter build web (release or debug) and than try to run it (with local host or github polished script) - it does not work and shows white screen.

It works fine in the Chromium based browsers, but does not work in Firefox.
Safari is also fine.

In the console I see next error:

Image

From the code perspective once I remove await RiveNative.init(); - the page starts to load, but than rive animations does not show anymore.

Here I have published webpage:

Here is the repo with the reproducible code

I am using rive: 0.14.0

Image
Device & Versions

fvm flutter doctor output:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.38.5, on macOS 15.7.3 24G419 darwin-arm64, locale en-DE)
[!] Android toolchain - develop for Android devices (Android SDK version 36.0.0)
    ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 26.2)
[✓] Chrome - develop for the web
[✓] Connected device (3 available)
[✓] Network resources```


Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.