pedromassango / bottom_navy_bar

A beautiful and animated bottom navigation
https://youtu.be/jJPSKEEiN-E
Apache License 2.0
1.02k stars 217 forks source link

The getter 'bottomAppBarColor' isn't defined for the class 'ThemeData'. #116

Closed 6Yolo6 closed 2 months ago

6Yolo6 commented 3 months ago

flutter run

/C:/Users/ASUS/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/bottom_navy_bar-6.0.0/lib/bottom_navy_bar.dart:68:58: Error: The getter 'bottomAppBarColor' isn't defined for the class 'ThemeData'.

FAILURE: Build failed with an exception.

sergedawg commented 3 months ago

same issue here

antonio-pedro99 commented 2 months ago

flutter run

/C:/Users/ASUS/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/bottom_navy_bar-6.0.0/lib/bottom_navy_bar.dart:68:58: Error: The getter 'bottomAppBarColor' isn't defined for the class 'ThemeData'.

  • 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('/E:/flutterSDK3.19.3/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 'bottomAppBarColor'. final bgColor = backgroundColor ?? Theme.of(context).bottomAppBarColor; ^^^^^^^^^^^^^^^^^ ע: ijЩ�����ļ�ʹ�û򸲸����ѹ�ʱ�� API�� ע: �й���ϸ��Ϣ, ��ʹ�� -Xlint:deprecation ���±��롣 Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

This has been fixed by #109 , recent update will be available soon