Skip to content

Fix working with Flutter 3.27#18

Closed
OmarYehiaDev wants to merge 1 commit intoyako-dev:masterfrom
OmarYehiaDev:fix/update-flare-package
Closed

Fix working with Flutter 3.27#18
OmarYehiaDev wants to merge 1 commit intoyako-dev:masterfrom
OmarYehiaDev:fix/update-flare-package

Conversation

@OmarYehiaDev
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Contributor

Hi @OmarYehiaDev — thanks for the PR and for flagging this!

Rather than patching flare_flutter with a git fork, v2.0.0 removes the flare_flutter dependency entirely. The package was abandoned upstream and the hashValues API was removed in Flutter 3.27, making any version of it a dead end.

FlareConfiguration has been removed from the public API. Users who need animations can use WidgetConfiguration to embed any widget they like (Rive, Lottie, etc.):

StatusAlert.show(
  context,
  title: 'Loading',
  configuration: WidgetConfiguration(
    widget: RiveAnimation.asset('assets/my_animation.riv'),
  ),
);

Closing this PR as the issue is resolved in a different way in v2.0.0. Thanks again for the contribution!


Generated by Claude Code

@yadaniyil yadaniyil closed this Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants