We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
看7.3 跨组件状态共享(Provider)的时候发现跑不了,来跑代码,拉下来之后发现项目里面好像缺少实现 ChangeNotifier 类
ChangeNotifier
Undefined class 'ChangeNotifier'. Try changing the name to the name of an existing class, or creating a class with the name 'ChangeNotifier'.
基于这个commit的最新代码 commit
The text was updated successfully, but these errors were encountered:
可能是版本的太低的问题, 我的是有的, 在包 flutter/packages/flutter/lib/src/foundation 下, 我的版本是 environment: sdk: ">=2.1.0 <3.0.0"
Sorry, something went wrong.
No branches or pull requests
看7.3 跨组件状态共享(Provider)的时候发现跑不了,来跑代码,拉下来之后发现项目里面好像缺少实现
ChangeNotifier
类Undefined class 'ChangeNotifier'.
Try changing the name to the name of an existing class, or creating a class with the name 'ChangeNotifier'.
基于这个commit的最新代码 commit
The text was updated successfully, but these errors were encountered: