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

fix: missing required exports #163

Merged
merged 1 commit into from
Oct 9, 2024
Merged

fix: missing required exports #163

merged 1 commit into from
Oct 9, 2024

Conversation

cipchk
Copy link
Contributor

@cipchk cipchk commented Oct 4, 2024

缺失的部分导出,会导致需要额外引用 import "package:flutter_openim_sdk/src/models/update_req.dart";,最终导致:

Import of a library in the 'lib/src' directory of another package.
Try importing a public library that exports this library, or removing the import.dartimplementation_imports

🅰 Please add the issue ID after "Fixes #"

Fixes #

缺失的部分导出,会导致需要额外引用 `import "package:flutter_openim_sdk/src/models/update_req.dart";`,最终导致:

```
Import of a library in the 'lib/src' directory of another package.
Try importing a public library that exports this library, or removing the import.dartimplementation_imports
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants