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

Build Fails due to flutter_nearby_connections package #2

Open
chandansgowda opened this issue Mar 7, 2023 · 1 comment
Open

Build Fails due to flutter_nearby_connections package #2

chandansgowda opened this issue Mar 7, 2023 · 1 comment

Comments

@chandansgowda
Copy link
Member

chandansgowda commented Mar 7, 2023

As per the history of the project, p2p_client_dart was not a null safe package and hence a new package called flutter_nearby_connections was used.
Now build fails since task ':app:checkDebugDuplicateClasses' fails and I figured out that the error is due to flutter_nearby_connections package probably because it built using an older Kotlin Version. So, I removed the package and tried building it and this time the build was successful.
Hence, it would be better to replace the flutter_nearby_connections package with nearby_connections which is a new and updated package.

@chandansgowda chandansgowda changed the title p2p_client_dart plugin Out Dated Build Fails due to flutter_nearby_connections package Mar 8, 2023
@chandansgowda
Copy link
Member Author

Hey @chirag-singhal @thuva4
Shall I take this up?

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

1 participant