Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter 3.22.2-stable The getter 'backgroundColor' isn't defined for the class 'ThemeData' #368

Open
sniperxenocide opened this issue Jun 24, 2024 · 2 comments

Comments

@sniperxenocide
Copy link

I encountered this error while building my app for android.

/C:/Users/DELL/AppData/Local/Pub/Cache/hosted/pub.dev/persistent_bottom_nav_bar-5.0.2/lib/neumorphic_package_by_serge_software/neumorphic_card.dart:57:57: Error: The getter 'backgroundColor' isn't defined for the class 'ThemeData'.

  • 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('flutter_windows_3.22.2-stable/flutter/packages/flutter/lib/src/material/theme_data.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'backgroundColor'.
    final color = decoration.color ?? Theme.of(context).backgroundColor;
    ^^^^^^^^^^^^^^^
@SilkeSiip
Copy link

Three PR's have been opened to fix this issue, I hope it gets solved soon.

@ElyasAsmad
Copy link

I forked this repository and added the fix for Flutter 3.22. If you want to use in your project, take from here https://pub.dev/packages/persistent_bottom_nav_bar_2

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

No branches or pull requests

3 participants